Answers for "how to generate random between values in excell"

3

insert random numbers in excel

*Select the cells in which you want to get the random numbers.

*In the active cell, enter =RAND()

*Hold the Control key and Press Enter.

*Select all the cell (where you have the result of the RAND function) and convert it to values.
Posted by: Guest on April-28-2021
1

how to find random number between 3 and 5 in excel

If you want to generate random decimal numbers between 50 and 75, 
modify the RAND function as follows:

50 + ( 75-50 )rand()
Posted by: Guest on February-10-2021

Code answers related to "how to generate random between values in excell"

Browse Popular Code Answers by Language