COUNTIFS do I need to use an OR aswell?

vegaaltair

New Member
Joined
Sep 12, 2014
Messages
8
Hi

I am attempting to count how many bets have placed 1st, 2nd or 3rd by a certain method but I cannot figure out if I will be required to use an OR function for the 1st, 2nd 3rd part?

Formula
=COUNTIFS(Bets!$J$10:$J$10000,X6,Bets!$K$10:$K$10000,{"1st","2nd","3rd"})
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
maybe with a slight modification...

=SUM(COUNTIFS(Bets!$J$10:$J$10000,X6,Bets!$K$10:$K$10000,{"1st","2nd","3rd"}))
 
Upvote 0

Forum statistics

Threads
1,214,812
Messages
6,121,696
Members
449,048
Latest member
81jamesacct

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