A
aftershock
I had a question in math class on Microsoft Excel.
The question was "Create a Excel expression that will show a result o
a roulette spin"
There are 0 to 32 numbers for the red spaces and 0 to 32 numbers fo
the black spaces.
I did this:
=INT(1+32)*RAND() to generate a random number between 0 to 32
but I don't know how to assign the number to the choices which are re
or black.
I thought it might be
=IF(A1<32,"red") A1 is the random number generated but it only assign
"red" to the number. I need an expression that would assign the rando
number with a random text (either red or black).
Please help!!!
The question was "Create a Excel expression that will show a result o
a roulette spin"
There are 0 to 32 numbers for the red spaces and 0 to 32 numbers fo
the black spaces.
I did this:
=INT(1+32)*RAND() to generate a random number between 0 to 32
but I don't know how to assign the number to the choices which are re
or black.
I thought it might be
=IF(A1<32,"red") A1 is the random number generated but it only assign
"red" to the number. I need an expression that would assign the rando
number with a random text (either red or black).
Please help!!!