Hi,
Could anyone help me construct a formula that finds the last cell (row nr) in a range that meets a condition. The values in the range are unsorted. Example with B containing the unsorted range:
A __ B
10 2,2
20 3,3
30 2,2
40 3,3
Suppose the condition is B<3 then the function should return 30 because the third row contains the last cell where B<3.
Kind regards, Daniel.
Could anyone help me construct a formula that finds the last cell (row nr) in a range that meets a condition. The values in the range are unsorted. Example with B containing the unsorted range:
A __ B
10 2,2
20 3,3
30 2,2
40 3,3
Suppose the condition is B<3 then the function should return 30 because the third row contains the last cell where B<3.
Kind regards, Daniel.