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

need vlookup formula help

MikeMann126

New Member
Does anyone know how to get the vlookup formula to search for a lookup_value that is a formula with a text string in it? trying to get vlookup to find ="total revenue"&rept(".",100) keeps showing either #!NA of #!value. I also tried using concatenate ("total revenue"&rept(".",100) to no avail. any help would be appreciated.
 
It should work. Would you mind posting your entire formula so we can check it?

The other problem that is probably happening is in your raw data. When you enter 3 .'s, XL autocorrects them into an ellipsis symbol, which XL does not count as being equal to "...", and the lookup will fail.
 
Hi MikeMann,

=VLOOKUP("total revenue"&REPT(".",100),B3:C5,2,0)
This formula is working. I had set up my table in B3:C5. It fetch the second column value.

Correct me If I did not understood your problem.

Regards,
 
Back
Top