Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() If your dates are in A1:A300 to count the number of dates in that range that fall between a date in H1 and a later date in H2, either =COUNTIF(A1:A300,"="&H1)-COUNTIF(A1:A300,""&H2) or =SUMPRODUCT(--(A1:A300=H1),--(A1:A300<=H2)) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=567181 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting time part of a Date, subtracting dates | Excel Discussion (Misc queries) | |||
Charting count of unique dates in a list | Charts and Charting in Excel | |||
add/subtract dates problem in Excel..... | Excel Discussion (Misc queries) | |||
How do I calculate if a date is in a certain time frame? | Excel Worksheet Functions | |||
search for latest date | Excel Worksheet Functions |