ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Randomly populate a list into empty cells (https://www.excelbanter.com/excel-discussion-misc-queries/193309-randomly-populate-list-into-empty-cells.html)

Throme88

Randomly populate a list into empty cells
 
What I have is a list of 20 word phrases that I need to be randomly assigned
to 6 empty cells. If anyone has any advice, thank you.

James Silverton[_2_]

Randomly populate a list into empty cells
 
Throme88 wrote on Tue, 1 Jul 2008 10:04:02 -0700:

What I have is a list of 20 word phrases that I need to be
randomly assigned to 6 empty cells. If anyone has any advice,
thank you.


Sort the phrases randomly (helper column with RANDBETWEEN(1,20), say)
and assign the first 6 in order.
--

James Silverton
Potomac, Maryland

E-mail, with obvious alterations: not.jim.silverton.at.verizon.not


Kevin B

Randomly populate a list into empty cells
 
See if the following formula will do the trick:

=INDEX($A:$A,RANDBETWEEN(1,COUNTA($A2:$A397)),RAND BETWEEN(1,1))

Replacing $A:$A in the INDEX function with the column your word or phrases
are in and the range $A2:$A397 in the COUNTA function with the actual range
your words/phrases occupy.

Copy the formula down so it's in 6 rows. In the event the same item gets
selected twice, press F9 to recalc.

Hope this helps.

--
Kevin Backmann


"Throme88" wrote:

What I have is a list of 20 word phrases that I need to be randomly assigned
to 6 empty cells. If anyone has any advice, thank you.



All times are GMT +1. The time now is 08:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com