Nanogirl21
Active Member
- Joined
- Nov 19, 2013
- Messages
- 331
- Office Version
- 365
- Platform
- Windows
Is there any w/ay to write a VLOOKUP that will return the value in a specific column that is identified by a letter instead of the number of cells from a refrence point?
I hope my quiestion makes sense. I had a diffifuclt time trying to come up with the correct words
EXAMPLE:
CURRENT VLOOKUP:
WANTED RESULTS SOMETHING LIKE:
I hope my quiestion makes sense. I had a diffifuclt time trying to come up with the correct words
EXAMPLE:
CURRENT VLOOKUP:
Code:
=VLOOKUP(B16,Apples!B:Z,[B]17[/B],FALSE)
WANTED RESULTS SOMETHING LIKE:
Rich (BB code):
=VLOOKUP(B16,Apples!B:Z,Column R,FALSE)