Query Count if Function QQQQssss

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

Guest

I have a range where Attendees of a convention either pre-register, Compted, Pre-register Only, or Register on site. For the on-site regitered they can register on Friday Saturday or Sunday. (that is a Different Range) I want to count "Registered" In the registered Range; From each Day EG Friday, Saturday, Sunday (Date Range)

I can countif Dates and Registered but how do I make it count on two different Cryteria
 
Hi Mark!

You can use SUMPRODUCT as one approach to counting on more than one
criteria:

=SUMPRODUCT((WEEKDAY($A$1:$A$24)=1)*($B$1:$B$24="Registered"))

--
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.

Mark Fredenburg said:
I have a range where Attendees of a convention either pre-register,
Compted, Pre-register Only, or Register on site. For the on-site regitered
they can register on Friday Saturday or Sunday. (that is a Different Range)
I want to count "Registered" In the registered Range; From each Day EG
Friday, Saturday, Sunday (Date Range)
I can countif Dates and Registered but how do I make it count on two
different Cryteria
 

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

Countif Question 1
Sumproduct 2
WeekDay count between dates 13
taking a count 3
Networkdays 2
Formula for adding a day to a particular date. 1
Calculating dates to include Saturdays but not Sundays 1
calc time 3

Back
Top