Formate colour of cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the value 1 in cell (A,1) then I wan´t the colour to change to red in
cells (B1:F1) or if I have the value 2 in cell (A1) then colour should change
to green in cells (B1:F1)
 
You can use Conditional Formatting for this.

1. Select cells B1 through F1
2. From the Format Menu, choose "Conditional Formatting..."
3. Change "Cell Value Is" to "Formula Is"
4. Enter the formula: =$A$1=1
5. Select your format (red)
6. Click the ADD>> Button
7. Change "Cell Value Is" to "Formula Is"
8. Enter the formula: =$A$1=2
9. Select your format (green)
10. Click OK

HTH,
Elkar
 
Highlight your range
Conditional Formatting
Condition 1: =$A$1=1 (Format as Red)
Condition 2: =$A$2=2 (Format as Green)
 
Back
Top