3

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 than TODAY(), then paint it to Red

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.

fmw42
  • 46,825
  • 10
  • 62
  • 80
KBC
  • 31
  • 1
  • 2

1 Answers1

1

What I understand that you are trying to do is to change the row color based on a cell's value in Excel. This is performed by Conditional Formatting in Excel

Here I am going to provide you another link also that clearly explain How To Change Background Color Based On Cell Value In Excel?

I hope this help you.

S. Mayol
  • 2,565
  • 2
  • 27
  • 34