Thread: Vlookup
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eduardo Eduardo is offline
external usenet poster
 
Posts: 2,276
Default Vlookup

Hi,
what you can do is to replace that charecters, highlight the column hit CTRL
+ H
find what enter #, replace with leave as it and hit replace, do the same
with <

"Arsenal Lady 09" wrote:

Hi

I have created a VLookup formula which returns the information I require it
to. However, I need it to go a step further. For instance. I have asked it
to look at the information in one column and show me the information which
matches that in another column, everything which has an N/A obviously means
there is no match or the information is not available. However, when I check
the information that is supposedly incorrect, it is something minor like an
extra character e.g. # or < which makes no difference to what I am trying to
achieve.

What I need help with is how to check this information but ingore those
extra characters in the results. I have over 28,000 records which I have
managed to reduce to 1,000 using the VLookup formula, just need that extra
step to reduce the list even more.

Any help would be greatly appreciated

Here is the formula I am using:

=VLOOKUP($A11365,Sheet1!$F11471:$F36016,1,FALSE)



Thanks