Help with an IF statement: adding a word based on a blank cell
I have the formula below in the primary field so it populates more information to the calendar view. The problem I am having now is that if Assigned5 is empty it adds a gray mark to the calendar view. I would like to add Hold if the cell is empty. (Note, the cell "Assigned" is a checkbox
=IF(Assigned5 = 1, [Agency Name]5 + " (" + [Demo Team Member]5 + ") " + " [" + [Requested Start Time of Demo]5 + " - " + [Requested End Time of Demo]5 + " " + [Time Zone]5 + "]")
Best Answer
-
Did you try
=IF(Criteria, <Do this if criteria met>, "Hold"). Criteria is if the checkbox checked. While true, would be all the other stuff in your formula.
Answers
-
Did you try
=IF(Criteria, <Do this if criteria met>, "Hold"). Criteria is if the checkbox checked. While true, would be all the other stuff in your formula.
-
Thank You! That was embarrassingly simple
Help Article Resources
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
Check out the Formula Handbook template!