jladika Posted August 31, 2008 Report Share Posted August 31, 2008 helloI have a list of numbers and I would like my computer to pick 6 of them at ramdom.I would think excel would me the program for this not sure.for now just pick 25 numbers from 1 to 59 . Please if you will right this for me please send to me and remember I am very new to thisso send it just the way i need to put it in my computer.thanks Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted September 1, 2008 Report Share Posted September 1, 2008 Use a scripting language [e.g. VBScript] that has a 'random' function [usually rnd()], then write the appropriate script to pick your numbers randomly. You can download the documentation from here. Quote Link to comment Share on other sites More sharing options...
y2khardtop Posted September 1, 2008 Report Share Posted September 1, 2008 from excel 2000 help fileRANDSee AlsoReturns an evenly distributed random number greater than or equal to 0 and less than 1. A new random number is returned every time the worksheet is calculated.SyntaxRAND( )Remarks To generate a random real number between a and b, use: RAND()*(b-a)+a If you want to use RAND to generate a random number but don't want the numbers to change every time the cell is calculated, you can enter =RAND() in the formula bar, and then press F9 to change the formula to a random number. ExamplesTo generate a random number greater than or equal to 0 but less than 100:RAND()*100 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.