Combine columns in destination sheet based on record ID

Hello
On Sheet A sheet I have Record ID column, then column A, B, and C. All columns are text/number.
On Sheet B, I would like to match and combine columns A, B, and C based on the Record ID. Please see example:
I've tried INDEX/MATCH and JOIN formulas, but keep getting #INVALID VALUE errors.
=INDEX(JOIN({Address:Zip}, ""), MATCH([Record ID]@row, {Record ID}, 0))
Thanks in advanced!
Best Answer
-
Try this:
=INDEX({Address}, MATCH([Record ID]@row, {Record ID}, 0)) + ", " +Β INDEX({ZIP}, MATCH([Record ID]@row, {Record ID}, 0))
You will want to have an index match for each column you are doing this instead of a range of columns
Sincerely,
Jacob Stey
Answers
-
Try this:
=INDEX({Address}, MATCH([Record ID]@row, {Record ID}, 0)) + ", " +Β INDEX({ZIP}, MATCH([Record ID]@row, {Record ID}, 0))
You will want to have an index match for each column you are doing this instead of a range of columns
Sincerely,
Jacob Stey
-
@SteyJ That worked! Thank you for your help!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives