loading

RAND

Excel RAND Function

To create random numbers, using the RAND function.

The typeface is =RAND.

Any random number can be produced with Rand.

Limits can be specified, random data sets can be created, and much more.

To utilize the RAND function by default, type:

				
					=RAND()
				
			

To use the RAND function to receive a random number up to a certain value, write:

				
					=RAND()*value
				
			

To use the RAND function to receive a whole number, write:

				
					=INT(RAND())
				
			

How to Use RAND Function

To receive a random number, use RAND.

Step 1) Start the RAND function

  1. Select a cell A1
  2. Type =RAND
  3. Double click the RAND command
Rand -

Step 2) Close the function

  1. Close the function with ())
  2. Hit enter
Rand -

The random number has been generated!

Rand -

How to Use RAND Function With a Defined Limit Value.

  1. Define the limit (*10)
  2. Hit enter
Rand -

A random number between 0 and 10 has been generated!

Rand -

How to Receive a Whole Number Using The RAND Function.

  1. Add (INT) before the RAND function
  2. Hit enter
Rand -

A full number at random from 0 to 10 has been produced!

Rand -

How to Generate Multiple Random Numbers.

  1. To produce more numbers, drag the cell’s lower right corner downward.
Rand -

The A column produced ten randomly generated numbers!

Rand -
Share this Doc

RAND

Or copy link

Explore Topic