Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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! "Mike H" wrote: 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) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
colors and conditional format - greater than, less than | Excel Discussion (Misc queries) | |||
Advanced Filter for Values in Column M greater than Values in Colu | Excel Discussion (Misc queries) | |||
How can I count values greater than and less than certain values? | Excel Worksheet Functions | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
Turn cell red if today is greater or equal to date in cell | New Users to Excel |