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