how do you shuffle a range of numbers at random

G

Guest

I want to shuffle the numbers 1 -78. I don't want any duplicates...but want
to use a total of 78 numbers selected at random.......any idea of how to do
this ??
 
P

Peo Sjoblom

For instance

in A1 put
1
in A2 put
2

select both cells and grab the lower right corner of A2 and copy down so you
have 1 - 78 in A1:A78

in B1 put

=RAND()

copy down the formula to B78, select both columns and sort by B

now the numbers in A1:A78 will be randomly shuffled


finally delete B
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top