MS OFFICE EDITION 2003

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Using EXCEL, I want to color code a cell if its value is "x" times another
cell's value.

Any answers?
 
Hi,

Select a1 then
Format|Conditional format
Select 'cell value is greater than'
enter the formula
=$C$6*10
Pick a colour
OK

When a1 is <C6*10 it changes colour.

Mike
 
Conditional Formatting>Formula is:

=A1=5*B1

Format to a nice color and OK


Gord Dibben MS Excel MVP
 
Back
Top