View Single Post
  #3   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

I never checked you formula before my previous post but it will be very
unusual for it ever to be <4 because your summing dates. Also your ranges are
different lengths. Could you really mean

=COUNTIF(C3:CE3,"="&DATE(YEAR(TODAY()),MONTH(TODA Y())-6,DAY(TODAY())))

or possibly
=SUMIF(C3:CE3,"=" & DATE(YEAR(TODAY()),MONTH(TODAY())-6,DAY(TODAY())),C4:CE4)

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)