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.
 
Back
Top