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 EXCEL COUNTING HELP

I need to count the number of occurances of a date range from a column of
dates spanning from December 1, 2009 - March 15, 2010. (how many dates in
column C are in the month of december 2009). How do i write a formula that
will recogize the date? thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default EXCEL COUNTING HELP

What version of Excel are you using?

Here's one way...

=SUMPRODUCT(--(TEXT(C2:C100,"m/yyyy")="12/2009"))

--
Biff
Microsoft Excel MVP


"EXCELably Challenged" <EXCELably
wrote in message ...
I need to count the number of occurances of a date range from a column of
dates spanning from December 1, 2009 - March 15, 2010. (how many dates in
column C are in the month of december 2009). How do i write a formula
that
will recogize the date? thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 806
Default EXCEL COUNTING HELP

Hello,

=SUMPRODUCT(--(DATE(YEAR(A1:A10000),MONTH(A1:A10000),
1)=DATE(2010,12,1)))

Regards,
Bernd
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default EXCEL COUNTING HELP

=COUNTIF(A:A,"="&DATE(2010,01,01))-COUNTIF(A:A,"="&DATE(2009,12,01))

--

HTH

Bob

"EXCELably Challenged" <EXCELably
wrote in message ...
I need to count the number of occurances of a date range from a column of
dates spanning from December 1, 2009 - March 15, 2010. (how many dates in
column C are in the month of december 2009). How do i write a formula
that
will recogize the date? 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
Excel is not counting Sherees Excel Discussion (Misc queries) 4 April 12th 12 11:37 PM
counting function but not double counting duplicates JRD Excel Worksheet Functions 2 November 7th 07 06:43 PM
Counting in Excel Sheila Innes Excel Discussion (Misc queries) 5 February 15th 06 10:05 AM
Counting with Excel Becks Excel Discussion (Misc queries) 4 January 5th 06 01:33 PM
Counting rows, then counting values. Michael via OfficeKB.com Excel Discussion (Misc queries) 7 August 4th 05 10:57 PM


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