No video

Create an Excel Lottery Number Generator

Create an Excel lottery number generator to produce 6 random lottery balls. Click a button and get your weekly lottery numbers. Download the file www.computerga...
Find more great free tutorials at;
www.computerga...
** Online Excel Courses **
The Ultimate Excel Course - Learn Everything ► bit.ly/Ultimat...
Excel VBA for Beginners ► bit.ly/37XSKfZ
Advanced Excel Tricks ► bit.ly/3CGCm3M
Excel Formulas Made Easy ► bit.ly/2ujtOAN
Creating Sports League Tables and Tournaments in Excel ► bit.ly/2Siivkm
Connect With Us!
LinkedIn ► / 18737946
Instagram ► / computergaga1
Twitter ► / computergaga1

Пікірлер: 570

  • @Computergaga
    @Computergaga11 жыл бұрын

    Yes certainly. Please check out my Excel Lottery Generator Inside Out video for instructions.

  • @Computergaga
    @Computergaga11 жыл бұрын

    The draw sheet is just 6 cells that have been formatted with a fill colour and border. Vlookups are then entered to capture the data from the Calculations sheet. The file can be downloaded from the downloads section of my website.

  • @jasonparker333
    @jasonparker3338 жыл бұрын

    I actually came here to watch about generating lottery numbers (I thought the video was about wheeling systems) but I actually learned something new in Excel, so thanks very much, now subscribed to your channel

  • @mbelkaid
    @mbelkaid8 жыл бұрын

    Thank you followed up your instruction and ended up generating five number out of 15 for euro lottery and It works straight away , no complication no problem instead of 49 number I chose 15 numbers from A2 to A16 which generate five number out of 15 I protected the Vlookup furmulas and the Rand and rank I can change the 15 numbers in the the C column anytime saved it on macro Brilliant and very helpful. I have my own GENERATOR now I may come back one day and tell you I hit it. lol Thank you again.

  • @richmadrid9563

    @richmadrid9563

    2 жыл бұрын

    its been 6 years, have you hit it already? Lol

  • @josestudyexcel
    @josestudyexcel11 ай бұрын

    If I win the 6/42 PCSO Lotto jackpot with this formula, I will give this channel some money.

  • @Computergaga
    @Computergaga11 жыл бұрын

    You can either create a different button to click for each ball. The manual calculation VBA code for the ball would be assigned to each button. Or you can run this line of code every 3 seconds or something by using the ONTIME method in Excel VBA. Check it out.

  • @muzkat101

    @muzkat101

    10 ай бұрын

    OK, that looks good. But what if I have a historical list of previously drawn Lottery numbers already drawn on an Excel sheet, and now I want to eliminate those numbers from future draws, do you know of a way I can apply this to the random number generator?

  • @Computergaga
    @Computergaga11 жыл бұрын

    For anyone need a 6/55 version of the lottery number generator. This can also now be downloaded from a link in this videos description.

  • @runeludviksen3660
    @runeludviksen36605 жыл бұрын

    Very nice! Thank you! I made a version with names of the Employees in stead of numbers. Some people with more than one chance in the lottery. Live lottery at work!

  • @Computergaga

    @Computergaga

    5 жыл бұрын

    Awesome. Thank you Rune.

  • @Computergaga
    @Computergaga11 жыл бұрын

    You will need to insert a conditional statement such as If inside the loop to test if the number has already been produced. If so then select another number at random

  • @PokeChampionHQ
    @PokeChampionHQ10 жыл бұрын

    thanks I will use this and see if I win anything, I will keep you posted.

  • @davemac1015
    @davemac10155 жыл бұрын

    could you please set up a combination mix from 1 to 22 in groups of 5. thanks

  • @utkurjonshapulatov2701
    @utkurjonshapulatov27018 жыл бұрын

    Alan your tutorial vedios are very clear and helpful. Thank you very much. I have created in excel ball number frequency of the lotto but I do not know how to work out how many days ago those ball numbers were last drawn. Would you be kind to guide me what formula to use and how to work that out please. Thank you.

  • @ewjammer
    @ewjammer8 жыл бұрын

    After setting Calculation Options to Manual, you can simply press the function key F9 to re-calculate. Saves having to write the macro.

  • @Computergaga

    @Computergaga

    8 жыл бұрын

    True, the macro can be used to run specific formulas though.

  • @Computergaga
    @Computergaga11 жыл бұрын

    For Excel 2011 you need to click the Excel menu > Preferences > Ribbon. Then check the Developer check box and click Ok.

  • @Computergaga
    @Computergaga11 жыл бұрын

    Bob, You need a period before each Range object so the main section reads; With Worksheets("DRAW") .Range("C7").Calculate .Range("E7").Calculate .Range("G7").Calculate .Range("I7").Calculate .Range("K7").Calculate .Range("M7").Calculate End With

  • @jojoparrocha3063
    @jojoparrocha306311 жыл бұрын

    Many thanks to Computergaga with your tutorial. Now i already made myself a complete lottery number generator 6/42, 6/45, 6/49 and 6/55 without any errors. You are such a great help to us. God bless you my friend ^_^

  • @anynomous6789

    @anynomous6789

    2 жыл бұрын

    Only in PC right?

  • @caspy1uk241
    @caspy1uk241 Жыл бұрын

    great wee video.. thx... ok so we now got our numbers... would their be a way to get them in numerical order.. low to high ?

  • @Computergaga
    @Computergaga11 жыл бұрын

    The RND function can be used in VBA for similar purposes and then displayed on the sheet without the need for the Lookup functions.

  • @richmadrid9563

    @richmadrid9563

    2 жыл бұрын

    Hello, Is it possible to have another sheet, where previously drawn numbers came out are listed, and be a consideration for what numbers come out when the draw button is click?

  • @Computergaga

    @Computergaga

    2 жыл бұрын

    @@richmadrid9563 Sure. It is not something that I have an example to demonstrate. But yes it's possible.

  • @abuakku7525

    @abuakku7525

    Жыл бұрын

    ​@@Computergagaactually i don't have laptop can u tell the formula about mahzooz draw 49 numbers 5 balls

  • @fouadalyousefi975
    @fouadalyousefi9757 жыл бұрын

    the creative ideas and solutions in excel like this video are better than depending on standard methods. many thanks

  • @Computergaga
    @Computergaga11 жыл бұрын

    It is entered =rand() and produces a random number between 0 and 1. On the spreadsheet the cells are formatted in a white font in that column. This may be why you are not seeing the numbers.

  • @amers83
    @amers838 жыл бұрын

    Man, I wish I was smart enough for this. I'm alright at narrowing down the numbers that won't come up by half on my own just by looking at patterns and eliminating cold numbers based on feelings.However, I would love generator that lists every combination for the rest of them. Millions of combinations to go through but I would be a little bit closer.=) I'm having fun doing this. It's a never ending challenge. Probably the same buzz people get chasing after Big Foot.l.o.l.=)

  • @ItCarrysAFEEL

    @ItCarrysAFEEL

    8 жыл бұрын

    What do you use bro?

  • @jayjanuary4357

    @jayjanuary4357

    5 жыл бұрын

    amers83 you need all winning lottery numbers from day one and enter into generator.

  • @SS-jo8id

    @SS-jo8id

    5 жыл бұрын

    This is just superb, I been tryin to find out about "lottery number pattern finder" for a while now, and I think this has helped. You ever tried - Zenulian Lottify Bonkers - (search on google ) ? Ive heard some great things about it and my mate got amazing results with it.

  • @forecastinglottery6153

    @forecastinglottery6153

    5 жыл бұрын

    only artificial intelligence based on self-taught neural networks can solve the problem of lottery forecasting

  • @Computergaga
    @Computergaga12 жыл бұрын

    RANDBETWEEN is the answer as you say. This sheet performs the calculation on the click of a button. Automatic formulas have been switched off for this to happen. Download the workbook and check out the VBA code that runs the formula.

  • @aaliyaha5704

    @aaliyaha5704

    4 жыл бұрын

    Hi can you please tell me why I am getting Run Time Error 9 saying subscript out of range. How do I fix it

  • @DAC_AMD
    @DAC_AMD4 жыл бұрын

    Hello ! The =randbetween is helpful in this case, but if I want the numbers to be generated according to the previously drawn numbers' frequency, how would =frequency formula be implemented? Thank you.

  • @Computergaga
    @Computergaga11 жыл бұрын

    I am not too familiar with OpenOffice but was under the impression that it did have functions such as CountIf

  • @mistyreeves8204
    @mistyreeves82044 жыл бұрын

    How can I add a function where it also references previously drawn numbers on an additional spreadsheet so not to repeat those numbers in addition?

  • @Computergaga
    @Computergaga11 жыл бұрын

    Great. This generator does not assume that the numbers generated will be the upcoming numbers. They are completely random. If they do happen to be the right numbers and you win. I would like 50% :)

  • @oswaldherman8057
    @oswaldherman80573 жыл бұрын

    I absolutely love this tutorial and created everything exactly as you explained but for some reason my button is not working. Maybe I have done something wrong in the formulas? Could that be? Please help!!

  • @sawirusj4230
    @sawirusj42307 жыл бұрын

    Powerball Lotto choses 6 numbers from two different baskets, so I modified the VBA code by adding another With Statement and another sheet to generate numbers for the Powerball. The first With Statement generates 5 numbers and the second generates a Powerball. Thank you.

  • @Computergaga

    @Computergaga

    7 жыл бұрын

    Good work Sawirus.

  • @Ijalareode
    @Ijalareode9 жыл бұрын

    How do you save the generator file/button so that next time you open, it will be able to find the macro without giving error message.

  • @msjayl0vely
    @msjayl0vely8 жыл бұрын

    So cool! Thank you for sharing. It took me an hour to create it because I was making silly mistakes and my version of excel is different. I plan to fully utilize this lottery number generator. Look for me on the news...LOL!!!

  • @TheChachona

    @TheChachona

    4 жыл бұрын

    How is the rank function used?

  • @mickcarson8504
    @mickcarson85044 жыл бұрын

    But, it's not what I was looking for. However, this is just as brilliant . What I was looking for in Excel, but have failed many times myself is that, after the lottery numbers have been selected by the machine from the rolling wheel or whatever machine it is, I then write all those 6 winning number in boxes at 6:00 that are similar to what you're done in this video, but I play the same number, so I write all the ticket's six numbers in each rows straight on Excel. The lottery game is six winning number out of 45. When any of the six number from the machine are selected, that are the winning numbers and then I use those number to check the ticket for winning numbers. But it would have been much easier if I typed the winning number in those 6 boxes (6:00) and then I click on 'Find' or 'Enter' and the winning numbers then highlighted in every rows of the entire ticket numbers written in Excel, according to what they are, e.g. row 1 would have 3,12, 26 highlighted. Row 3 would have 12 (again) and 31 highlighted as is row 1, while row 7 would have 4, 9, 27, 31, a measly win of 4 numbers in row 7, usually $24, depending on what lottery you play. The other rows might have a couple of highlighted numbers, or only one number. This is what I have been trying to do but it doesn't do to my expectation. Only one number is highlighted on only one row, not 2 or 4, or six numbers in one row, or any numbers in other rows below. How do I make this thing highlight whatever 6 winning numbers from every row in the ticket that has been written on Excel? Since I use the same numbers, how can I type six winning numbers in a six box finder and then hit Find or Enter

  • @sunmoonsaman6913
    @sunmoonsaman69133 жыл бұрын

    Hi Sir That was awesome your video. could you please advise is this format can develop by using past draw results as well? please.

  • @Computergaga

    @Computergaga

    3 жыл бұрын

    Thank you. I have not created an example that uses past draw results.

  • @cherylcelestine5755
    @cherylcelestine57558 жыл бұрын

    Fort to say thank you....I learned something new in Excel

  • @EduardoPiston
    @EduardoPiston11 жыл бұрын

    The best and the only way a lottery number generator can work, is a program that keeps track on the draws, and picks the new numbers based on the best records on how late and how soon the numbers were drawn. So, it makes the new games matching the best ratios of even odds, lower, medium and high numbers, that matches the best rations of soon&late numbers. Still, even with the best programs, any system can guarantee that we´ll win everyday, but this is the best one to keep playing.

  • @nqnav
    @nqnav12 жыл бұрын

    this looks interesting but does this thing take into consideration previous lotto draw results?

  • @rcarter
    @rcarter4 жыл бұрын

    This is pretty awesome! I'm actually wondering, is there a way to modify this to use for a raffle drawing? I'm trying to do a raffle with my employees but seeing as we're all working from home right now, I'm not sure how to go about this in the most fair way possible. Any pointers would be greatly appreciated!

  • @noeumdin9914
    @noeumdin99143 жыл бұрын

    @computergaga, have you try using formula =randbetween(1,49) for first 6 balls instead of number 1-6. To be more random. And use that in vba also

  • @Altonite
    @Altonite11 жыл бұрын

    I wnet to your website and got the second page and adjusted it the way I wanted and it is all goo now. Thx

  • @Computergaga
    @Computergaga11 жыл бұрын

    Couldn't really say without seeing your code. Property is information about an object such as a cells value.

  • @neeatukwei1
    @neeatukwei111 жыл бұрын

    one last question is there any formula where we can use historical data of winning numbers to at least predict two winning numbers? i'm really impressed with ur software! thank you

  • @luckycharm1668
    @luckycharm16685 жыл бұрын

    How can this macro be updated with the 6th draw from a pool of 25 balls? Thank you.

  • @prashanteuropa
    @prashanteuropa6 жыл бұрын

    Thank you for the tutorial. Need to know that if I have last 7 days results, how can I fetch out next day probable result.

  • @denise9720
    @denise97209 жыл бұрын

    I was able to create my own generator with your example. This was cool! My question is how how do you take into consideration the numbers that have already been drawn? That must be a different problem to solve.

  • @Computergaga

    @Computergaga

    9 жыл бұрын

    Denise C. A very different problem. This is just 6 random numbers.

  • @peterparker2981

    @peterparker2981

    Жыл бұрын

    @@Computergaga Any formula integration tips as to how to generate that please

  • @yoknowjesus
    @yoknowjesus11 жыл бұрын

    Hey just saw the vid, if you still haven't figured it out all you have to do is add in between the Range("C7").Calculate and Range ("E7").Calculate input this code Application.Wait Now + TimeSerial(00,00,01) or however many seconds you'd like to wait between drawing

  • @Tritonite5
    @Tritonite512 жыл бұрын

    Thank you so much for putting it up for downloading! I edited it to create a random rank of order of attacking in a D&D type game.

  • @ppaton3553
    @ppaton35536 жыл бұрын

    Thank you as I have learned some new tricks in Excel :)

  • @Computergaga

    @Computergaga

    6 жыл бұрын

    Your welcome Peter, thank you.

  • @blablah387
    @blablah38711 жыл бұрын

    Greatly appreciate if you can tell me how to make the number generated appear on individual ball, instead of all 6 balls at once. Thanks.

  • @neeatukwei1
    @neeatukwei111 жыл бұрын

    how will i be able to know that, the random numbers generated are the possible upcoming numbers? it finally worked. Thank you.

  • @Rana-vb9pf
    @Rana-vb9pf3 жыл бұрын

    Hi ,can you please tell me how did you create the draw sheet design? Thanks 🙏🏻

  • @Computergaga

    @Computergaga

    3 жыл бұрын

    They are just cells that have been resize and had their fill colour changed. VLOOKUP brings over the numbers.

  • @codenamea1189
    @codenamea11893 жыл бұрын

    such a genius!!!! i love it!!! I hope one day I'll win and I will recognize you then.

  • @Computergaga

    @Computergaga

    3 жыл бұрын

    Thank you, Abi.

  • @raymondkgosi5804
    @raymondkgosi58042 жыл бұрын

    thank you very much Mr Computergaga great excel sheet for numbers i give 7 stars

  • @Computergaga

    @Computergaga

    2 жыл бұрын

    Thank you, Raymond.

  • @Ijalareode
    @Ijalareode9 жыл бұрын

    This is a very good system. I have tried the system on the database I made up and seems to work fairly. Just a question, when I close the macro file and try to reopen, it cannot find it and indicating the file is not available or disabled. The button does not work.

  • @MrSunshanmu
    @MrSunshanmu2 жыл бұрын

    This is a pretty cool app. Thanks. I was wondering if I wanted to get some random numbers between 1 to 12 in the same file. So the generator will draw two sets of numbers, 5 between 1 to 49 and then 2 between 1 to 12. How would I go about that?

  • @lucindemcafee6571
    @lucindemcafee65717 жыл бұрын

    Wow! This is timeconsuming. I don't have the patience. Do you have the instructions written in narrative form, so I can follow step-by-step. Following the video is very difficult. Thank you

  • @musicaman68
    @musicaman688 жыл бұрын

    Can we use the numbers that are mostly winners? Instead of 1,2,3, etc can we use 26.11.20. 19, etc?

  • @ivelscott2946
    @ivelscott29469 жыл бұрын

    Good stuff.. now, lets say your lotto has numbers from 1-28. Can this produce all the possible sets of 6 numbers.?

  • @farmerwardy
    @farmerwardy12 жыл бұрын

    does the actual lottery take into consideration the last lottery result? The chances of the balls being the same 2 weeks running is exactly the same as getting completely different ones, or 1,2,3,4,5,6 even.

  • @parkave1016
    @parkave101610 жыл бұрын

    i like you worksheet....anything for wheeling the numbers i want.....doing it manually now

  • @zxc1423m
    @zxc1423m4 жыл бұрын

    Sir, I'm looking for a group of six numbers and each individual of six numbers could input selected or range of numbers to generated possibly combination and list all combination automatically with a single click.Pls reply thank you.

  • @roxwellwedderburn7139
    @roxwellwedderburn71397 жыл бұрын

    Greetings. How do you ensure that the numbers are displayed in ascending order after they have been generated?

  • @billnguyen8231
    @billnguyen82316 жыл бұрын

    Very easy to follow. Great work mate!!

  • @Computergaga

    @Computergaga

    6 жыл бұрын

    Thank you Du Nguyen.

  • @zmajayhawk
    @zmajayhawk3 жыл бұрын

    Hi @computergaga, can we set our own manual Unique Ranking. I want to rank the numbers according to the frequency data that I have.

  • @joycecooper1533
    @joycecooper15338 жыл бұрын

    This looks like fun. I must try this.

  • @normandbolduc34
    @normandbolduc348 жыл бұрын

    Are you able to send this program that is already completed by email?

  • @candycrushlover2910
    @candycrushlover29108 жыл бұрын

    I have tried to do what you did in your excel document (but for 50 numbers instead of 49), however it seems that the new version of Excel creates formulas that look different than how yours does. It says that the formula is incorrect. I can't work out why it isn't going through. When I mimic what you did on the 'Draw' Page it looks like the formula below and says 'there's an error in the formula you entered'. For your information 'Lotto Randomisation' is the name on the tab that I gave my 'Calculations page' =VLOOKUP(Calculations!'Lotto Randomisation'!$E$1,Calculations!'Lotto Randomisation'!$B$2:$C$51,2,FALSE)

  • @RickHenderson
    @RickHenderson10 жыл бұрын

    Good use for the rank function! Thanks for sharing this.

  • @casst346
    @casst346 Жыл бұрын

    in picking 5 random numbers from 1-35, i know there are 324,000 combos, how do i generate a complete list of all the 5 number combinations?

  • @LEO-qw7xi
    @LEO-qw7xi5 жыл бұрын

    i have row with numbers 1,0,1,1,1,0,1,0,0,1,1,1,1 who is even longer if i look in history. is there any whey in excel what can help me find next number according of previous data, maybe there is some macro who can read history data and when it ends continue independently to make numbers according of previous data. Or you know better whey how i can get solution of this problem. hope you can help me. Thank you for your other videos they are really useful.

  • @PrimeInstruction
    @PrimeInstruction11 жыл бұрын

    I need to follow these exact steps on my spreadsheet, but I need to make sure that nothing will change the random numbers EXCEPT the button. In other words, I need to enter and delete information on the same spreadsheet...and while I do this, I need the random numbers to remain the same. And then when I'm ready, I will hit the button to change the random numbers. You didn't enter or delete anything after making the button, so I'm not sure if this is possible. Let me know. Very helpful video:)

  • @Usha8199
    @Usha8199 Жыл бұрын

    Loved the walkthrought... I just have 1 question though when i was using the countif function I was not able to do that. so i skipped the countif function given around 3:25 and went ahead.. My only question is I used numbers from 1 to 39 .. my only question is why were we using cell B1 in that formula..

  • @Computergaga

    @Computergaga

    Жыл бұрын

    It should be B2 really. 11 years old this video. I had to look to see what you were referring to. That formula provides a unique ranking by counting the occurrence of a number.

  • @Usha8199

    @Usha8199

    Жыл бұрын

    @@Computergaga thank u so much for ur prompt reply. Good Day, God Bless.

  • @afzalzamiransari
    @afzalzamiransari5 жыл бұрын

    Sir I want to know. Is there any formula if I type a number or any word in a cell and when I retype the same number or word in any cell of that entire row it shows I m clinging to type duplicate or I find a msg such like that the value I want to type is already exists. It should only be a single row not for entire excel sheet

  • @Computergaga

    @Computergaga

    5 жыл бұрын

    Hi Afzal, I have created a video. I hope it helps - kzread.info/dash/bejne/Y3t4ybaHZM_ccdI.html

  • @Hardtoonz0139
    @Hardtoonz01392 жыл бұрын

    If we have 58 Lottery Draw Results then how comes we can calculate what formula does the drawer using to generate the Results. If there is anything plz reply

  • @waynepeters381
    @waynepeters3815 жыл бұрын

    If I wanted to have button for 5 numbers and a button for 1 number ex: 1-70 and 1-18. How would I set that up. I can't seem to figure it out?

  • @THOONIGA
    @THOONIGA3 жыл бұрын

    24,5,4,18,13,26 31,16,19,7,1,10 25,22,13,27,33,15 What is the next series Plz tell me sir Numbers between 1 to 35 only

  • @BannWorthRulz
    @BannWorthRulz9 жыл бұрын

    Lets say I have a list of 20 numbers. Is there a way to sort all the numbers to create a list of all possible combinations?

  • @celiazora
    @celiazora8 жыл бұрын

    This is a great tool. We are wondering if there is a possibility that the generator will return the same set of six numbers but in a different order and consider that a unique set of numbers. Can the randomizer be programmed to rank the numbers sequentially?

  • @Computergaga

    @Computergaga

    8 жыл бұрын

    +celiazora Yes the program could be set up to rank the numbers sequentially. That could be added to the code without too much problem. Yes to the other question too.

  • @kanika8280

    @kanika8280

    8 жыл бұрын

    +Computergaga can you tell me that how to make list of 75 numbers please please please

  • @arvindaable
    @arvindaable4 жыл бұрын

    Sir is there any help from you to create a group of six numbers and all six numbers individually set selected number to generated possible combination.

  • @trueLuminus
    @trueLuminus8 жыл бұрын

    THANKS! One thing, though. You don't need to drag the numbers down in the Unique Rank Column. Just double click the little black square at the bottom right of the box/cell and it will autofill. I used this to make one with a Power Number (key number), using a specific set of numbers (17).

  • @bulletgaming2949
    @bulletgaming29494 жыл бұрын

    Nice intelligent man

  • @steveschmor8674
    @steveschmor867410 жыл бұрын

    Is there an excel file that can compare all six past winning numbers to your future picks so you don't pick the same winning number as it would probably not show up again. Thanks for your help.

  • @Computergaga

    @Computergaga

    10 жыл бұрын

    Not that I have.

  • @jack4q2
    @jack4q210 жыл бұрын

    Awesome, loved every minute of it EXCELLENT CHANNEL

  • @bryanmiregwa1133

    @bryanmiregwa1133

    3 жыл бұрын

    Winner of a video, I have been researching "wheeling systems for lottery" for a while now, and I think this has helped. Have you heard people talk about - Weyoralyn Winning Willingly - (just google it ) ? Ive heard some interesting things about it and my buddy got amazing results with it.

  • @botip1922
    @botip19226 жыл бұрын

    Can you make a video for pick 3 lottery ? But it would not be random...we would have a list of numbers that this generator would provide.

  • @kydkidd
    @kydkidd11 жыл бұрын

    you are so cool man! Do you have any ways to direct to use VBA to random 6 numbers and the show in spreadsheet?

  • @anwarlondon9854
    @anwarlondon98542 жыл бұрын

    Hi how are you you are great thank you so much you take care have a nice day

  • @Computergaga

    @Computergaga

    2 жыл бұрын

    Thank you, Anwar.

  • @rajeshhkkapoor8549
    @rajeshhkkapoor8549 Жыл бұрын

    am wondering if we can use this for random musical tones.....chords, 12 tones etc...but its too confusing

  • @Computergaga

    @Computergaga

    Жыл бұрын

    I'm not familiar with musical tones, but if you're generating random data, then yes.

  • @tseuoamoteka1249
    @tseuoamoteka12499 жыл бұрын

    It is working, i hope i hit the correct sequence.

  • @jamesperry3837
    @jamesperry383710 жыл бұрын

    Vid of the day! Thank you 4 sharing.

  • @rakhmanotegenov9950
    @rakhmanotegenov995010 жыл бұрын

    Hi, can you do same excell program but with 10 from 80 numbers? Or is there?

  • @musicaman68
    @musicaman688 жыл бұрын

    I am using OpenOffice Calc and I'm having problems setting the DRAW spreadsheet. I don't find the options to create a numbers generator button. No DEVELOPER neither a FORMULA tabs.

  • @MrChanroth007
    @MrChanroth00710 жыл бұрын

    I am really interested in your workheet. Do you have soft copy? Or how can I download ? I need random of 36 balls that get only 6 ball winning. Thanks

  • @Computergaga

    @Computergaga

    10 жыл бұрын

    You can download the file from a link in the video description. This file can be edited to meet your needs. Check out my channel for another video that demonstrates how to make these changes.

  • @waystomakemoney2010
    @waystomakemoney20108 жыл бұрын

    Enjoyed the video. Have the calculation page working. the Draw set up. No problem, however the Button I'm getting a subscript out of range message. Review the macro, seems to be ok. I do have a number of of numbers. I have 165 instead of 50. Please advise.

  • @Computergaga

    @Computergaga

    8 жыл бұрын

    Double check the ranges used in the macro and the typing of the sheet names etc. The subscript out of range error indicates that it cannot understand the cell of range of cells you mention.

  • @Computergaga
    @Computergaga11 жыл бұрын

    Absolutely

  • @TheChachona

    @TheChachona

    4 жыл бұрын

    How do you create draw sheet chachona.leonil20@gmail.com

  • @roao75
    @roao7510 жыл бұрын

    Hi. i like your work, is ther any way to imput in the system a formula to use a a refrence, beacuse i was thinking to use past winnning numbers as a reference point there are numbers that come out more ofthen than others, and in a lottery in my country i notice that 95% of the time the umbers drawn will reapet at least two. any way i have some data i have gather, if you like the idea drop me a line.

  • @damiendurwent8642
    @damiendurwent86428 жыл бұрын

    Hi how did you make the lottery number generator ive done the spread sheet as you said . regards Damo

  • @serdalkaptan
    @serdalkaptan2 жыл бұрын

    Thank you very much for teaching us this great tool in excel. What version (year) excel (or MS) are you using in this tutorial? Regards from Canada.

  • @Computergaga

    @Computergaga

    2 жыл бұрын

    You're welcome. In this tutorial, I am using Excel 2007. It is an old video.

  • @serdalkaptan

    @serdalkaptan

    2 жыл бұрын

    @@Computergaga Thanks a lot for the info.

  • @vishalr3334
    @vishalr33343 жыл бұрын

    How do I store the generated numbers in a separate spread sheet automatically. Currently I have to manually copy the generated numbers and store them in a sheet. How it is possible to store the generated numbers automatically

  • @armiejose5232
    @armiejose52324 жыл бұрын

    Thanks for sharing....learned a lot and will learn more

  • @Computergaga

    @Computergaga

    4 жыл бұрын

    Brilliant! You're welcome.

  • @leinadbackwards5814
    @leinadbackwards581411 жыл бұрын

    I'm not that fluent with Excel. I had no problem making the "Calculations" sheet, but ran into a wall. How did you make the "Draw" sheet?

  • @Dexter101x
    @Dexter101x7 жыл бұрын

    Do you know how to do the Euromillions version?

  • @arvindaable
    @arvindaable4 жыл бұрын

    Sir, it is possible to create a interface that contains measurements and information pertaining to input lotto bet slip for print any home printer.