Count of times a number is repeated by date?

B

bjkeyt

My spreadsheet has a record of every time a problems exsists. Problems are
classified by numbers 1-9.
A date may occur more than onces on the spread sheet, a classification may
occur more than onceon a date.
I need to summarized;
how many times a date occurs in spread sheet then how many times a
classification occures on that date.
 
P

PCLIVE

Where:
D1= the date you want to match
D2= the number (1-9)

=SUMPRODUCT(--(A2:A100=D1),--(B2:B100=D2))

HTH,
Paul
 

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