+ Reply to Thread
Results 1 to 3 of 3

Can excel be used to create a random number generator?

  1. #1
    Registered User
    Join Date
    09-15-2005
    Posts
    90

    Can excel be used to create a random number generator?

    numbers ranging from 1-56, 5 places, and no 2 numbers the same. then 1-56, 1 place

  2. #2
    Registered User
    Join Date
    12-22-2003
    Location
    Texas
    Posts
    90
    looks like you are creating a lottery ticket number generator. You can use excels random generator - function : randbetween(1,56). It will not keep cout of previously entered numbers, but you can use other worksheet functions to do that. You could set 5 cells us with that function and have it re-run if it selects that same number twice, or you could use excels random number generator to cycle through a list of 56 numbers and pick 5, skipping any number that has been selected already.
    Barrfly

  3. #3
    Registered User
    Join Date
    09-15-2005
    Posts
    90

    Talking

    if i win ill let you know

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1