Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Formula - contidional "past due" based on %Complete and Finish date
list of tasks. I want to calculate the past due date for tasks that have not completed. I have variations of
=IF(NOT([% Complete]1 = 100), (TODAY()-Finish1), "do nothing")
where it is not working it is the do nothing - it is currently calculating values for items that are complete.
Comments
-
I changed it to use Status rather than %
=IF(NOT(Status1 = "Complete"), (Finish1 - TODAY()), 0)
It seems to be working.
-
Hello Roni,
I can confirm that the formula you mentioned in your follow up should be working and is written correctly.
If you choose to use the first formula instead, referencing the % complete column, you'll want to adjust the formula to not say = 100, but = to 1, as 1 equals 100% in the % complete column.
-Zack
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives