Hi Lacreeda!
One way:
Insert a helper column and in that column use =RAND() to generate a random
number.
Having generated the random numbers you can now freeze them using Copy >
Edit > Paste Special > Values
You can now use a formula to return the names:
=INDEX($A$1:$A$7,MATCH(LARGE($B$1:$B$7,ROW()),$B$1:$B$7,0),1)
I've assumed that the first name is in A1. If not, you can amend the row
argument. If the first name is in Row 5 change ROW() to ROW(A5)-4
--
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.