+ Reply to Thread
Results 1 to 3 of 3

Random Assignment of Numbers

  1. #1
    itse
    Guest

    Random Assignment of Numbers

    How can I randomly assign a range of numbers to a range of cells without the
    numbers repeating?

  2. #2
    Bernd Plumhoff
    Guest

    Re: Random Assignment of Numbers

    See www.sulprobil.com

    HTH,
    Bernd

  3. #3
    Max
    Guest

    Re: Random Assignment of Numbers

    Another way to play with ..

    Assuming the list of numbers* to be assigned is in A1:A10
    *or whatever item needs to be assigned

    Put in say, E1: =RAND()
    Copy down to E10

    Put in B1:
    =INDEX(A:A,MATCH(SMALL(E:E,ROWS($A$1:A1)),E:E,0))

    Copy B1 down to B10

    B1:B10 will return a non-repeating randomized shuffle
    of the 10 numbers (or items) in A1:A10

    Press / tap F9 to recalc / re-generate a fresh selection

    Just freeze the results elsewhere
    with a copy > paste special > values > ok

    Adapt to suit ..
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    "itse" <[email protected]> wrote in message
    news:[email protected]...
    > How can I randomly assign a range of numbers to a range of cells without

    the
    > numbers repeating?




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1