Count totals with date

J

John Crawford

Hi

I need to count the total licences by type used weekly but display the
answer monthly.

I think it should be something like:

=SUMPRODUCT((MONTH($C$2:$C$12)=1)*(YEAR($C$2:$C$12)=2004)) will count
the number of date entrys, but I dont know how to put the rest of it
together.

Can any one help?

A B C
Licenses Totals Date
Web-mail 19392 01/03/2004
POP 19392 01/03/2004
Web-mail 99827 08/03/2004
POP 99827 08/03/2004
Web-mail 11023 15/03/2004
POP 11023 15/03/2004
Web-mail 10067 22/03/2004
POP 10067 22/03/2004
Web-mail 11109 29/03/2004
POP 11109 29/03/2004
Web-mail 11153 05/04/2004
POP 11153 05/04/2004
 
J

John Crawford

Frank thanks, but how do I show the totals by Licences type i.e.

Web-mail, monthly total
POP, monthly total

regards

jfc
 

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

Top