VLOOKUP #NOMATCH error linking to another Smartsheet
I get an #NOMATCH on what I believe should be a very simple lookup. I haven't found a previous discussion that solves my particular problem. My formula is: =VLOOKUP("Park", {Parks Master List Range 1}, 10, false). When I set the sheet reference to that range, I did so by simply selecting the columns in the reference sheet and it automagically created the range and inserted it into my formula. To create the sheet, I exported the existing sheet with the primary key ("Park" name) and then used that to upload into my new sheet to make sure my primary matched exactly.
Best Answer
-
Hi there, so in your formula, it's looking for the exact word "Park", not your actual park names.
If your park names are listed in a column called "Park Names" you need to reference that in your formula like:
=VLOOKUP([Park Names]@row, {Parks Master List Range 1}, 10, false
Does that help?
Answers
-
Hi there, so in your formula, it's looking for the exact word "Park", not your actual park names.
If your park names are listed in a column called "Park Names" you need to reference that in your formula like:
=VLOOKUP([Park Names]@row, {Parks Master List Range 1}, 10, false
Does that help?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!