View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default 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