Another VLOOKUP question

  • Thread starter Thread starter Ela
  • Start date Start date
E

Ela

This is my first at this forum...

For some reason my VERY SIMPLE Vlookup formula is not producing result
- I can see the field that should be matched and it's still coming u
as N/A.

Here it is:

I have two sets of two columns. Each has product number and $amount i
a separate column.

Column A and B and Column D and E.

I want to list all products in A that are found in C.

I put a curser in C1 and I am doing =VLOOKUP(A1,D:D,1,FALSE).

It's not working - all comes up as N/A even though I can see the sam
values in both columns staring at me. I used to do these a couple o
years ago and it worked - but I don't know if I have to put the on
different spreadsheet, or in a certain order on a page?

HELP!:confused:

Thanks,
El
 
Hi
try
=VLOOKUP(A1,$C$1:$D$1000,2,FALSE)

But I'm not so sure where your two list are stored??
could you post one example row of your data (plain text please)
 
Thanks! Someone at work told me that the imported file had 'invisible
spaces between the digit, so it actually was something else from wha
it appaered... I used the 'trim' function to clean it up and i
worked!

Thanks,
El
 

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


Back
Top