I'm working on a personal project where I want to compare several dice roll methods by counting the results of a series of rolls.
-In the first instance I want to compare rolling 6 three-sided dice and counting all instances of two's and three's (a 2/3 chance of success per die) , versus flipping a coin 5 times and counting heads (effectively a two-sided die and only counting 2's).
-The second instance I want to compare flipping a coin six times and counting only heads, versus rolling 5 three-sided dice and counting only instances of three's (a 1/3 chance of success per die).
At the moment I have a sheet with nothing but a couple of columns containing a series of =RANDBETWEEN for each method and a =COUNTIF to count the "wins" for each method. This gives me individual results for a single roll, but I am looking to simulate the results over several hundred or thousand attempts.
What are some formulas that can accomplish this?
-In the first instance I want to compare rolling 6 three-sided dice and counting all instances of two's and three's (a 2/3 chance of success per die) , versus flipping a coin 5 times and counting heads (effectively a two-sided die and only counting 2's).
-The second instance I want to compare flipping a coin six times and counting only heads, versus rolling 5 three-sided dice and counting only instances of three's (a 1/3 chance of success per die).
At the moment I have a sheet with nothing but a couple of columns containing a series of =RANDBETWEEN for each method and a =COUNTIF to count the "wins" for each method. This gives me individual results for a single roll, but I am looking to simulate the results over several hundred or thousand attempts.
What are some formulas that can accomplish this?