countif in excel

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

Guest

I am trying to count using multiple conditions.
EX.

Column A Column B

Holiday Male
Summer Female
Sun Male
Summer Male

I want to count how many people are in column a as holiday and also male.
 
Try asking this in an MS Excel forum - this one's for MS Access, the database product
 
=sumproduct((a1:a4="Holiday")*(b1:b4="Male"))

I'm not sure if this will help you in Access or not but it's worth a shot.
 

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

Similar Threads

Excel Formulas 3
Getting rid of 0's in report 2
querying data to use into another file 1
Multiple percentages 3
A Xmas Thought 2
Changing Object Dependency 3
If, then 1
Option group 2

Back
Top