+ Reply to Thread
Results 1 to 2 of 2

Random drawing from 80 entries (16 slots)

  1. #1
    Registered User
    Join Date
    07-01-2008
    Location
    Washington, DC
    Posts
    14

    Random drawing from 80 entries (16 slots)

    I am trying to set up a drawing - for example column A has 80 different schools, and I need to randomly select those schools in 16 slots. Of course, I don't want a school to be selected twice since they only can be selected only once.

    I tried =rand() and it seems doesn't work that way.

  2. #2
    Registered User
    Join Date
    07-01-2008
    Location
    Washington, DC
    Posts
    14

    Re: Random drawing from 80 entries (16 slots)

    Figured that out -

    =INDEX($A:$A,RANDBETWEEN(1,COUNTA($A:$A)),1)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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