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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!