If statement help.
I have two columns I am using in my smartsheet, "responsible" and "assigned to" I need a formula that will display the "responsible" only if the "assigned to" is blank, and if not it will display the "assigned to". I have tried to write and IF statement but cannot get to work. Any help would be appreciated.
Best Answers
-
Try this:
=IF(ISBLANK([assigned to]@row), [responsible]@row, [assigned to]@row)
-
=IF(ISBLANK([Assigned to]@row), Responsible@row, [Assigned to]@row)
Hope this helps!
Sincerely,
Jacob Stey
Answers
-
Try this:
=IF(ISBLANK([assigned to]@row), [responsible]@row, [assigned to]@row)
-
=IF(ISBLANK([Assigned to]@row), Responsible@row, [Assigned to]@row)
Hope this helps!
Sincerely,
Jacob Stey
-
Perfect! Thank you!
-
Hi @dminor764
I hope you're well and safe!
To add to the previous commenter's excellent advice/answer.
Here's another option. This is the one I prefer because it's shorter.
=IF([Assigned to]@row = "", Responsible@row, [Assigned to]@row)
You could also reverse it.
=IF([Assigned to]@row <> "", [Assigned to]@row, Responsible@row)
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives