Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

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

✭✭
edited 12/09/19 in Formulas and Functions

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

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions