I am using a vlookup statement: =VLOOKUP(B1232,Sheet1!A:B,2,0)
. The cell in B1232 contains the string:
'You Rawk!!~'
With the "'" inside the string that I want to go and find, the program retursn #N/A. I believe that the Vlookup command is omitting the opening single-quote when it runs the search, is that true? Is there any way to work around this so that I can run the VLOOKUP?