+ Reply to Thread
Results 1 to 5 of 5

how do i use excel to check my lottery numbers

  1. #1
    pat07734
    Guest

    how do i use excel to check my lottery numbers

    I was just trying to use an excel sreadsheet to sort my lottery numbers,
    highlight matches and see if I have won anything.

  2. #2
    Tom Ogilvy
    Guest

    Re: how do i use excel to check my lottery numbers

    Should be possible. Look at the countif worksheet function.

    --
    Regards,
    Tom Ogilvy

    "pat07734" <[email protected]> wrote in message
    news:[email protected]...
    > I was just trying to use an excel sreadsheet to sort my lottery numbers,
    > highlight matches and see if I have won anything.




  3. #3
    Don Guillett
    Guest

    Re: how do i use excel to check my lottery numbers

    sort
    [a4:e4].Sort Key1:=[a4], Orientation:=xlLeftToRight
    hightlight matches with conditional formating
    =sumproduct(($b$5:$f$5-e10(=)*1)
    to count em up
    =IF(G6=0,"",SUMPRODUCT(COUNTIF(B6:F6,$B$5:$F$5)))
    conditional formatting to turn red if >2

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "pat07734" <[email protected]> wrote in message
    news:[email protected]...
    > I was just trying to use an excel sreadsheet to sort my lottery numbers,
    > highlight matches and see if I have won anything.




  4. #4
    Don Guillett
    Guest

    Re: how do i use excel to check my lottery numbers

    > =sumproduct(($b$5:$f$5-e10(=)*1)
    type
    > =sumproduct(($b$5:$f$5=e10)*1)


    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Don Guillett" <[email protected]> wrote in message
    news:[email protected]...
    > sort
    > [a4:e4].Sort Key1:=[a4], Orientation:=xlLeftToRight
    > hightlight matches with conditional formating
    > =sumproduct(($b$5:$f$5-e10(=)*1)
    > to count em up
    > =IF(G6=0,"",SUMPRODUCT(COUNTIF(B6:F6,$B$5:$F$5)))
    > conditional formatting to turn red if >2
    >
    > --
    > Don Guillett
    > SalesAid Software
    > [email protected]
    > "pat07734" <[email protected]> wrote in message
    > news:[email protected]...
    > > I was just trying to use an excel sreadsheet to sort my lottery numbers,
    > > highlight matches and see if I have won anything.

    >
    >




  5. #5
    Debra Dalgleish
    Guest

    Re: how do i use excel to check my lottery numbers

    You can use conditional formatting to highlight the numbers, as shown here:

    http://www.contextures.com/xlCondFormat03.html#Lottery

    pat07734 wrote:
    > I was just trying to use an excel sreadsheet to sort my lottery numbers,
    > highlight matches and see if I have won anything.



    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


+ 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