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.
Due Date is Past Due - Checkbox
I'm trying to write a formula that will "check" the checkbox if the Adj End Date is Past Due and the % complete is not 100%)
I started with just the Adj End Date portion and have not added the percent complete to the formula.
This isn't working...
=(IF(TODAY() > [Adj End Date]5,TRUE,FALSE)
I then want to do conditional formatting on it.
Comments
-
I changed the field to be a text box instead. Now the issue is that everything is "TRUE".
I want it only to be "True" if the %Complete is not 100% and the Adj End Date has passed. Here is what I have so far.
=IF(NOT([% Complete]73 <> 100), ([Adj End Date]73 < TODAY()), "True")
-
Had a co-worker help me and we got it working!!
=IF(AND(([Adj End Date]14 - TODAY()) < 0, NOT([% Complete]14 = 1)), "True", "False")
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives