![]() |
how can I cross reference 1 excel spreadsheet against another
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? |
how can I cross reference 1 excel spreadsheet against another
Maybe using =vlookup() or =index(match()).
You may want to read Debra Dalgleish's notes: http://www.contextures.com/xlFunctions02.html (for =vlookup()) and http://www.contextures.com/xlFunctions03.html (for =index(match())) SusieMuir wrote: 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? -- Dave Peterson |
how can I cross reference 1 excel spreadsheet against another
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,OtherSh eet!column3,0),1) where the pseudo references would need to be replaced by the actual range references. -- Regards, Tom Ogilvy "SusieMuir" wrote: 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? |
All times are GMT +1. The time now is 05:50 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com