Cells turn colors if greater than specified values or pop up remin

H

hmsawyer

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)
 
M

Mike H

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(TODAY())-6,DAY(TODAY())))

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

Mike
 
H

hmsawyer

I acutally have a vlookup formula in it, so it is returning a point value
based on the date. Your first suggestion worked. Thanks so much!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top