• 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.

Simple VLOOKUP formula doesn't seem to work

inddon

Member
Hello there,

I have a simple VLOOKUP function, and it just doesn't seem to work. Wondering why?

Could you please advise? Attach the sample workbook.

Thanks & regards,
Don
 

Attachments

  • Sample VLOOKUP.xlsx
    20.5 KB · Views: 4
Don

The values in Column G are Text not Numbers

Select Column G
Goto the Data, Text to Columns Tab
Delimitered,
Next
Finish

I would also change H2: =IFERROR(VLOOKUP($G2,tt,2),"Not found")
Then copy down

You could also use: =IFERROR(VLOOKUP(VALUE($G2),tt,2),"Not found")
if you can't change Column G
 
Don

The values in Column G are Text not Numbers

Select Column G
Goto the Data, Text to Columns Tab
Delimitered,
Next
Finish

I would also change H2: =IFERROR(VLOOKUP($G2,tt,2),"Not found")
Then copy down

You could also use: =IFERROR(VLOOKUP(VALUE($G2),tt,2),"Not found")
if you can't change Column G


Phew!! :rolleyes:
Thanks a lot Hui.

Regards,
Don
 
Don

The values in Column G are Text not Numbers

Select Column G
Goto the Data, Text to Columns Tab
Delimitered,
Next
Finish

I would also change H2: =IFERROR(VLOOKUP($G2,tt,2),"Not found")
Then copy down

You could also use: =IFERROR(VLOOKUP(VALUE($G2),tt,2),"Not found")
if you can't change Column G
Did not know about the value function...cool!
 
Back
Top