CountIfs Formula help

Sunshine8790

Board Regular
Joined
Jun 1, 2021
Messages
71
Office Version
  1. 365
Platform
  1. Windows
I have a sheet (I cannot share due to privacy) with 2 tabs.
The first tab has 10 columns:
Name, Shift, Contest Shift, Contest Day, Building, Supervisor, #Votes for Scariest, #Votes for Most Original, #Votes for Funniest, Outfit
There are 50+ Rows of data with the info of participants and corresponding info other than the #votes cells.

The 2nd tab has 4 columns:
Voter name, Vote for (participant name), Shift Day, Category

I currently have this formula in cell G2 (Votes for Scariest on first participant), which was a pain to create because I also had to manually type in each name on all 3 cells on row 2 for that person as well as change "Scariest" to "funniest" or "Most original" in the other columns, and repeat that process for each row for the different participants.
Bear in mind, some participated more than one day so their names come up more than once.
Excel Formula:
=COUNTIFS(Votes!$B:$B,"Jane Doe",Votes!$C:$C,"Tuesday Day",Votes!$D:$D,"Scariest")
(Real name in formula changed to Jane Doe)

Currently the formula I have is not working properly. It's showing me some results - but not all. Can someone please help me fix the one I have or help me come up with another?
 
Glad we could help & thanks for the feedback.
 
Upvote 0

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,215,073
Messages
6,122,975
Members
449,095
Latest member
Mr Hughes

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top