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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!