Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default COUNT INBETWEEN A DATE RANGE

Hi

Does anyone know how to count the number of occurences between a data range?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default COUNT INBETWEEN A DATE RANGE

let's say your criteria in C1: early date, D1: latest date
date in column A, and number in column B

=SUMPRODUCT((A1:A100=C1)*(A1:A100<=D1)*(B1:B100< ""))



"Dave" wrote:

Hi

Does anyone know how to count the number of occurences between a data range?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default COUNT INBETWEEN A DATE RANGE

Sorry...I missed typed this. What I emant was a date range.

Thanks

"Teethless mama" wrote:

let's say your criteria in C1: early date, D1: latest date
date in column A, and number in column B

=SUMPRODUCT((A1:A100=C1)*(A1:A100<=D1)*(B1:B100< ""))



"Dave" wrote:

Hi

Does anyone know how to count the number of occurences between a data range?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default COUNT INBETWEEN A DATE RANGE

On Thu, 18 Mar 2010 06:56:01 -0700, Dave
wrote:

Hi

Does anyone know how to count the number of occurences between a data range?

Thanks


=countif(rng,"=" & StartDate) - countif(rng,"" & EndDate)

--ron
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default COUNT INBETWEEN A DATE RANGE

That's what TM assumed. What happened when you tried his suggestion?

Regards,
Fred

"Dave" wrote in message
...
Sorry...I missed typed this. What I emant was a date range.

Thanks

"Teethless mama" wrote:

let's say your criteria in C1: early date, D1: latest date
date in column A, and number in column B

=SUMPRODUCT((A1:A100=C1)*(A1:A100<=D1)*(B1:B100< ""))



"Dave" wrote:

Hi

Does anyone know how to count the number of occurences between a data
range?

Thanks


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
count a value in a date range based on a date in another workshee. marsjune68 Excel Worksheet Functions 4 April 9th 09 10:31 PM
Count with date range Porlie Excel Worksheet Functions 2 June 23rd 08 03:01 PM
Count within a date range Chad Excel Worksheet Functions 3 February 29th 08 11:31 PM
How can I count a record if it contains a date within a date range hile trotman Excel Worksheet Functions 0 September 20th 06 08:58 PM
How to count dates within a certain range in a column with mutiple date range entries Krisjhn Excel Worksheet Functions 2 September 1st 05 01:59 PM


All times are GMT +1. The time now is 08:52 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"