No video

Create an Excel Lottery Number Generator

  Рет қаралды 837,240

Computergaga

Computergaga

Күн бұрын

Пікірлер: 570
@jasonparker333
@jasonparker333 8 жыл бұрын
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 жыл бұрын
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.
@Computergaga
@Computergaga 11 жыл бұрын
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?
@mbelkaid
@mbelkaid 8 жыл бұрын
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
@Computergaga
@Computergaga 11 жыл бұрын
Yes certainly. Please check out my Excel Lottery Generator Inside Out video for instructions.
@josestudyexcel
@josestudyexcel 11 ай бұрын
If I win the 6/42 PCSO Lotto jackpot with this formula, I will give this channel some money.
@runeludviksen3660
@runeludviksen3660 5 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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
@ewjammer
@ewjammer 8 жыл бұрын
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 жыл бұрын
For Excel 2011 you need to click the Excel menu > Preferences > Ribbon. Then check the Developer check box and click Ok.
@Computergaga
@Computergaga 11 жыл бұрын
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
@sawirusj4230
@sawirusj4230 7 жыл бұрын
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.
@Computergaga
@Computergaga 11 жыл бұрын
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.
@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% :)
@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.
@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 ^_^
@anynomous6789
@anynomous6789 2 жыл бұрын
Only in PC right?
@amers83
@amers83 8 жыл бұрын
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
@utkurjonshapulatov2701
@utkurjonshapulatov2701 8 жыл бұрын
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.
@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
@rcarter
@rcarter 4 жыл бұрын
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!
@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
@fouadalyousefi975
@fouadalyousefi975 7 жыл бұрын
the creative ideas and solutions in excel like this video are better than depending on standard methods. many thanks
@Computergaga
@Computergaga 11 жыл бұрын
I am not too familiar with OpenOffice but was under the impression that it did have functions such as CountIf
@davemac1015
@davemac1015 5 жыл бұрын
could you please set up a combination mix from 1 to 22 in groups of 5. thanks
@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.
@Computergaga
@Computergaga 11 жыл бұрын
Couldn't really say without seeing your code. Property is information about an object such as a cells value.
@PokeChampionHQ
@PokeChampionHQ 10 жыл бұрын
thanks I will use this and see if I win anything, I will keep you posted.
@DAC_AMD
@DAC_AMD 4 жыл бұрын
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
@Computergaga 11 жыл бұрын
This is just a simple light hearted random number generator for picking numbers for the lottery.
@denise9720
@denise9720 9 жыл бұрын
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
@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.
@msjayl0vely
@msjayl0vely 8 жыл бұрын
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?
@cherylcelestine5755
@cherylcelestine5755 8 жыл бұрын
Fort to say thank you....I learned something new in Excel
@mistyreeves8204
@mistyreeves8204 4 жыл бұрын
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?
@billnguyen8231
@billnguyen8231 6 жыл бұрын
Very easy to follow. Great work mate!!
@Computergaga
@Computergaga 6 жыл бұрын
Thank you Du Nguyen.
@prashanteuropa
@prashanteuropa 6 жыл бұрын
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.
@Ijalareode
@Ijalareode 9 жыл бұрын
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.
@ppaton3553
@ppaton3553 6 жыл бұрын
Thank you as I have learned some new tricks in Excel :)
@Computergaga
@Computergaga 6 жыл бұрын
Your welcome Peter, thank you.
@billbaumiester6764
@billbaumiester6764 8 жыл бұрын
So based on the functions you created in columns A and B, how do you calculate not using certain numbers. In other words, the changes of last week's winning numbers repeating themselves are not truly random, no matter what the math gurus say. I would prefer to subtract those numbers before doing any calculations.
@paullesieur147
@paullesieur147 6 жыл бұрын
Winner of a video, I been tryin to find out about "best lotto system" for a while now, and I think this has helped. Have you ever come across - Zenulian Lottify Bonkers - (do a search on google ) ? Ive heard some decent things about it and my friend got excellent success with it.
@eriksmith2738
@eriksmith2738 6 жыл бұрын
If you want a really easy method for winning the lottery then go here now: HotLotto.xyz
@juliechambers2396
@juliechambers2396 6 жыл бұрын
Why is it that there are a small handful of people who have won the lottery multiple times,while the rest of us never seem to ever win? Here is the answer: tinyurl.com/lottowin55
@ygatesatellite4964
@ygatesatellite4964 6 жыл бұрын
This was great, thanks, been searching for "how to play to win the lottery" for a while now, and I think this has helped. Ever heard of - Zenulian Lottify Bonkers - (should be on google have a look ) ? Ive heard some awesome things about it and my m8 got cool success with it.
@tinamenrt6547
@tinamenrt6547 6 жыл бұрын
Friends Do you want to know the secret of winning a lottery…. Here is the the link that helps you to win your next lottery… > t.co/LuW1m5oJ3r?2AEc5BicD9kdg
@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
@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!!
@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
@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
@RickHenderson
@RickHenderson 10 жыл бұрын
Good use for the rank function! Thanks for sharing this.
@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.
@roxwellwedderburn7139
@roxwellwedderburn7139 7 жыл бұрын
Greetings. How do you ensure that the numbers are displayed in ascending order after they have been generated?
@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?
@normandbolduc34
@normandbolduc34 8 жыл бұрын
Are you able to send this program that is already completed by email?
@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 ?
@codenamea1189
@codenamea1189 3 жыл бұрын
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.
@Computergaga
@Computergaga 12 жыл бұрын
The boxes are just the cells formatted to look like boxes.
@gabrielalmedo5052
@gabrielalmedo5052 4 жыл бұрын
How did you get the the cells to look like boxes.
@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.
@luckycharm1668
@luckycharm1668 5 жыл бұрын
How can this macro be updated with the 6th draw from a pool of 25 balls? Thank you.
@jack4q2
@jack4q2 10 жыл бұрын
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.
@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 жыл бұрын
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.
@candycrushlover2910
@candycrushlover2910 8 жыл бұрын
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)
@nqnav
@nqnav 12 жыл бұрын
this looks interesting but does this thing take into consideration previous lotto draw results?
@Rana-vb9pf
@Rana-vb9pf 3 жыл бұрын
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.
@blablah387
@blablah387 11 жыл бұрын
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.
@THOONIGA
@THOONIGA 3 жыл бұрын
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
@Lena-sagher
@Lena-sagher 3 ай бұрын
Excellent job 🎉🎉
@Computergaga
@Computergaga 3 ай бұрын
Thank you! 😃
@iguchia
@iguchia 8 жыл бұрын
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 жыл бұрын
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
@raymondkgosi5804
@raymondkgosi5804 2 жыл бұрын
thank you very much Mr Computergaga great excel sheet for numbers i give 7 stars
@Computergaga
@Computergaga 2 жыл бұрын
Thank you, Raymond.
@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.
@afzalzamiransari
@afzalzamiransari 5 жыл бұрын
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 - kzbin.info/www/bejne/Z3inmIeEadGpd9E
@jasonking1284
@jasonking1284 5 жыл бұрын
You forgot to sort the numbers from low to high, ready for entry into the lottery ticket.....
@roao75
@roao75 10 жыл бұрын
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.
@musicaman68
@musicaman68 8 жыл бұрын
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.
@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
@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.?
@Computergaga
@Computergaga 11 жыл бұрын
Absolutely
@TheChachona
@TheChachona 4 жыл бұрын
How do you create draw sheet chachona.leonil20@gmail.com
@celiazora
@celiazora 8 жыл бұрын
I also wanted to say that I changed the formula in the sixth box to be a Power Ball, which is between 1 and 26. I used =randbetween(1,26) for the Power Ball generator.
@Computergaga
@Computergaga 8 жыл бұрын
+celiazora Ok that is correct, just ensure all formulas and code are updated to the change in range size.
@musicaman68
@musicaman68 8 жыл бұрын
+celiazora Did you use 2 set of numbers? For example 1 to 69 to find the 5 ball numbers and then 1 to 26 to find the power ball?
@celiazora
@celiazora 8 жыл бұрын
+musicaman68 Yes. That's right.
@musicaman68
@musicaman68 8 жыл бұрын
celiazora Thank you.
@musicaman68
@musicaman68 8 жыл бұрын
+celiazora Do you mind sharing the modified spreadsheet withnthe less fortunate?
@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!
@bulletgaming2949
@bulletgaming2949 4 жыл бұрын
Nice intelligent man
@noeumdin9914
@noeumdin9914 3 жыл бұрын
I think to calculate past result just enter the past number in place of ball 1-6
@jamesperry3837
@jamesperry3837 10 жыл бұрын
Vid of the day! Thank you 4 sharing.
@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:)
@parkave1016
@parkave1016 10 жыл бұрын
i like you worksheet....anything for wheeling the numbers i want.....doing it manually now
@joycecooper1533
@joycecooper1533 8 жыл бұрын
This looks like fun. I must try this.
@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
@MrChanroth007
@MrChanroth007 10 жыл бұрын
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.
@shanth31
@shanth31 9 жыл бұрын
Hi could you tell me how can make draw sheet please
@MrMarcomedina
@MrMarcomedina 5 жыл бұрын
This was great, I have been researching "lottery number combination systems" for a while now, and I think this has helped. Have you heard people talk about - Zenulian Lottify Bonkers - (just google it ) ? Ive heard some great things about it and my mate got excellent success with it.
@trueLuminus
@trueLuminus 8 жыл бұрын
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).
@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.
@imrankhanxp
@imrankhanxp 8 жыл бұрын
Good Work ....
@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.
@quick9smitty511
@quick9smitty511 5 жыл бұрын
Followed your instructions, my button moves up and down, but nothing happens i.e. numbers don't change. At the very bottom left of excel window I see the words "ready" and "Calculate". If I use that word "Calculate" alternately with the button, the numbers change. What did I do wrong? Thanks.
@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.
@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?
@TumultTenacity
@TumultTenacity 6 жыл бұрын
Hey, the CountIf function does not work in eliminating duplicates in the Unique Rank column. For it to have the desired effect you need to separate the Ranking and CountIf functions into separate columns, and have the countif copy directly from the Rank cell at the same level (not the previous cell). I.E Ranking Calculation in Cell B2 =Rank(A2,$A$2:$A$50) Unique Rank Calculation in Cell C2 =B2+CountIf(B$2:B2,B2)-1 You would then use column C for the Unique Rank You can't have the above calculations in the same cell, as this creates a circular reference.
@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?
@bobheales5549
@bobheales5549 11 жыл бұрын
Many thanks I'll add periods and try again.
@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?
@armiejose5232
@armiejose5232 4 жыл бұрын
Thanks for sharing....learned a lot and will learn more
@Computergaga
@Computergaga 4 жыл бұрын
Brilliant! You're welcome.
@Computergaga
@Computergaga 12 жыл бұрын
Hi Austin, I have sent you an email with a 6/55 edition of the lottery number generator.
@mintumintu3143
@mintumintu3143 4 жыл бұрын
Sir pls cal me
@waynepeters381
@waynepeters381 5 жыл бұрын
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?
@1010kl
@1010kl 12 жыл бұрын
Very helpful. great tutorial. cheers
@tseuoamoteka1249
@tseuoamoteka1249 9 жыл бұрын
It is working, i hope i hit the correct sequence.
Excel - Generate Random Numbers, No Repeats (No Duplicates), Unique List
18:11
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 18 М.
Симулятор лотереи в Microsoft Excel
32:41
Nikolay Pavlov
Рет қаралды 57 М.
ПОМОГЛА НАЗЫВАЕТСЯ😂
00:20
Chapitosiki
Рет қаралды 28 МЛН
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 997 М.
Prank vs Prank #shorts
00:28
Mr DegrEE
Рет қаралды 7 МЛН
Survive 100 Days In Nuclear Bunker, Win $500,000
32:21
MrBeast
Рет қаралды 161 МЛН
13,983,816 and the Lottery - Numberphile
7:46
Numberphile
Рет қаралды 3,9 МЛН
Excel Secret To Maximizing Euro Jackpot Winnings - Episode 2544
10:40
Create a List of Random Numbers without Repeats
5:58
Doug H
Рет қаралды 126 М.
Excel for Beginners - The Complete Course
54:55
Technology for Teachers and Students
Рет қаралды 6 МЛН
14-Times Lottery Winner Finally Reveals His Secret
10:34
BRIGHT SIDE
Рет қаралды 3,7 МЛН
ПОМОГЛА НАЗЫВАЕТСЯ😂
00:20
Chapitosiki
Рет қаралды 28 МЛН