Setting Up If Statement with 3 Parts
I have a status column where I want the 3 options to be "Not Started, Work in Progress, or Complete". The "Not Started" status would come from the Comments & Date Closed column being blank. The "Work in Progress" status would be based on there being comments added, but the Date Closed has not been filled in. The "Completed" status would need to come from the Date Closed column being filled in.
I have not been able to set up a formula that takes into account both columns and returns the correct status. Could someone help me with this?
Best Answer
-
Try something like
=IF(ISBLANK(Comments@row), "Not Started", IF(ISBLANK([Date Closed]@row), "In Progress", "Completed"))
Answers
-
Try something like
=IF(ISBLANK(Comments@row), "Not Started", IF(ISBLANK([Date Closed]@row), "In Progress", "Completed"))
-
That worked! Thank you for your help, Adam!
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!