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!
-
Help Article Resources
Categories
Check out the Formula Handbook template!