Thread: Random Numbers
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Random Numbers

Hi Charles

It requires the Analysis Toolpack installed. You can not count on it in
multiuser or multilingual environments.

HTH. Best wishes Harald

"Die_Another_Day" skrev i melding
ups.com...
Eve, There is also a RandBetween Function that might work.
=RandBetween(1,90)
I'm not sure what is required to make that work however.

Charles

Harald Staff wrote:
=1+RAND()*89

HTH. Best wishes Harald

"Eve" skrev i melding
...
Hi!
How can we generate numbers specificly between 1 and 90?
Thanx