Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default count the occurance of a particular month in a column of dates

I'm having no luck getting a total count of the number of times a particular
month is present in a date column.

This is what I've been trying to get a count of the number of dates that
fall in the month of July, regardless of the year:

=COUNT(MONTH(I$1:I286),7)

Can anyone help me solve this little problem
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 229
Default count the occurance of a particular month in a column of dates

=Sumproduct(--(MONTH(I$1:I286)=7))
best wishes
Sreedhar

"Ray Sr" wrote:

I'm having no luck getting a total count of the number of times a particular
month is present in a date column.

This is what I've been trying to get a count of the number of dates that
fall in the month of July, regardless of the year:

=COUNT(MONTH(I$1:I286),7)

Can anyone help me solve this little problem

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default count the occurance of a particular month in a column of dates

That worked fine, but I have column headings every 41 rows for printing
purposes which I think screwed things up a bit, so I used that formula to do
sub-totals before each new set of headings and it worked great! Thanks

"yshridhar" wrote:

=Sumproduct(--(MONTH(I$1:I286)=7))
best wishes
Sreedhar

"Ray Sr" wrote:

I'm having no luck getting a total count of the number of times a particular
month is present in a date column.

This is what I've been trying to get a count of the number of dates that
fall in the month of July, regardless of the year:

=COUNT(MONTH(I$1:I286),7)

Can anyone help me solve this little problem

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 occurance of a month in a column of dates? Stormy Excel Worksheet Functions 1 August 30th 07 06:44 PM
count number of dates in a column that are within a month period.. Sarah J Excel Worksheet Functions 7 May 24th 07 06:53 PM
Count number of cells of a particular month in a column of dates Gohan51D Excel Discussion (Misc queries) 9 March 15th 06 07:21 PM
count no. of dates in a column that falls on certain month & year RawSugar Excel Worksheet Functions 2 October 20th 05 10:50 PM
Excell: count occurance of letters in a column Ispencer Excel Worksheet Functions 1 June 8th 05 05:56 PM


All times are GMT +1. The time now is 07:35 AM.

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

About Us

"It's about Microsoft Excel"