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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!