Formula

For some reason, I can not get my Formula to work. See Below
=IF([Check Done when all have fully completed task]@row = 1, "Yes"), IF([Check Done when all have fully completed task]@row= 0, AND(([Due Date]1= TODAY()-7, )) "No")
Thanks for the help
Answers
-
Try this:
=IF([Check Done when all have fully completed task]@row = 1, "Yes", IF(AND([Check Done when all have fully completed task]@row = 0, [Due Date]1 = TODAY(-7)), "No"))
You have nothing happening when Check Done is unchecked and due date is any date other than 7 days ago, was that what you intended?
As it is, the formula is blank for those rows:
-
Thanks MCorin
This is almost what I want to have happen. In the second part of the formula,(this is a status box) I would like the status to turn red with an exclamation on the ball ("NO") if the check box is not checked and the due date is within 7 days.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.7K Get Help
- 473 Global Discussions
- 200 Use Cases
- 514 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 520 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!