Concatenating Contacts List Columns but Omitting One Option
I have two contact list columns that I need to combine into one column. One of the columns however has "Not Applicable" as an option. How do I concatenate both columns but not include any instances of "Not Applicable".
Contact Columns are Program Lead and Internal Speaker (this is the column which contains "Not Applicable" as an option.
Best Answer
-
You would use something along the lines of
=[Program Lead]@row + IF([Internal Speaker]@row <> "Not Applicable", "delimiter of choice" + [Internal Speaker]@row, "")
Answers
-
You would use something along the lines of
=[Program Lead]@row + IF([Internal Speaker]@row <> "Not Applicable", "delimiter of choice" + [Internal Speaker]@row, "")
-
Amazing thanks so much Paul!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!