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
- 68K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!