View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Cells turn colors if greater than specified values or pop up remin

Format|Conditional format
Select cell value is
4

Pick a colour
Click OK

Mike

"hmsawyer" wrote:

I already have the following formula in this cell but I also want to add that
if the sum is greater than or equal to 4, it will turn red and/or have a pop
up message. Any help is appreciated!

=SUMIF(C3:CE3,"=" & DATE(YEAR(TODAY()),MONTH(TODAY())-6,DAY(TODAY())),E3:CE3)