Thread: If, then...
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ray at[_2_] Ray at[_2_] is offline
external usenet poster
 
Posts: 13
Default If, then...

Check out conditional formatting from the format menu for your cell.

Ray at work

"Jonas Weebler" wrote in message
om...
I have a simple formula in a cell: =SUM(E29+G28-F29)

Is there a way to change the color of the cell when the value in the
cell goes above or below zero with an "If / Then" statement? Thank
you in advance.