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
- 64.8K Get Help
- 437 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