+ Reply to Thread
Results 1 to 21 of 21

Make a Raffle list in Excel

  1. #1
    Registered User
    Join Date
    01-02-2010
    Location
    dallas
    MS-Off Ver
    Excel 2002
    Posts
    3

    Make a Raffle list in Excel

    Hello! I'm trying to make a raffle list for our office raffle in Excel. I want Excel to automatically update the number list based on the quantity of tickets each associate paid for.

    Example:
    Doug buys 3 tickets and Mike buys 5 tickets
    The raffle list now looks like:
    1 Doug
    2 Doug
    3 Doug
    4 Mike
    5 Mike
    6 Mike
    7 Mike
    8 Mike

    Then Sally buys 1000 tickets so 1000 tickets are added to the list, making 1008 the total number of tickets sold. This would update the list automatically if I entered "1000" for Sally's name, thus duplicating her name 1000 times in the list.

    How can I do this automatically in excel so I won't have to use a calculator and do it manually. Thanks.

  2. #2
    Forum Contributor
    Join Date
    04-23-2009
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2003 work, 2007 home
    Posts
    199

    Re: Make a Raffle list in Excel

    not entirely sure what you need but try the attached and let me know if it works for you?
    Attached Files Attached Files

  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: Make a Raffle list in Excel

    If you take the sheet that somesoldiers posted, in C1 and copy down,

    =SUM(B$1:B1)

    Then on Sheet2 in A1 and copy down,

    =INDEX(Sheet1!A:A, MATCH(ROW(), Sheet1!C:C) + 1)
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    01-02-2010
    Location
    dallas
    MS-Off Ver
    Excel 2002
    Posts
    3

    Re: Make a Raffle list in Excel

    I did that but it won't list out all the tickets they bought. I'm using Excel 2002 so that may be the reason it won't work.

    When I randomize all the numbers (say 1,008) at the end of the raffle, I want their number to be by their name. Example:

    Doug bought 3 tickets
    Mike bought 5 tickets
    Sally bought 1,000 tickets

    so the list looks like:
    1 Doug
    2 Doug
    3 Doug
    4 Mike
    5 Mike
    6 Mike
    7 Mike
    8 Mike
    9-1008 Sally (but listed out)

    Then if I go to randomizer.org and randomize 1 set of unique numbers 1-1008 and let's say a 50 is rolled, then Sally would be the winner and further down on the list it would say:
    49. Sally
    50. Sally -W i n n e r
    51. Sally
    -continued to 1008.

    I hope that makes sense. I have 200+ people that have purchased a total of 50,000 tickets so this is a pickle of a problem.

    Thanks so much for helping me.
    Last edited by office_gal; 01-02-2010 at 04:29 PM.

  5. #5
    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: Make a Raffle list in Excel

    You don't need any of that to do this:

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by shg; 01-02-2010 at 05:02 PM. Reason: correct formula in B6

  6. #6
    Registered User
    Join Date
    01-02-2010
    Location
    dallas
    MS-Off Ver
    Excel 2002
    Posts
    3

    Re: Make a Raffle list in Excel

    Wow that's cool. Is there a way to still list out everyone's number by their name in a 2nd sheet? I have ignorant co-workers that want a visual representation of the raffle which is why I need to print out everyone's name by their numbered ticket.

  7. #7
    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: Make a Raffle list in Excel

    See attached.
    Attached Files Attached Files

  8. #8
    Valued Forum Contributor
    Join Date
    08-23-2009
    Location
    Hampshire, UK
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    328

    Re: Make a Raffle list in Excel

    I think the formula in B6 should be
    Please Login or Register  to view this content.
    Similarly on sheet 2 it should be
    Please Login or Register  to view this content.
    Attached Files Attached Files

  9. #9
    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: Make a Raffle list in Excel

    Good catch, Huron, thank you.

  10. #10
    Registered User
    Join Date
    01-31-2013
    Location
    Melbourne Auatralia
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Make a Raffle list in Excel

    Thanks so much for this I have 13,000 ticket draw with 121 ticket holders this is brilliant.

  11. #11
    Registered User
    Join Date
    03-09-2013
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Make a Raffle list in Excel

    Hi guys - new to forum and have been trying to create a file in excel for an upcoming raffle, similar to the one posted here.

    added another few items, but problem i have is on sheet 2 when i am trying to make it list multiple entries for names :

    this is the one i am trying to create:
    Attached Files Attached Files

  12. #12
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Make a Raffle list in Excel

    gardnt1,

    Unfortunately you need to post your question in a new thread, it's against the forum rules to post a question in the thread of another user. If you create your own thread, any advice will be tailored to your situation so you should include a description of what you've done and are trying to do. Also, if you feel that this thread is particularly relevant to what you are trying to do, you can surely include a link to it in your new thread.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  13. #13
    Registered User
    Join Date
    08-22-2013
    Location
    Melbourne
    MS-Off Ver
    excel 2010
    Posts
    1

    Re: Make a Raffle list in Excel

    Hi,

    How do I shg's excel sheet but to pick 22 winners?

    Thank you

  14. #14
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Make a Raffle list in Excel

    Inthezone,

    Check post 12.

  15. #15
    Registered User
    Join Date
    10-28-2013
    Location
    Philadelphia, Pa.
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Make a Raffle list in Excel

    not sure if I can do this, but how do you list all tickets and no manes, and track each ticket #?

  16. #16
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Make a Raffle list in Excel

    coachhines01,

    Please check post 12. The post just above yours said the same thing too.

  17. #17
    Registered User
    Join Date
    04-29-2014
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Make a Raffle list in Excel

    Hi ..I have just found this thread and its exactly what I need .. problem is I am not sure how to randomize and pick a winner .. is there a special function I have to do within the excel file?

  18. #18
    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: Make a Raffle list in Excel

    See the workbook at https://app.box.com/s/5a06b6he6sc9ce89bbfl for an updated version. Press F9 to recalculate.

  19. #19
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    604

    Re: Make a Raffle list in Excel

    Old thread... but anyways, enter your Name and number of tickets in B4 and B5. Then click the button.


    Please Login or Register  to view this content.
    Attached Files Attached Files

  20. #20
    Registered User
    Join Date
    05-18-2017
    Location
    Maryland, United States
    MS-Off Ver
    2007
    Posts
    1

    Re: Make a Raffle list in Excel

    This was so helpful! I just don't understand how you extend the formula in row c.

  21. #21
    Registered User
    Join Date
    11-20-2021
    Location
    London
    MS-Off Ver
    16.23
    Posts
    1

    Re: Make a Raffle list in Excel

    Thank you so much. This helped me out massively. You guys are life savers!! Appreciate it. Keep up the good work!

+ 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