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
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 290 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!