Vlookup from left to right.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Guys Me again :D

Question, is there a way to get a =VLookup to lookup a value from Say B and
return the Value from A?

I got a report that generates all the time but the order of the report puts
the lookup value in the middle of the DATA i need. so i want to do a lookup
in a table of A:F on any Column within there and lookup the value from a
different location. Say lookup Value From B and return A like i say. Can this
be done?
 
Vlookup only works from left-to-right. Use Index/Match:

=INDEX(A:A,MATCH(C1,B:B,0))

Biff
 
I didnt even think of doing that hahaha, Thanks alot for the assist Valko :D
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top