display a single column content if Other is selected
I have a salutation column which we use in one of the automation, but one of the options is Other where we allow our users to enter the custom one. I combine them in a single column as
=JOIN(Salutation@row:[Other Salutation]@row)
for that automation, but then it gets clumped like 'Otherother'. How can i combine both column but only display Other salutation without the Other from the first column.
Best Answer
-
one way is:
=if(isblank([Salutation]@row),[Other Salutation]@row,[Salutation]@row)
if you need a rule to check if both are blank of if a row is a parent then its a different if statement
Answers
-
one way is:
=if(isblank([Salutation]@row),[Other Salutation]@row,[Salutation]@row)
if you need a rule to check if both are blank of if a row is a parent then its a different if statement
-
thank you, @markkrebs!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives