Formula driven by date
Hi All:
I only want this formula to activate only if it is greater than or equally to today's date, but having trouble adding TODAY part of the formula:
=IF([% Complete (Actual)]3 > [% Complete (Planned)]3, "Up", IF([% Complete (Planned)]3 > [% Complete (Actual)]3, "Down", IF([% Complete (Planned)]3 = [% Complete (Actual)]3, "Sideways")))
Thanks
Comments
-
My 10th attempt to get the formula to work:
=IF([% Complete (Actual)]4 > [% Complete (Planned)]4, "Up", IF([% Complete (Planned)]4 > [% Complete (Actual)]4, "Down", IF(AND(TODAY() > [Start Date (Planned)]4, [% Complete (Planned)]4 = [% Complete (Actual)]4, "Sideways"))))
-
Did the tenth attempt work or do you still want help with this one?
-
No, it did not work. I still need help
-
The issue is the location of your closing parenthesis ... the end should be
Your two conditions in the and need a closing ) before you put it what to do if the if part is true
IF(AND(TODAY() > [Start Date (Planned)]1, [% Complete (Planned)]1 = [% Complete (Actual)]1), "Sideways")))
-
That worked, Thanks!
Help Article Resources
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
Check out the Formula Handbook template!