• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to use vlookup on the output value of a formula?

vijitkumar

New Member
77439

Sheet1: C2 value is output of a formula to concatenate A2 and B2 cell values.

I am trying to use Vlookup and lookup C2 in Master data sheet.
77441

Again in Master Data sheet, A2 cell value is output of a formula.

Below is the formula I am trying to use.

=VLOOKUP(C2,'Master data'!A:D,4,FALSE)

I understand that the issue is that C2 value in Sheet1 and A2 value in Master data are not string and hence the issue is happening.

Please let me know what is the best work around to address the issue. I would like to solution to be dynamic and not a manual copy and paste special value option.
 

Attachments

  • Lookup concatenated value.xlsx
    10.8 KB · Views: 1
  • 1641486642044.png
    1641486642044.png
    13.4 KB · Views: 1
Back
Top