Multiple Count-IF

  • Thread starter Thread starter Nick
  • Start date Start date
N

Nick

Hi,

I have the following data in three columns:

A B C
Dog Credit Man
Cat Cash Man
Dog Credit Woman

I would like to know how many Dogs were purchased using a
Credit card, by a Man?

TIA!
 
Frank means

=sumproduct(--(A1:A100="Dog"),--(B1:B100="Credit"),--(C1:C100="Man"))


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Frank is definitly "the man" in excel, thus the formula should and will
work!

I am no expert, but a user. You may try using a pivot table selecting A, B,
and C as columns . and one of the colomns as data. This will allow you to
play arround with the data.
 
Back
Top