Find result without use of macro
Posted by Paul on December 22, 2000 9:50 AM
I'm trying to find a non-macro based solution to the following but without much success.
I have a table of about 40 rows. After the 1st column, each row consists of formula derived consecutive numbers. A row can be any length. There are no column headers.
The left hand column consists of (non unique) narrative.
e.g 1st row: Wages 100, 101, 102
2nd row: Income 1300, 1301, 1302, 1303, 1304, 1305
3rd row: Wages 850, 851, 852, 853, etc.
Given a number, I want to find the narrative in the left hand column for the row in which that number appears. So, if the number was 1301 in the example above, I want to obtain the answer "Income" (i.e. I need to know the number appears somewhere in row 2).
Is there any way to do this via a combination of functions without writing a macro? It seems so simple in theory but Match will only handle single row ranges!
Any help most gratefully received.
Paul