how can I cross reference 1 excel spreadsheet against another

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

Guest

Please help!
I have a very simple database of names & addresses on 1 excel spreadsheet
and I want to cross reference them against another. I sthere a quick way of
doing this?
 
Using an unique identifier between the two, look in Excel help at

Vlookup

or if the identifier is no in the left most column of the data of interest
then look at

=Index(Othersheet!column1,match(identifier,OtherSheet!column3,0),1)

where the pseudo references would need to be replaced by the actual range
references.
 

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

Back
Top