Iggles14 -
The simplest way, especially if you only need to do it once, is to use a
helper column.
In an adjacent column, enter =RAND() and copy down. (Optionally, edit-copy
and edit-paste-special-values.) Choose Data > Sort to sort the two columns.
(If you didn't paste-special-values, new random numbers will appear; ignore
them.) Then use the top five as your "sample without replacement."
- Mike
http://www.MikeMiddleton.com
(e-mail address removed)
Version: 2008 Operating System: Mac OS X 10.6 (Snow Leopard) Processor:
Intel
I need to select 5 items from a list of 50. When I use RANDBETWEEN(1,50), I
get duplicates more often than not. Is there a different function or some
simple way to generate 5 unique numbers?