Formula - count certain dates in a column

  • Thread starter Thread starter p3project
  • Start date Start date
P

p3project

Hi, can anyone help please. I have a spreadsheet containing dates in on
column ie. 12-Feb-04 etc. I need to set up a running total that count
only the 2004 entries (ignoring the 00, 01, 02, 03 etc etc

Can anyone help me with the formula plz???

Regards

Davi
 
=SUMPRODUCT(--(YEAR(A1:A100)=2004))

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top