ISBLANK Formula for Early, On-Time, Late Tasks
Hi there,
Thanks in advance for the help.
I would love to be able to have the "Completion" column show as blank if the "Target Release" cell is also blank.
Here's what I have written now:
Somehow I need to be using "ISBLANK" but I am not sure how to nest it.
Thanks so much,
Ian
Ian Herzing | Herzing Smartsheet Consulting | https://www.herzingsmartsheet.consulting/
Best Answer
-
Hey @Ian Herzing
Try this
=IF(ISDATE([Target Release]@row), IF([Target Release]@row>[End Date]@row, "Late", IF([Target Release]@row=[End Date]@row, "On Time", "Early")))
Will this work for you?
Kelly
Answers
-
Hey @Ian Herzing
Try this
=IF(ISDATE([Target Release]@row), IF([Target Release]@row>[End Date]@row, "Late", IF([Target Release]@row=[End Date]@row, "On Time", "Early")))
Will this work for you?
Kelly
-
@Kelly Moore - You're actually the BEST - this worked perfectly, tysm.
Ian Herzing | Herzing Smartsheet Consulting | https://www.herzingsmartsheet.consulting/
-
You're kind. I'm glad it worked for you
Kelly
Help Article Resources
Categories
Check out the Formula Handbook template!