I tried the following:
Int ((5-1+1)*Rnd+1)
But it only selected one random value 1, 2, 3, 4 or 5 for all 100 numbers in the table.
How can I modified the formula, so that it will select a random value from 1 to 5 (1, 2, 3, 4 and 5) to the first five rolls
1 –...