+ Reply to Thread
Results 1 to 3 of 3

Random Drawing with Mulitple Entries

  1. #1
    Registered User
    Join Date
    07-11-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    7

    Random Drawing with Mulitple Entries

    I am trying to do a random drawing and the entrants may have multiple entries. I would like random draw to take into consideration the number of entries each person has. I have the entrants name in Column A and the Number of Entries for that person in Column B. I have attached an example.

    Any help would be appreciated. Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Random Drawing with Mulitple Entries

    here is one way
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Random Drawing with Mulitple Entries

    Another way:

    A
    B
    C
    D
    1
    Name Tickets helper
    2
    Alan
    7
    0.0000
    C2: =N(B1)/$B$10 + N(C1)
    3
    Barb
    4
    0.2692
    4
    Cain
    4
    0.4231
    5
    Dana
    3
    0.5769
    6
    Eric
    3
    0.6923
    7
    Fran
    3
    0.8077
    8
    Gary
    1
    0.9231
    9
    Hana
    1
    0.9615
    10
    Total
    26
    11
    12
    Eric A12: =INDEX($A$2:$A$9, MATCH(RAND(), $C$2:$C$9))
    Entia non sunt multiplicanda sine necessitate

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Random drawing from 80 entries (16 slots) by using a button
    By shani20 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-09-2011, 09:54 PM
  2. Random drawing from 80 entries (16 slots)
    By shani20 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-09-2011, 08:59 PM
  3. Random Drawing Multiple Entries
    By wfcperrine in forum Excel General
    Replies: 0
    Last Post: 11-02-2011, 09:34 AM
  4. Random Drawing results
    By nickydaewoo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-05-2009, 11:39 PM
  5. Mulitple Entries in InputBox
    By Jim Jackson in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-15-2006, 03:25 PM

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