Thread: Random Numbers
View Single Post
  #14   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Random Numbers

=randbetween() is included in the analysis toolpak in xl2003 and below.

All the worksheet functions in that analyis toolpak were moved into excel proper
with xl2007.



Tyro wrote:

RandBetween is an Excel 2007 function. The OP said I am using Office 2003
Excel

"Ag" wrote in message
...
Use RANDBETWEEN(0,9) as the formula

regards
Anirudh

On Jan 11, 5:01 am, "Tracy" wrote:
Hi how can I put random numbers from 0 to 9 in cells B2:B27?
I tried highlighting the cells and and entering =RAND() and Ctrl+c but I
only get 1's and 0's in the cells.

I am using Office 2003 Excel

Thanks Tracy


--

Dave Peterson