Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MF MF is offline
external usenet poster
 
Posts: 9
Default random cell selection from a column of cells

This seems like it should be easy.

How do I make a random cell selection from a column of cells?

Regards,

MF
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default random cell selection from a column of cells

Hi,

If the cells are in the range A1:A100:

=OFFSET(A1,RAND()*100,)

If there are more or less rows you can change the 100 portion. The down
side is this formula will be returning cell A1 sometimes, which may not be
best if you have a title there or you data starts on a row other than 1. In
that case, for example if your cells run from A5:A105 then use

=OFFSET(A1,5+RAND()*100,)



--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"MF" wrote:

This seems like it should be easy.

How do I make a random cell selection from a column of cells?

Regards,

MF

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I sort a selection of cells into random order? IanS Excel Discussion (Misc queries) 2 June 14th 07 12:31 PM
Random selection of text cells CJ Excel Discussion (Misc queries) 3 September 10th 06 07:05 AM
"Random selection between two cells" JMRamsey Excel Discussion (Misc queries) 7 March 27th 06 12:07 AM
random selection from a range of cells tjb Excel Worksheet Functions 1 February 15th 05 06:34 PM
How can I set up the random selection of a cell from within a ran. nybbac Excel Discussion (Misc queries) 5 January 1st 05 05:39 AM


All times are GMT +1. The time now is 03:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"