Vlookup is not returning value
Hi,
I am having trouble getting my VLOOKUP formula to find a match on the sheet I am doing the lookup on. I have used this formula on other sheets with no issue, so I am stumped why this is now not working.
I am getting #NOMATCH returns when there is in fact a matching value on the referenced page.
This is formula I am using
=VLOOKUP(Store@row, {Project Name 1}, 4, false)
Search value - Store@row is the first column in both sheets and contains the same list of 4 digit numbers
LookUp table - When I choose "reference another sheet", I click that to open the other sheet where my data is and highlight the first 4 columns. Column 4 is my value to return.
I want an exact match.
No matter what I do, I continue to get #NOMATCH.
Answers
-
Hi,
Try:
=VLOOKUP(value(Store@row), {Project Name 1}, 4, false)
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thank you for the suggestion. I was hopeful the value statement would fix it, but unfortunately I am still getting No Match error
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!