Thread: if calculations
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default if calculations

Hi!

Try this:

Select cell F4
Goto FormatConditional Formatting
Select Formula Is
In the little box on the right enter this formula:

=F4=192.27

Click the Format button
Select the desired style(s)
OK out

Biff

"TeddyBearDJ" wrote in message
...
I am trying to figure out a way to make a cell change colors if a certain
condition is met. For example, if cell f4 is 192.27 or above, then the
cell
font should change to RED to show it is over the number it should be. If
not, then it can stay whatever color it is.
Can anyone figure out how to make this calculation??