Google spreadsheets: Random numbers and decimals
- May 11th, 2009
- Write comment
Google spreadsheets has 2 build-in random-number functions. Rand() and Randbetween().
Most of the time, I use randbetween(), because it offers a quick and easy way to insert some random numbers. However, this function only insert rounded numbers.
If you want to insert random numbers with decimals, you can use Rand(). I will explain both functions here.
