Hi,
I want to create a vlookup but instead of returning a cell to the right of the source cell I want to go one column to the left? Any ideas? Thanks.
Example I know the number 8 and want to vlookup and find 8 but return 7.
3 6
7 8
Hi,
I want to create a vlookup but instead of returning a cell to the right of the source cell I want to go one column to the left? Any ideas? Thanks.
Example I know the number 8 and want to vlookup and find 8 but return 7.
3 6
7 8
As you know VLOOKUP can only look left to right ... for right to left use INDEX with MATCH, eg
=INDEX(A:A,MATCH(8,B:B,0))
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Great. Thank you.
Or just copy the column to the right and hide it
Regards
Special-K
Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks