random cell selection from a column of cells
To pick at random from A1 thru A100:
=OFFSET($A$1,randbetween(0,99),0)
--
Gary''s Student - gsnu200839
"MF" wrote:
This seems like it should be easy.
How do I make a random cell selection from a column of cells?
Regards,
MF
|