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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives