Generate Ranom Number

D

dipsy

I want to generate random number between 0.2 and 0.5. I
am using the formula:

=randbetween(.2,.5) - it generates - 1.

Any help will be greatly appreciated.
 
B

bj

Ranbetween generates integers between the two limits.
I would suggest you use "randbetween(2000,5000)/10000" or
whatever number of significant places you need.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top