View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] terryspencer2003@yahoo.ca is offline
external usenet poster
 
Posts: 32
Default Upper/Lower Bounds

Just posted question regarding upper and lower bounds problem. I had
my brackets wrong

Int((Upper-Lower)+1*Rnd +lower)

instead of:

Int((Upper-Lower+1)*Rnd +lower)


TS