Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I have a worksheet that has one column containing dates (D3:D1400) In another cell I want to count the number of rows that have a date between two specified dates, eg. 01/10/05 and 31/10/05. Anyone got any idea how I would achieve this? Any help would be very much appreciated. Kind Regards John |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
sometimes I use this formula (may be more elgant soltuions are available)
=SUMPRODUCT((A2:A2038620)*(A2:A20<38670)) the criteria dates are converted to serial number of dates. ================== "mg_sv_r" wrote in message ... Hi I have a worksheet that has one column containing dates (D3:D1400) In another cell I want to count the number of rows that have a date between two specified dates, eg. 01/10/05 and 31/10/05. Anyone got any idea how I would achieve this? Any help would be very much appreciated. Kind Regards John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to count dates within a certain range in a column with mutiple date range entries | Excel Worksheet Functions | |||
Formula for If Term is on Certain Date then Count | Excel Worksheet Functions | |||
Getting Count field to recognise rows with negative values in Exc. | Excel Worksheet Functions | |||
Count cells based on date range in another column | New Users to Excel | |||
Using a col of Dates by day I want to determine a wk ending date. | Excel Worksheet Functions |