Status indicators
Comments
-
Hi priyankaprim2,
Assuming you already have a Schedule Variance value in a column, I think this may be what you're after:
=IF(AND([Schedule Variance]1 <= -1, [Schedule Variance]1 >=-5), "Yellow", IF([Schedule Variance]1 < -5, "Red", "Green"))
If you're not already calculating variances:
=IF(AND([Finish Date]1 <= (TODAY() - 1), [Finish Date]1 >= (TODAY() - 5)), "Yellow", IF([Finish Date]1 < TODAY() - 5, "Red", "Green"))
And assuming you only want to take weekdays into consideration:
=IF(AND([Finish Date]1 <= WORKDAY(TODAY(), -1), [Finish Date]1 >= WORKDAY(TODAY(), -5)), "Yellow", IF([Finish Date]1 < WORKDAY(TODAY(), -5), "Red", "Green"))
Hope this helps.
Kind regards,
Chris McKay
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives