Re: Formula to choose X number of unique random cells from array?
- From: Jean-Yves <JeanYves@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 18 Apr 2008 01:49:00 -0700
Hi
Assume the name are in column A, and the Rand function in B ( you have to
fill down until you reach the last row of the namwe column.
Sort column A & B on B.
Then take the first 50 entries in column A.
--
Regards
Jean-Yves Tfelt
Europe
"Techhead" wrote:
On Apr 17, 9:34 am, Jean-Yves <JeanY...@xxxxxxxxxxxxxxxxxxxxxxxxx>.
wrote:
Hi,
Add a formual in next column with function "RAND( )"
Sort on that column and take the first 50.
The rand function will also be recalculted each time a sortin is done.
--
Regards
Jean-Yves Tfelt
Europe
"Techhead" wrote:
How would I create a formula to choose X number of unique cells from
an array? For example,
A1 = Bob
A2 = Mary
A3 = Bill
A4 = Tom
A5 = Dick
I need to choose at random, 3 of these names and they have to be
unique. On a larger scale, I have a database of 1500 names and I need
to select 50 unique names (cells) at random.
Thanks,
Brian- Hide quoted text -
- Show quoted text -
Putting RAND() on the next column over only gives me a decimal
numerical value. How would I apply the RAND() function on Column A?
- References:
- Formula to choose X number of unique random cells from array?
- From: Techhead
- RE: Formula to choose X number of unique random cells from array?
- From: Jean-Yves
- Re: Formula to choose X number of unique random cells from array?
- From: Techhead
- Formula to choose X number of unique random cells from array?
- Prev by Date: Bug? Unwanted date format pasted on two sheets when csv file imported in excel using ADO
- Next by Date: Re: VBA Worksheets save new file to Folder on Desktop
- Previous by thread: Re: Formula to choose X number of unique random cells from array?
- Next by thread: Re: Formula to choose X number of unique random cells from array?
- Index(es):
Relevant Pages
|