View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Harold A Climer Harold A Climer is offline
external usenet poster
 
Posts: 1
Default Using =RANDBETWEEN(a,b) in a paers of a whole colume

I have a set of X,Y data points X1 to X20 and Y1 to Y20.
I would either like to insert a random number between certain limits
to represent a Z value, using RANDBETWEEN(a,b) into each point
individually or be able to insert a random number using
RANDBETWEEN(a,b) into each possible Y value that corresponds to the
same X value.
Is this possible in Excel 2007 in any other way other than doing it
manually into each X,Y data point?