Create an Excel Lottery Number Generator

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ย. 2024

ความคิดเห็น • 570

  • @jasonparker333
    @jasonparker333 8 ปีที่แล้ว +4

    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

  • @Computergaga
    @Computergaga  11 ปีที่แล้ว

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

  • @Computergaga
    @Computergaga  11 ปีที่แล้ว +3

    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.

  • @josestudyexcel
    @josestudyexcel ปีที่แล้ว

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

  • @Computergaga
    @Computergaga  11 ปีที่แล้ว +1

    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 11 หลายเดือนก่อน

      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?

  • @mbelkaid
    @mbelkaid 8 ปีที่แล้ว +1

    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

  • @runeludviksen3660
    @runeludviksen3660 5 ปีที่แล้ว +3

    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
    @Computergaga  11 ปีที่แล้ว

    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

  • @utkurjonshapulatov2701
    @utkurjonshapulatov2701 8 ปีที่แล้ว +1

    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.

  • @fouadalyousefi975
    @fouadalyousefi975 7 ปีที่แล้ว

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

  • @PokeChampionHQ
    @PokeChampionHQ 10 ปีที่แล้ว +2

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

  • @davemac1015
    @davemac1015 5 ปีที่แล้ว +3

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

  • @DAC_AMD
    @DAC_AMD 4 ปีที่แล้ว +1

    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.

  • @jojoparrocha3063
    @jojoparrocha3063 11 ปีที่แล้ว

    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 ^_^

  • @ewjammer
    @ewjammer 8 ปีที่แล้ว +1

    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
    @Computergaga  11 ปีที่แล้ว +1

    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

  • @rcarter
    @rcarter 4 ปีที่แล้ว +2

    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!

  • @Computergaga
    @Computergaga  11 ปีที่แล้ว

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

  • @Computergaga
    @Computergaga  11 ปีที่แล้ว

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

  • @Computergaga
    @Computergaga  11 ปีที่แล้ว

    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

  • @Computergaga
    @Computergaga  11 ปีที่แล้ว

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

  • @Computergaga
    @Computergaga  12 ปีที่แล้ว

    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

  • @Computergaga
    @Computergaga  11 ปีที่แล้ว

    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.

  • @Computergaga
    @Computergaga  12 ปีที่แล้ว

    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.

  • @cherylcelestine5755
    @cherylcelestine5755 8 ปีที่แล้ว +1

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

  • @sawirusj4230
    @sawirusj4230 7 ปีที่แล้ว +3

    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  11 ปีที่แล้ว

    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% :)

  • @noeumdin9914
    @noeumdin9914 3 ปีที่แล้ว

    @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

  • @sunmoonsaman6913
    @sunmoonsaman6913 3 ปีที่แล้ว

    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.

  • @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 ?

  • @ppaton3553
    @ppaton3553 6 ปีที่แล้ว +1

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

    • @Computergaga
      @Computergaga  6 ปีที่แล้ว

      Your welcome Peter, thank you.

  • @neeatukwei1
    @neeatukwei1 11 ปีที่แล้ว

    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

  • @prashanteuropa
    @prashanteuropa 6 ปีที่แล้ว +1

    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.

  • @mistyreeves8204
    @mistyreeves8204 4 ปีที่แล้ว +1

    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?

  • @Altonite
    @Altonite 11 ปีที่แล้ว

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

  • @billnguyen8231
    @billnguyen8231 6 ปีที่แล้ว +1

    Very easy to follow. Great work mate!!

  • @oswaldherman8057
    @oswaldherman8057 3 ปีที่แล้ว

    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!!

  • @nqnav
    @nqnav 12 ปีที่แล้ว

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

  • @Tritonite5
    @Tritonite5 12 ปีที่แล้ว

    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.

  • @Ijalareode
    @Ijalareode 9 ปีที่แล้ว +1

    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.

  • @MrSunshanmu
    @MrSunshanmu 2 ปีที่แล้ว

    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?

  • @EduardoPiston
    @EduardoPiston 11 ปีที่แล้ว

    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.

  • @amers83
    @amers83 8 ปีที่แล้ว +5

    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

  • @RickHenderson
    @RickHenderson 10 ปีที่แล้ว

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

  • @blablah387
    @blablah387 11 ปีที่แล้ว +1

    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.

  • @denise9720
    @denise9720 9 ปีที่แล้ว +1

    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

  • @neeatukwei1
    @neeatukwei1 11 ปีที่แล้ว

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

  • @roxwellwedderburn7139
    @roxwellwedderburn7139 7 ปีที่แล้ว +1

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

  • @codenamea1189
    @codenamea1189 3 ปีที่แล้ว

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

  • @roao75
    @roao75 10 ปีที่แล้ว +1

    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.

  • @msjayl0vely
    @msjayl0vely 9 ปีที่แล้ว

    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?

  • @raymondkgosi5804
    @raymondkgosi5804 2 ปีที่แล้ว

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

  • @mickcarson8504
    @mickcarson8504 4 ปีที่แล้ว

    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

  • @anwarlondon9854
    @anwarlondon9854 2 ปีที่แล้ว

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

  • @Lena-sagher
    @Lena-sagher 4 หลายเดือนก่อน

    Excellent job 🎉🎉

    • @Computergaga
      @Computergaga  4 หลายเดือนก่อน

      Thank you! 😃

  • @zmajayhawk
    @zmajayhawk 3 ปีที่แล้ว

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

  • @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.

  • @Ijalareode
    @Ijalareode 9 ปีที่แล้ว

    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.

  • @jack4q2
    @jack4q2 10 ปีที่แล้ว +1

    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.

  • @Rana-vb9pf
    @Rana-vb9pf 3 ปีที่แล้ว +1

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

    • @Computergaga
      @Computergaga  3 ปีที่แล้ว +1

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

  • @lucindemcafee6571
    @lucindemcafee6571 7 ปีที่แล้ว

    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

  • @kydkidd
    @kydkidd 11 ปีที่แล้ว

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

  • @luckycharm1668
    @luckycharm1668 5 ปีที่แล้ว +1

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

  • @parkave1016
    @parkave1016 10 ปีที่แล้ว

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

  • @normandbolduc34
    @normandbolduc34 9 ปีที่แล้ว +3

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

  • @yoknowjesus
    @yoknowjesus 11 ปีที่แล้ว

    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

  • @farmerwardy
    @farmerwardy 12 ปีที่แล้ว

    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.

  • @serdalkaptan
    @serdalkaptan 2 ปีที่แล้ว

    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 ปีที่แล้ว +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.

  • @armiejose5232
    @armiejose5232 4 ปีที่แล้ว

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

    • @Computergaga
      @Computergaga  4 ปีที่แล้ว

      Brilliant! You're welcome.

  • @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?

  • @ivelscott2946
    @ivelscott2946 9 ปีที่แล้ว

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

  • @jamesperry3837
    @jamesperry3837 10 ปีที่แล้ว

    Vid of the day! Thank you 4 sharing.

  • @Hardtoonz0139
    @Hardtoonz0139 2 ปีที่แล้ว

    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

  • @musicaman68
    @musicaman68 8 ปีที่แล้ว

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

  • @PrimeInstruction
    @PrimeInstruction 11 ปีที่แล้ว

    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:)

  • @joycecooper1533
    @joycecooper1533 8 ปีที่แล้ว

    This looks like fun. I must try this.

  • @zxc1423m
    @zxc1423m 4 ปีที่แล้ว

    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.

  • @Computergaga
    @Computergaga  11 ปีที่แล้ว

    This is just a simple light hearted random number generator for picking numbers for the lottery.

  • @celiazora
    @celiazora 8 ปีที่แล้ว

    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

  • @afzalzamiransari
    @afzalzamiransari 5 ปีที่แล้ว +1

    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 - th-cam.com/video/1GDgTN4lvAo/w-d-xo.html

  • @vishalr3334
    @vishalr3334 3 ปีที่แล้ว

    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

  • @bookwerm547
    @bookwerm547 11 ปีที่แล้ว

    I just created one draw sheet thank you for hope, but how did you make the single boxes?

  • @arvindaable
    @arvindaable 4 ปีที่แล้ว

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

  • @edeneleasworld9126
    @edeneleasworld9126 4 ปีที่แล้ว

    Would you be able to make a custom version of this with our logos etc on the Draw sheet? The main issue is that we offer have between 600 to 2500 entries

  • @wildkrrd
    @wildkrrd 12 ปีที่แล้ว

    This was really cool and it came out perfect. Question: How can I do one that will generate a 4 digit number from 1000 to 9999? I already know how to do the randbetween. But I want to do it like this because it's a lot classier.
    Thanks!

  • @mthokozisilekiso6049
    @mthokozisilekiso6049 5 ปีที่แล้ว

    But please show as if your want to setter according to dates for example if the lottery is playing to day how can i set number for today

  • @LEO-qw7xi
    @LEO-qw7xi 5 ปีที่แล้ว

    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.

  • @MrChanroth007
    @MrChanroth007 10 ปีที่แล้ว +1

    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.

  • @denisebarker4680
    @denisebarker4680 12 ปีที่แล้ว

    What will happen if when you mark your card and after you get home you have repeat numbers on you card. If That number is draw do they have to pay you twice because you paid for the number twice you should get paid twice. Or Will it Void The ticket all together

  • @waystomakemoney2010
    @waystomakemoney2010 8 ปีที่แล้ว

    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.

  • @candycrushlover2910
    @candycrushlover2910 8 ปีที่แล้ว +1

    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)

  • @arvindaable
    @arvindaable 4 ปีที่แล้ว

    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.

  • @rakhmanotegenov9950
    @rakhmanotegenov9950 10 ปีที่แล้ว

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

  • @livingplanet8936
    @livingplanet8936 3 ปีที่แล้ว

    Thanks for sharing with us 💕❤️

    • @Computergaga
      @Computergaga  3 ปีที่แล้ว

      My pleasure 😊

    • @prashapooj7936
      @prashapooj7936 ปีที่แล้ว

      @@Computergaga give me selected 6 numbers 1 to 39

  • @noeumdin9914
    @noeumdin9914 3 ปีที่แล้ว

    I think to calculate past result just enter the past number in place of ball 1-6

  • @thebigchip
    @thebigchip 4 ปีที่แล้ว

    Thank you for the video, it was clear enough for even me to understand! Is there a way to replace the numbers with images of cards so that random cards are shown in Sheet 2 cells.
    Is there a way that the boxes on sheet 2 could be blank until the macro is run?
    Hopefully you can help.

  • @1010kl
    @1010kl 12 ปีที่แล้ว

    Very helpful. great tutorial. cheers

  • @innus1981
    @innus1981 10 ปีที่แล้ว

    Thanks for sharing, I couldn't get it to work quite right. I am getting run-time error 9, subscript out of range. Do you know where I am doing mistake? Thanks.

    • @Computergaga
      @Computergaga  10 ปีที่แล้ว

      There is an error somewhere in your range reference.

  • @iguchia
    @iguchia 8 ปีที่แล้ว +2

    Hi,
    Thank you for the video.
    How can I change this document, so that I don't have 1 draw button, which produces 6 random numbers, but instead make it so that each box has it's own draw button and then ensure that the numbers don't duplicate?
    I was able to create different draw buttons, but can't figure out how to avoid duplicate numbers.
    Thank you,

    • @Computergaga
      @Computergaga  8 ปีที่แล้ว +1

      You want to put the calculation for the rand function cells in a loop so that they calculate until that return a number different to the ones in the other 5 cells.

    • @iguchia
      @iguchia 8 ปีที่แล้ว

      Thank you, I am not so skilled in this. Can you send me a link or video that would explain this please?

    • @80332009
      @80332009 6 ปีที่แล้ว

      Hi,I have my own simple pick 3 system on paper.can you help me build a software online for it, please.

    • @sexyshelly2011
      @sexyshelly2011 2 ปีที่แล้ว

      Hi there! Have enjoyed your video immensely but I am far from understanding how to create a number generator! I would love to have my own detail-specific generator! I would like to to have the ability to fix the first, third, and last number according to my command. Also, I would like my logo to be included! If you could assist me or maybe design this for me could you please reply asap with all the details!! Thanks

  • @robertlohman8947
    @robertlohman8947 3 ปีที่แล้ว

    What is the reason for not unhiding the Calculations worksheet in the down load? Might help some folks. Just sayin'.