Showing posts with label random. Show all posts
Showing posts with label random. Show all posts

Wednesday, 28 November 2012

Powerball lucky numbers generator

Hi, I have added a lucky numbers generator for Powerball using excel.

I have uploaded the file to skydrive and you can access it and try out using this link:
https://skydrive.live.com/redir?resid=F0F21B96ADB9B690!114

A screen shot looks like this:
Powerball lucky number generator
Good luck!

Singapore Toto lucky number generator


For TOTO fans in Singapore, here is a spreadsheet to help to generate lucky numbers!
Gambling is bad, this is just for fun :)

Coding for TOTO is much harder than 4D. This is because the lucky numbers should not repeat. However, I have found a way to code that. Enjoy!

I have uploaded the excel file and you can try out 'live' using this link:
https://skydrive.live.com/redir?resid=F0F21B96ADB9B690!114


Sample looks like this:
Singapore Toto Lucky number generator

Good luck!

Thursday, 10 May 2012

Singapore 4D lucky number generator

For 4D fans in Singapore, here is a spreadsheet to help to generate lucky numbers!
Gambling is bad, this is just for fun :)

All you have to do is use
=RANDBETWEEN(1,9999) in all the winning numbers cells
and then format the cells to custom -> type = 0000

I have uploaded the excel file and you can try out 'live' using this link:
https://skydrive.live.com/redir?resid=F0F21B96ADB9B690!109

Sample looks like this:

Singapore 4D lucky number generator

:
Good luck!

Wednesday, 9 May 2012

Excel random number generator

Creating a random number generator is easy:)
All you need to know are the functions RAND( ) and RANDBETWEEN ( )
Let me show you an example on how to create a lucky number generator using the concept of random number generator in Excel.

RAND ( ) gives you a number from 0 to 1
RANDBETWEEN ( ) gives you a number between the range you want. In this case from 1 to 9999.


excel random number generator