is there any way to randomly create a list of peoples names?

F

Frank Kabel

Hi
if you have a list of names lets say in column A enter the following in B1
=RAND()
copy this formula down for all rows.

Now select column A+B and sort with column B. Pick the number of required
names starting from the top. Each new sort would create an updated list
 
Top