D
David Johnson
Hello,
I'm trying to use VLOOKUP to determine which row in a table corresponds to
my data value (or return #N/A if it's not there). All goes fine, except
when the data contains a "~" - which appears to be a special escape
character as far as Excel is concerned (see example below).
As a temporary measure I've replaced "~" with "$" in my data, but I'd like
to know if there is a better solution.
Result = VLOOKUP(A2,$B$2:$C$6,2,FALSE)
Data Lookup Table Result
a@a a!a 1 3
a~a 2
a@a 3
a#a 4
a$a 5
---------------------------------------------------
Data Lookup Table Result
a~a a!a 1 #N/A
a~a 2
a@a 3
a#a 4
a$a 5
Thanks for any help you can give.
Regards,
Dave.
I'm trying to use VLOOKUP to determine which row in a table corresponds to
my data value (or return #N/A if it's not there). All goes fine, except
when the data contains a "~" - which appears to be a special escape
character as far as Excel is concerned (see example below).
As a temporary measure I've replaced "~" with "$" in my data, but I'd like
to know if there is a better solution.
Result = VLOOKUP(A2,$B$2:$C$6,2,FALSE)
Data Lookup Table Result
a@a a!a 1 3
a~a 2
a@a 3
a#a 4
a$a 5
---------------------------------------------------
Data Lookup Table Result
a~a a!a 1 #N/A
a~a 2
a@a 3
a#a 4
a$a 5
Thanks for any help you can give.
Regards,
Dave.