So VLOOKUP Sucks In 2010. Now What?

flyonthewall

New Member
Joined
Jul 24, 2006
Messages
44
I'm so unbelievably frustrated. It used to be that I could pick any cell, have excel look on another "data" sheet, and it would tell me whatever I wanted to know from that row. Now, for some reason, they made it incredibly temperamental and I can't seem to get it to work.

I'm basically making an order form that, ideally would spit out product features if given a product number. I've set up the spreadsheet such that the cell I want to look up is in column A (in this case, A21) and then I'm referencing the same column as my table array in the formula, just on a different sheet (ProductSelect).

TLDR: I want to look up the value in A2 on my current sheet, on PRODUCTSELECT in column A. I want to know what the value is in column be for that item number.


My code, thus far, is as follows:

=VLOOKUP(A21,ProductSelect!A:A, ProductSelect!B:B, FALSE)

wtf am I doing wrong? I've done this a gazillion times in 2003.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Did you mean =VLOOKUP(A21,ProductSelect!A:B, 2, FALSE)
 
Upvote 0
oh.my.god. i totally forgot the column was a number now.

i think i might love you. would that be weird?

thank you!
 
Upvote 0
It was always a number.

You may be thinking of INDEX/MATCH.
 
Upvote 0

Forum statistics

Threads
1,203,107
Messages
6,053,556
Members
444,673
Latest member
Jagadeshrao

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top