View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Random sort function for text

Put =RAND() in an adjacent column. Select the range including both column,
and sort by the random number. Sort again as often as you like, as the
RAND() will recalculate each time.
--
David Biddulph

"Devin" wrote in message
...
I have a list of about 60 names that I need to randomly compile every day.
Does excel have a function for this?