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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!