I'm using Excel to manage our production schedule. Each cell has a formula that returns a date by which each step in the production process should be complete.
Today, I fill each cell manually to indicate:
Green = On-schedule
Yellow = Threat
Red = Behind Schedule
I am seeking a formula that does the following:
- If cell address is not
Green
AND cell value is less thanTODAY()
, then paint it toRed
I also need the ability to override the formula and change cell fill to Green
once production has caught-up. Simple conditional formatting does not allow manual overriding.