Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I have a sheet with column "G" being the date of the last time a
customer was contacted, I need to count the number of customers that have been contacted within the last 365 days. I do have the formula set up on the sheet to keep track of the current date. Thanks! Sean. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A couple of ways
=COUNTIF(G2:G500,"="&TODAY()-500) =SUMPRODUCT(--(G2:G500=TODAY()-365)) change G2:G500 to fit your needs -- Regards, Peo Sjoblom wrote in message ups.com... Hi, I have a sheet with column "G" being the date of the last time a customer was contacted, I need to count the number of customers that have been contacted within the last 365 days. I do have the formula set up on the sheet to keep track of the current date. Thanks! Sean. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting cells that are 0 in a range of non-contiguous cells | Excel Worksheet Functions | |||
Query counting cells in a row that exactly match cells in another | Excel Discussion (Misc queries) | |||
Complicated counting of cells (based on other cells contents) | Excel Worksheet Functions | |||
Counting empty cells within a range of cells | New Users to Excel | |||
Counting empty cells within a range of cells | New Users to Excel |