View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default How to count number of occurences of two different things at o

Typo because I had to shift the $ sign and didn't release it quick enough
when doing the 2 :-(

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Cairan O''Toole" wrote in message
...
Dear Bob,
After trying it numerous times you are correct but there was one small
error
in the code. It should read:
=SUMPRODUCT(--($C$2:$C$20=1),--($D$2:$D$20="Adult"))

Thanks!!!
Yours,
Cairan

"Bob Phillips" wrote:

=SUMPRODUCT(--($C$":$C$20=1),--($D$2:$D$20="Adult"))

etc


If you put the quadrant and group in cells, it will be easier to drag the
fromula down, auto updating, such as


=SUMPRODUCT(--($C$":$C$20=M1),--($D$2:$D$20=N1))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Cairan O'Toole" <Cairan wrote in
message
...
Does anyone know how I would count the number of times two things
happen?
For
instance there are the following columns

Column A: FirstName
Column B: LastName
Column C: Quadrant
Column D: Group

There are four different quadrants (i.e. 1,2,3,4) and three different
groups
(Adult, youth, child).
How do I calculate how many Adults are in quadrant 1, how many in
quadrant
2, how many in quadrant 3, etc. and the same for the youth and child
groups?
I have tried many many times...
Please help,
Cairan