First item greater than

I’m having a list problem trying to optimize my structures.
Whenever I have a single calculated value it works out.
But when I want to compare multiple values it does not work since the list filter does not have a cross-product option.

I would like to find the first value of a list, with a greater value than another list.
See image below for more detailed information.

Hi @fjutsie

Show your desired result.

Kulkul, please see the picture attached.
The desired answer in the list with single item is 9.

In the list with multiple items the desired answer would be a list with values:

  • 3
  • 3
  • 6
  • 9
  • 9
  • 12
    So the first value (from the “list to compare against”) greater than “the list with multiple items”.

Sorry guys.
Asked the question after trying for hours.
Now having asked I found the solution within 20 minutes.
Thanks anyway!

1 Like