+ Reply to Thread
Results 1 to 4 of 4

Last time out in lottery

  1. #1
    Registered User
    Join Date
    08-28-2013
    Location
    England
    MS-Off Ver
    Excel 2013
    Posts
    10

    Last time out in lottery

    Hi

    I have been using the "MATCH" formula to determine the last time a number appeared in the lottery draws, but i have to do the for each column separately.

    Is there a way to do this with 1 function.

    Please see attached workbook.

    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Last time out in lottery

    May be in J3:
    =IF(ISNA(MATCH($I3,A$3:A$9,0)),"----",MATCH($I3,A$3:A$9,0))
    Copy down and across.
    Quang PT

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Last time out in lottery

    J3:

    =IFERROR(MATCH($I3,A$3:A$9,0),"----")

    Copy across and down.

  4. #4
    Registered User
    Join Date
    07-16-2015
    Location
    Sydney, Australia
    MS-Off Ver
    2007
    Posts
    1

    Re: Last time out in lottery

    I usually play lotteries, especially Australian lotteries, because sometimes I win. I recommend you to read this site australian-lotto-results.com

+ 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. lottery
    By heramiah in forum Excel General
    Replies: 14
    Last Post: 02-23-2010, 07:27 AM
  2. Lottery statistics
    By mad mad max in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 05-10-2007, 12:23 PM
  3. Bingo Lottery
    By Nomis-MCSE in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-01-2006, 01:25 PM
  4. [SOLVED] RE: Lottery exercise
    By Gary''s Student in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-05-2005, 03:25 PM
  5. [SOLVED] lottery drawing
    By nmarenc in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-18-2005, 02:25 AM

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