Rand
The RAND function creates a random decimal number between 0 and 1.1. Select cell A1.
2. Type RAND() and press Enter. The RAND function takes no arguments
3. To create a list of random numbers, select cell A1, click on the lower right corner of cell A1 and drag it down.
4. If you don't want this, simply copy the random numbers and paste them as values.
5. Select cell C1 and look at the formula bar. This cell holds a value now and not the RAND function.
Randbetween
The RANDBETWEEN function returns a random whole number between two boundaries.1. Select cell A1.
2. Type RANDBETWEEN(50,75) and press Enter.
0 comments:
Post a Comment