G
Guest
I need to generate a random list of the whole numbers 1-52 with no duplicates
and no decimal places.
and no decimal places.
Max said:Just another quick way to play with ..
Put:
in A1: =INDEX(B:B,MATCH(SMALL(C:C,ROWS($A$1:A1)),C:C,0))
in B1: =ROWS($A$1:A1)
in C1: =RAND()
Harlan Grove said:Why =ROWS($A$1:A1) rather than =ROW(A1)?
any subsequent insertion of row at the top
fubarring the sequential numbering in col B <g>
Max said:In this instance, guess I was worried about any subsequent insertion of row
at the top fubarring the sequential numbering in col B <g>