Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming source dates (real dates) are within A2:A10 with no blank cells,
and tightened limits with no gaps <=30 days =SUMPRODUCT(--(TODAY()-A2:A10<=30)) 31-60 days =SUMPRODUCT((TODAY()-A2:A1030)*(TODAY()-A2:A10<=60)) 61-90 days =SUMPRODUCT((TODAY()-A2:A1060)*(TODAY()-A2:A10<=90)) 90 days =SUMPRODUCT(--(TODAY()-A2:A1090)) Adapt the dates range A2:A10 to suit your actual range -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "SteveStats" wrote: I have about 45 different dates ranging from March through October (this year) in one column. I want to bounce off today's date (NOW()) to count how many of these items are <30 days old, 31-60 days old, 61-90 days old and 91+days old. -- SteveStats |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting number of observations within a date range? | Excel Worksheet Functions | |||
A macro that counts the number of times a file is opened | Excel Discussion (Misc queries) | |||
a function that counts the number of cells with information | Excel Worksheet Functions | |||
Excel formula that counts events after a certain date? | Excel Discussion (Misc queries) | |||
Number of Days in a Date Range | Excel Discussion (Misc queries) |