D
David Stoddard
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>
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.