If cells in formula are blank, then leave the formula cell blank

akkaurkapoor
✭✭
I have three main columns: Planned Start Date, Planned End Date, and Date Completed
I am utilizing the formula below to determine which tasks are done and late in the status column. I would also like the status cell to be empty if the date completed cell is empty. How can I do that? For some reason ISBLANK isn't working for me.
=(IF([Date Completed]12 <= [Planned End Date]12, "Done", IF([Date Completed]12 > [Planned End Date]12, "Late")))
Comments
-
just use double quotes with nothing in between
=(IF([Date Completed]12 <= [Planned End Date]12, "Done", IF([Date Completed]12 > [Planned End Date]12, "Late","")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!