View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
fluffymoore fluffymoore is offline
external usenet poster
 
Posts: 25
Default couting dates as events per month

yOU NEED TO USE A COUNTIF FORMULA AS FOLLOWS:

=COUNTIF(CELL RANGE,"=01/2001")
=COUNTIF(CELL RANGE,"=01/2003")

YOUR CELL RANGE IS THE CO,UMS CONTAINING YOUR DATES

"Dave" wrote:

Hi

I have a column of dates covering several years. I want to total the dates
as # of events per month per year.

Example

date range my result should be
01/dd/yy01 Jan-01 = 2
01/dd/yy01 Jan-03 = 1
01/dd/yy03

and so on

Also, what does the -- in the sumproduct formulae mean?

Thank you
Dave