Randbetween question

  • Thread starter Thread starter Phil
  • Start date Start date
P

Phil

Is it possible to generate numbers that have decimal
numbers? When I use RANDBETWEEN function I only seem to
get integers. It sure would be nice to gereate random
numbers that are between specific numbers that have
decimals.
 
Why not simply use RAND? To get numbers between 50 and 80, for example, you
can use
=30*RAND()+50 where the 30 is the difference and the 50 is the lowest #.
Bob Umlas, Excel MVP
 
Phil

One way:

Assuming random numbers between
123.78 and 156.97
use the formula

=RANDBETWEEN(12378,15697)/100
 

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

Similar Threads


Back
Top