Need help with allowing three decimal places of random numbers generated between two numbers.
so Cell A1 would be 900.000 and Cell B1 would be 1000.000
I'm using:
=RANDBETWEEN(A1, B1)
I need it to give numbers with the decimal also random generated.
>>>What I'm getting 934.000, 978.000, 954.000, 976.000 - etc...
>>>What I'd like to get is 934.876, 978.993, 954.321, 976.107
Need a random 3 decimal places as well...
any ideas?
Thnx
so Cell A1 would be 900.000 and Cell B1 would be 1000.000
I'm using:
=RANDBETWEEN(A1, B1)
I need it to give numbers with the decimal also random generated.
>>>What I'm getting 934.000, 978.000, 954.000, 976.000 - etc...
>>>What I'd like to get is 934.876, 978.993, 954.321, 976.107
Need a random 3 decimal places as well...
any ideas?
Thnx