vegaaltair
New Member
- Joined
- Sep 12, 2014
- Messages
- 9
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"})
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"})