+ Reply to Thread
Results 1 to 4 of 4

custome Lottery with raffles

Hybrid View

ulothar custome Lottery with raffles 05-03-2018, 06:52 AM
Marc L Re: custome Lottery with... 05-03-2018, 07:50 AM
ulothar Re: custome Lottery with... 05-03-2018, 07:57 AM
JeteMc Re: custome Lottery with... 05-08-2018, 08:33 AM
  1. #1
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,910

    Re: custome Lottery with raffles

    Assuming that you want to get the results in sheet 2, not sheet 1, then perhaps the following will help.
    1) Populate column C in sheet 1 by placing zero in C1 then use the following for C2 and down: =SUM(B$2:B2)
    2) Populate the numbers in sheet 2 by placing a one in the first row then using the following for the second row and down:
    Formula: copy to clipboard
    =IFERROR(IF(E1+1<=Sheet1!F$1,E1+1,""),"")

    3) Populate the names in sheet 2 using:
    Formula: copy to clipboard
    =IF(E1="","",INDEX(Sheet1!A$2:A$5,IF(ISNUMBER(MATCH(E1,Sheet1!C$2:C$5,0)),MATCH(E1,Sheet1!C$2:C$5,0),MATCH(E1,Sheet1!C$1:C$5,1))))

    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. [SOLVED] Custome Date Fill
    By Jietoh in forum Excel General
    Replies: 1
    Last Post: 02-22-2016, 11:30 AM
  2. Help with custome sorting
    By cdantonelli in forum Excel General
    Replies: 15
    Last Post: 10-20-2015, 01:45 PM
  3. [SOLVED] Custome Number Fromatting HELP!
    By MG3 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-20-2015, 02:44 PM
  4. [SOLVED] Custome formula
    By Sparkplug90 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-15-2013, 03:58 AM
  5. Custome Sort By Value on 2 Pages
    By bdb1974 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-27-2009, 12:34 PM
  6. Custome AutoFilter
    By nicolachen in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-21-2007, 01:53 AM
  7. Custome Colors?
    By Mark in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 01-21-2005, 11:06 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