VLOOKUP LEFT VS RIGHT

  • Thread starter Thread starter Jerry
  • Start date Start date
J

Jerry

Can I compose a VLOOKUP formula that looks left instead of right. I have
data in C10 and want to go left 4 cells and get that data. Can this be
done. I don't think so but I'm no expert in VLOOKUP.
 
VLOOKUP works from left to right.
I have data in C10 and want to go left 4 cells and get that data

4 cells left of C10? There aren't 4 columns to the left of column C.

You can use something like this:

=INDEX(range,MATCH(lookup_value,lookup_array,0))
 

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

Similar Threads


Back
Top