Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I did as you suggested and the VLOOKUP call is still returning an error
I used CODE(MID(x,y,1)) to print out all the ASCII codes "Dave O" wrote: Most likely there is something different about the values in B5 and Temp!B5 that is preventing an exact match. Is B5 formatted as a number, and Temp!B5 is formatted as a string? It may be a leading or trailing blank space, for instance, or one of the values may start with an apostrophe(this usually happens when the value is imported from a database or another application). You can test for this *using a backed up copy of your data* copy copying the value in B5 to cell Temp!B5. If the VLOOKUP returns the expected value then you'll need to perform some secondary processing to remove the offending characters. How did you print out the ascii code for each char in each string? Just curious. Excel's CODE function, for instance, only returns the ascii value for the first char in a cell. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP Problem | Excel Discussion (Misc queries) | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |