Pickle1989
New Member
- Joined
- Jun 2, 2021
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I've been working on this for a while now without any luck, so I thought it might be time I asked the experts.
I have 2 workbooks:
Workbook 1: Raw postcode data only in column A
Workbook 2 (Index): Postcodes (column A) with all localities affiliated with those postcodes (Column B). Note that some postcodes are used for multiple localities.
I have created the Index & Match formula for column B to bring over the localities of postcodes in workbook 2 to workbook 1, but it will only bring over one locality (see below)
=INDEX([AUpostcodesJune2021.csv]VIC!$A$1:$C$3532,MATCH(A2,[AUpostcodesJune2021.csv]VIC!$A$1:$A$3532,0),MATCH($B$1,[AUpostcodesJune2021.csv]VIC!$A$1:$C$1,0))
What should I be adding to my formula to get the multiple localities for a postcode brought over from my Index and have them separated by comma, ie: 3011 - Footscray, Seddon, Seddon West
Any help would be greatly appreciated
I have 2 workbooks:
Workbook 1: Raw postcode data only in column A
Workbook 2 (Index): Postcodes (column A) with all localities affiliated with those postcodes (Column B). Note that some postcodes are used for multiple localities.
I have created the Index & Match formula for column B to bring over the localities of postcodes in workbook 2 to workbook 1, but it will only bring over one locality (see below)
=INDEX([AUpostcodesJune2021.csv]VIC!$A$1:$C$3532,MATCH(A2,[AUpostcodesJune2021.csv]VIC!$A$1:$A$3532,0),MATCH($B$1,[AUpostcodesJune2021.csv]VIC!$A$1:$C$1,0))
What should I be adding to my formula to get the multiple localities for a postcode brought over from my Index and have them separated by comma, ie: 3011 - Footscray, Seddon, Seddon West
Any help would be greatly appreciated