Just wondering if there's a way to move data from one spreadsheet to another and match it up to postcodes?
To explain:
I have two spreadsheets. Both spreadsheets have two bits of data that link them up (customer number and post code). I need to bring info (address / phone number / name) from one spreadsheet to the next based off the postcode or customer number.
Thank you in advance,
Bob
Last edited by bobbertr; 10-24-2011 at 07:28 AM.
Maybe a VLookup?
Click the * below to say thanks
Girls sleep with guys who use photoshop, but marry the ones who work with Excel
Corduroy pillows: They're making headlines!
Did you mean: recursion
http://www.google.com/search?hl=en&q=recursion
Possibly Index/Match, concatenating the customer number and post code. But is the customer number not unique? In which case, as Kyle 123 has said, a VLOOKUP might work ... if the customer number is in the leftmost column.
@Kyle123: is that a three headed monkey?
Regards.
Indeed it is - Monkey Island reference!! one of the best games ever!!
Click the * below to say thanks
Girls sleep with guys who use photoshop, but marry the ones who work with Excel
Corduroy pillows: They're making headlines!
Did you mean: recursion
http://www.google.com/search?hl=en&q=recursion
Hmm, I'm trying to use VLOOKUP, but I'm terrible with it (to be perfectly honest, with Excel in general :p).
Any advice? And it turns out I have a phone number to match up (not, in fact, customer ID). It's in the leftmost column in one of the spreadsheets (the spreadsheet I want to move stuff to) but not in the other one.
I can easily drag the columns across, though, obviously.
You're more likely to get a constructive answer if you post a sample workbook.
Regards
@Kyle123: ah, bite, chew, swallow ... means nothing to me ... not a game player. Regards
You can use INDEX/MATCH as per TMS's idea, for the Name, from your example, something like:
=INDEX([Sample_Customer_List.xlsx]Sheet1!$A$2:$A$4,MATCH(Sheet1!B2,[Sample_Customer_List.xlsx]Sheet1!$S$2:$S$4,0))
As to a description, have a look here http://www.randomwok.com/excel/how-to-use-index-match/
Click the * below to say thanks
Girls sleep with guys who use photoshop, but marry the ones who work with Excel
Corduroy pillows: They're making headlines!
Did you mean: recursion
http://www.google.com/search?hl=en&q=recursion
This has worked for the contact email as well. :D
Thank you both very much for all your help!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks