excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dave , Thanks very much. I'm a first time user here, so forgive my ignorance.
The answer you gave fixed my problem. Only that has lead me to attempt further
adjusting to someone else's excel sheet. If you don't mind, here are some
more questions.
the sheet tracks car sales,porsche-audi/ new and used, I would like to
count the sales per person(you answered that one) and count by new audi, new
porsche, used audi and used porsche. In my columns are listed N or U, Audi or
Porsche.
Thanks

:
 
OK I found your old post.

Basically:

COUNTIF(...) works with one criteria.

SUMPRODUCT(....) will allow you to count records that match multiple
criteria.
=SUMPRODUCT(--(A1:A10="porsche"),--(B1:B10="new"),--(C1:C10="Dave")) will
count all records where the criteria "porsche" is in A1:A10, the criteria
"new" is in B1:B10, and the criteria "Dave" is in C1:C10. Adjust the formula
to suit your ranges/criteria.

Dave
 

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