Excel - 2007
I have a repetitive task I'm trying to automate
I have a formula in a column that either generates a number or "" depending on the results of an If statement.
The column is 50000 rows. I want to find and display the value in the lowest row number that is not "".
So far I've just been using the filter but that is getting old fast. Must be a better way, formula to help.
e.g.[tt]
A B C
1 9
2 8
3 7
4 6
5 5 5
6 4 6
7 3 7
8 2 8
9 1 9[/tt]
C contains a formula saying If value in column A is >= Column B then value = Column A otherwise blank
I want a formula to locate first number in column C (in example digit 5 would be returned)
**********************************************
What's most important is that you realise ... There is no spoon.
I have a repetitive task I'm trying to automate
I have a formula in a column that either generates a number or "" depending on the results of an If statement.
The column is 50000 rows. I want to find and display the value in the lowest row number that is not "".
So far I've just been using the filter but that is getting old fast. Must be a better way, formula to help.
e.g.[tt]
A B C
1 9
2 8
3 7
4 6
5 5 5
6 4 6
7 3 7
8 2 8
9 1 9[/tt]
C contains a formula saying If value in column A is >= Column B then value = Column A otherwise blank
I want a formula to locate first number in column C (in example digit 5 would be returned)
**********************************************
What's most important is that you realise ... There is no spoon.