View Single Post
  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

One very limited way:

B1: 12345678
B2: =SUBSTITUTE(B1,A1,"")
A1: =MID(B1,RAND()*(LEN(B1)-1)+1,1)*1

Copy the the formula in A1 down to A8, and the one in B2
down to B8.

HTH
Jason
Atlanta, GA

-----Original Message-----
Hi,

I have 8 cells that I want to contain a unique whole

number from 1 to
8. I don't want any of the 8 numbers to repeat.

Any ideas?

Joe
.