Thread: Formula Help
View Single Post
 
Old 04-23-2017, 09:30 PM
xor xor is offline Windows 10 Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,100
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

With your names in A2:A20 try the following

In B2: =RAND()
In C2: =INDEX($A$2:$A$20,RANK(B2,$B$2:$B$20))

Copy B2:C2 down to C20.

Press F9 to generate a new random order.
Reply With Quote