I want a value to be searched for in column M and its corresponding value in column A to be returned.
This is the formula I am using:
The value 79 is searched for inside column A.![]()
=VLOOKUP(79, A3:M22, 1, FALSE)
I want it to be searched for inside column M. But since VLOOKUP searches the first argument of the array ( the array specified in the second argument ) I don't know how to do this.
How can I overcome this problem?
Thanks in advance.
Bookmarks