I understand the concepts of match and vlookup and can get it to work using a single column for the range. However, I have a particular problem that I'm stumped with
if I have data arranged in columns
A
test1
test2
test3
test4
Then the formula =Match("test3",A1:A4,0) would return 3
However, I have data arranged as
A B
test1 test2
test3 test4
Is there a way to return a match based on more than a single column range? In this case I want result = 2
Eg = Match("test3",A1:B2,0) returns #N/A
Any help with this is greatly appreciated
Os
if I have data arranged in columns
A
test1
test2
test3
test4
Then the formula =Match("test3",A1:A4,0) would return 3
However, I have data arranged as
A B
test1 test2
test3 test4
Is there a way to return a match based on more than a single column range? In this case I want result = 2
Eg = Match("test3",A1:B2,0) returns #N/A
Any help with this is greatly appreciated
Os