Formula to flag overdue tasks

I've got a formula that flags overdue tasks, but it flags every task with no date. Is there a way to omit nulls?
=IF(Status@row <> "Complete", IF(Finish@row > TODAY(), 0, 1))
Best Answers
-
add an if statement at the beginning of your formula that looks at the date column.
=if(date@row <>””,IF(Status@row <> "Complete", IF(Finish@row > TODAY(), 0, 1)))
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Thank you!
Answers
-
add an if statement at the beginning of your formula that looks at the date column.
=if(date@row <>””,IF(Status@row <> "Complete", IF(Finish@row > TODAY(), 0, 1)))
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Thank you!
-
your very welcome
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!