I am trying to generate random numbers between 0.01 and 0.99, and be able to set the upper/lower limits.
Thank you, Tim
I am trying to generate random numbers between 0.01 and 0.99, and be able to set the upper/lower limits.
Thank you, Tim
Maybe this
Formula:
Please Login or Register to view this content.
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
That works, thank you.
Can the random number be generated as a +/- off the value in a cell? If A1 is 0.5 and I want a random number +/- 0.2 from 0.5, is that possible?
=a1 + randbetween(-20, 20)/100Can the random number be generated as a +/- off the value in a cell? If A1 is 0.5 and I want a random number +/- 0.2 from 0.5
Entia non sunt multiplicanda sine necessitate
(.... deleted by me ....)
(.... deleted by me ....)
Last edited by joeu2004; 09-12-2016 at 05:54 PM. Reason: distraction
That would not be A1 +/- 0.2 if A1 were itself not round to two decimals.=ROUND(A1 + RANDBETWEEN(-20,20)/100, 2)
(.... deleted by me ....)
Last edited by joeu2004; 09-12-2016 at 05:54 PM. Reason: distraction
shg that works too. Thank you all.
You're welcome.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks