Vlook up is not providing the correct answer
I am using VlookUP to bring the % complete amount from my Banya Project Management Sheet into my Banyaterza Sister Project Plan work sheet. The formula is working for two of the cells which I have highlighted in yellow, but for other cells it is giving the wrong response? The formula used on the Banyatereza Sister Project Plan is =VLOOKUP([Task Name]@row, {Banya Project Management Range 1}, 8)
I can not figure out why it is working sometimes and not others. Thank you for your help!
Best Answer
-
If you do not include that last portion in the VLOOKUP it defaults to "true" which is an approximate match. to get an exact match, use the last portion of the function and set it as "false".
=VLOOKUP([Task Name]@row, {Banya Project Management Range 1}, 8, false)
Answers
-
If you do not include that last portion in the VLOOKUP it defaults to "true" which is an approximate match. to get an exact match, use the last portion of the function and set it as "false".
=VLOOKUP([Task Name]@row, {Banya Project Management Range 1}, 8, false)
-
Thank you so much, it works perfect!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!