Thread: counting dates
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default counting dates

=SUMPRODUCT(--(Year(C2:C100)=2006),--(A2:A100="RFP"))

"Tim Rowlan" wrote:

I have a spreadsheet with many many dates that I need to graph/chart. I want
to chart the number of RFPs I received in each year. How do I count on
column C which is a date column to see the number for any given year?
Thanks,
Tim