How do I make a lottery checker

D

Don Guillett

I have done one for Texas & mega.

Set up a query table to the url > design a macro to text to columns the
numbers>
OR
goto the site>right click to download to excel>refresh from there for the
tables you want

a macro to check the numbers against yours.
Use conditional formatting to check your numbers against the winning numbers
Use a formula and conditional formatting to count yours and lookup your
winnings, IF any.
=sumproduct((yournumbers=a winning number)*1)
to count the winners
=IF(F6=0,"",SUMPRODUCT(COUNTIF(B6:F6,$B$5:$F$5)))
--
Don Guillett
SalesAid Software
(e-mail address removed)
Tigerman said:
How do I get excel to check my list of lottery numbers for any possible
wins
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to calculate frequency of lottery numbers? 23
bingo 5
formula for bingo 1
Lottery 13
Enhanced lottery question 5
PHP lottery number generator 0
Access sorting numbers 1
Lottery ticket checker ?? 3

Top