Forum Discussion

Angela McGhin's avatar
Angela McGhin
Brass Contributor
Feb 12, 2019
Solved

vlookup using concatenate function and helper column

Hi - I've set up a table to record project costs.   To save time, there are some standard unit costs that I want to pull through from another tab in the same worksheet.   For example Consultant '...
  • Haytham Amairah's avatar
    Feb 12, 2019

    Hi Angela,

     

    That's because you use VLOOKUP in the approximate match mode.

    So please fix it as follows:

    =VLOOKUP((CONCATENATE(B6,C6)),'drop downs'!$A$1:$B$23,2,0)

    By setting the last argument to 0 or FALSE, you're now in the Exact match mode.

     

    Hope that helps

     

Resources