excel - VLOOKUP not finding match -


i trying find data in excel table using vlookup. column getting source value, believe comes html page cut , paste. although data exists in search table, not found. if manually type same search data on the original column source data, found.

is possible there hidden html info in there? how clear out?

additionally, lookup value lastname, firstname: smith, sam example. think space after comma nbsp, don't know how figure out.

for sake of answer, op:

nbsp ascii 160.

 =trim(substitute(d1,char(160),char(32)))   

will turn regular space.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -