firegambler
Technical User
Hi folks,
could you please help me on the following:
I need to find the position of a value in an unsorted column.
Example given:
index position of
next higher
or same value
_____________________
1 10
2
3 5
4 5
3 9
4 9
5 9
5 9
3 9
1
I am always looking for the position (row) of the next value that is higher than or equal to the value in the first column.
I can't use the MATCH function as it would need to have the values sorted which won't work for my purpose.
Is there a solution to this without using VBA?
Thanks a lot in advance!
could you please help me on the following:
I need to find the position of a value in an unsorted column.
Example given:
index position of
next higher
or same value
_____________________
1 10
2
3 5
4 5
3 9
4 9
5 9
5 9
3 9
1
I am always looking for the position (row) of the next value that is higher than or equal to the value in the first column.
I can't use the MATCH function as it would need to have the values sorted which won't work for my purpose.
Is there a solution to this without using VBA?
Thanks a lot in advance!