Amber
Use two columns. In the first column place all the employee names. In
the first cell of the second column type "=Rand()" without the quotes. Note
that "()" is an open parentheses followed by a closed one. Sort the two
columns with the Rand() column the key column. This sorts the employee
names in a random order. If you want to select 15 employee names, simple
take the first 15 names. HTH Otto