T
Tomek
Could some one have a solution to my problem?
This is the sample:
I have MY_RANGE defined which is 3 rows and 3 columns. I DON'T WANT to name
a header separately (that would be {desc,TOM,MARRY}).
desc TOM MARRY
AGE 10 20
CASH 50 100
In other worksheet I have "CASH" in one cell and "MARRY" in the other.
I need a formula to find 100 as Marry's cash. Vlookup requires 3 as the
column number. How to find that Marry is third in row? I expected
Index(MY_RANGE,1) to return {desc, TOM, MARRY} but it doesn't work.
Thanks in advance
Tomek
This is the sample:
I have MY_RANGE defined which is 3 rows and 3 columns. I DON'T WANT to name
a header separately (that would be {desc,TOM,MARRY}).
desc TOM MARRY
AGE 10 20
CASH 50 100
In other worksheet I have "CASH" in one cell and "MARRY" in the other.
I need a formula to find 100 as Marry's cash. Vlookup requires 3 as the
column number. How to find that Marry is third in row? I expected
Index(MY_RANGE,1) to return {desc, TOM, MARRY} but it doesn't work.
Thanks in advance
Tomek