V Lookup

  • Thread starter Thread starter Alberta Rose
  • Start date Start date
A

Alberta Rose

While updating my Access database with information from an excel file, I have
lost my place where I was in updating. I have exported my Access list into a
worksheet in the same file as the excel information. I need to know how to
lookup to see if column A in the excel copy has any matches in column A of
the Database info. The tabs are OLD and DATABASE. I've tried
=vlookup(A1,OLD,A1:A6000,FALSE). Help?
 
Thanks Eduardo! One more thing, when my database info downloaded into excel,
some of the fields came over as text. How do I change them to numeric?
 
Hi Alberta,
you can highlight it, right click on the mouse and then choose general or
number, but sometimes the text comes with some blank spaces at the beginning
in that case in anothe column enter

=Trim(A1)

copy formula down and then copy and paste as value in the original column

hope this helps
 

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

Scrabble Value calculation for Welsh words 0
Lookup 1
V Lookup 5
lookups 4
Lookup in External Worksheet 5
LOOKUP returning wrong values 2
v lookup multilple columns 3
Embedding vlookup 4

Back
Top