Jump to content

like to have my computer pick 6 number from my list


jladika
 Share

Recommended Posts

hello

I 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 this

so send it just the way i need to put it in my computer.

thanks

Link to comment
Share on other sites

from excel 2000 help file

RAND

See Also

Returns 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.

Syntax

RAND( )

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.

Examples

To generate a random number greater than or equal to 0 but less than 100:

RAND()*100

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy