VLOOKUP on a reference sheet gives me a "no match" headache
I've been trying to do a simple VLOOKUP, and I read lots of help and community articles. Nothing helps. Anything I'm doing wrong here? (BTW: if I am using "75100" instead of ID35, it works fine).
Answers
-
You're missing your TRUE or FALSE at the end
...3,"FALSE") - for exact match
...3,"TRUE") - for closest match.
-
What kind of error are you getting back? #NOMATCH or error or the wrong number?
Also, are you copying the formula down and it gives you issues, or is it an issue on this one line?
-
3 quick recommendations:
- Change the names of your cell references so you can quickly ID what the formula is looking at.
- I would also recommend that you replace VLOOKUP with an INDEX/MATCH since that's more optimized for smartsheet.
- Use the @row cell reference instead of the numbers (i.e. ID@row instead of ID35)
Here's the syntax:
=INDEX([data point you're looking up], MATCH([unique ID on the sheet of this formula], [unique ID on the data point you're looking up sheet], 0))
Kelly Drake (she/her/hers)
STARBUCKS COFFEE COMPANY| business optimization product manager
-
I'm getting a #NOMATCH, and the issue is on this line only (but of course it also happens when I copy it down to additional lines).
-
Thank you Kelly -- this sounds promising, but how would you exactly write the syntax of [unique ID on the sheet of this formula], [unique ID on the data point you're looking up sheet]? I tried the following:
=INDEX({DB Sales Promotions Range 1}, MATCH([ID@row], [Promo ID], 0)) but no success. Specially the "unique ID on the data point you're looking up sheet" I don't know what exactly you mean.
Thanks for elaborating a bit further.
-
Thank you. I've tried - no success. Also, I think the true and false should be written without quotation marks, no?
-
My bad. Without quotes. @Philipp Zünd
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!