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
- 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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!