Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Counting dates within a specified range

I have spread sheets with data that covers the entire year. I want to be
able to look up and count the dates for each month. Dates are written in
11/30/06 format. I appreciate any assistance I can get.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,089
Default Counting dates within a specified range

One way:

=SUMPRODUCT((MONTH(A1:A100)=1)*1)
=SUMPRODUCT((MONTH(A1:A100)=2)*1)
:
:
=SUMPRODUCT((MONTH(A1:A100)=11)*1)
=SUMPRODUCT((MONTH(A1:A100)=12)*1)

Assuming the dates are in cells A1 to A100; note it has to be a range and
not the whole column

Regards

Trevor


"MacAttack" wrote in message
...
I have spread sheets with data that covers the entire year. I want to be
able to look up and count the dates for each month. Dates are written in
11/30/06 format. I appreciate any assistance I can get.



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
How do I create a schedule from a list of dates ? Gavin Morris Charts and Charting in Excel 2 October 28th 10 04:08 PM
How do I find the earliest dates in a range of dates? JJ Excel Worksheet Functions 3 May 16th 06 09:36 AM
Counting dates in a RANGE (yargh!) :) S Davis Excel Worksheet Functions 2 April 27th 06 03:01 AM
Counting data columns with dates Manni Excel Discussion (Misc queries) 2 April 11th 06 02:05 PM
Finding Dates in a date range Marcus Excel Discussion (Misc queries) 1 April 5th 05 01:51 AM


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