vlookup formatting problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm attempting to run a v-lookup using data imported from another application
and I can't get the lookup to recognize the data. I've tried multiplying by
one and tried all types of copying and re-formatting but nothing seems to
work. Can anyone help me?
 
Hi
have you checked for invisible characters as well?. Test your values
character by charatcer
 
Don't take offence, I do it all the time but for example have you got a
single column lookup range with an offset greater than one, eg

=VLOOKUP(A1,$D$1:$D$100,2,FALSE)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 
good looking out, but no. any other ideas?

Nick Hodge said:
Don't take offence, I do it all the time but for example have you got a
single column lookup range with an offset greater than one, eg

=VLOOKUP(A1,$D$1:$D$100,2,FALSE)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 
Hi
lets assume your value is in cell A then enter the following formula in
cell B1:
=CODE(MID($A$1,COLUMN(A:A),1))
and copy this to the right. this shows the ASCII codes for each
character. Compare this to your lookup value and check if they differ
 
Hi
the post your VLOOKUP formula which does not work and the values from
the lookup cell and the supposed matching cell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

vlookup help pls... 6
VLOOKUP 2
VLOOKUP not working with data from PeopleSoft 3
Need Help w/ VLookup Formatting 10
vlookup formatting problem 1
VLOOKUP returning #N/A 5
Embedding vlookup 4
vlookup not working 1

Back
Top