Auto populate risk columns
Nathiele
✭
Hi All,
I am trying to change the today condition in this formula to today - 2 in order to become red few days before but it's not working.
Does someone know how I could do it?
=IF(AND(Finish78 < TODAY(), [% Complete]78 < 1), "Red", IF([% Complete]78 = 0, "Blue", IF([% Complete]78 < 1, "Yellow", IF([% Complete]78 = 1, "Green", "error"))))
Thank you!!
Comments
-
Hi there, just add -2 in the parenthesis of Today() like below.
=IF(AND(Finish78 < TODAY(-2), [% Complete]78 < 1), "Red", IF([% Complete]78 = 0, "Blue", IF([% Complete]78 < 1, "Yellow", IF([% Complete]78 = 1, "Green", "error"))))
-
Thank you.
-
You're welcome.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives