R
random sampling
does any know if sampling from a set can be done until all values are selected?
One way would be to have a helper column, put randbetween(1, #values) indoes any know if sampling from a set can be done until all
values are selected?
James Silverton said:have a helper column, put randbetween(1, #values) in it
Using RANDBETWEEN incurs a lot of unnecessary overhead and the
risk of a #NAME error and confusion if the user is not
familiar with the ATP (before Excel 2007).
It is sufficient to fill the column with =RAND().
(I am also bothered by the likelihood of duplicate results
from RANDBETWEEN due to quantization. But I can say with
impunity that is a real problem.)
I am also bothered by the likelihood of duplicate results from RANDBETWEEN
due to quantization. But I can say with impunity that that is a real
problem.
I meant to write: "I can__not__ say with impunity ...". Klunk!
----- original message -----