Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dk dk is offline
external usenet poster
 
Posts: 129
Default how do I Count number of records beteen two dates- Excell 2007

need to count the number of records between two specific dates. Dates are in
column i2:i3000. Need to know how many record falls into period 1 1/4/08 to
28/4/08 inclusive; period 2 29/4/08 to 26/5/08 inclusive etc? Any advice
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default how do I Count number of records beteen two dates- Excell 2007

=COUNTIF(I2:I300,"=01-04-2008")-COUNTIF(I2:I300,"28-04-2008")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"DK" wrote in message
...
need to count the number of records between two specific dates. Dates are
in
column i2:i3000. Need to know how many record falls into period 1 1/4/08
to
28/4/08 inclusive; period 2 29/4/08 to 26/5/08 inclusive etc? Any advice



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default how do I Count number of records beteen two dates- Excell 2007

In Excel 2007:

Using cells to hold the date periods.

K2 = start date = 4/1/2008 (m/d/y)
L2 = end date = 4/28/2008 (m/d/y)

=COUNTIFS(I2:I3000,"="&K2,I2:I3000,"<="&L2)

--
Biff
Microsoft Excel MVP


"DK" wrote in message
...
need to count the number of records between two specific dates. Dates are
in
column i2:i3000. Need to know how many record falls into period 1 1/4/08
to
28/4/08 inclusive; period 2 29/4/08 to 26/5/08 inclusive etc? Any advice



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel - count the number of records between two specific dates. DK Excel Worksheet Functions 4 May 21st 08 03:08 PM
Count certain records between dates Heliocracy Excel Discussion (Misc queries) 7 February 15th 07 10:59 PM
Number of records between dates flow23 Excel Discussion (Misc queries) 1 May 11th 06 11:41 AM
Count the number of unique records [email protected] Excel Worksheet Functions 7 March 8th 06 07:33 AM
count the no.of records between two dates Sachin Pawar Excel Worksheet Functions 2 October 30th 04 01:19 PM


All times are GMT +1. The time now is 06:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"