Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have lists of names that need to be arranged in random order. Also the list
should only re-arange on <F9 and not on <enter |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"John Murf" wrote
I have lists of names that need to be arranged in random order. Also the list should only re-arange on <F9 and not on <enter One way .. Assume names listed in A1:A10 Put in B1: =INDEX(A:A,RANK(C1,$C$1:$C$10)) Put in C1: =RAND() Select B1:C1, fill down to C10 B1:B10 returns a random shuffle of the names in col A Press F9 to re-generate -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Replied to OP:
----------------------- Glad it helped, John ! --- john Murphy wrote: Hi Max, Thanks for the pointer to listing the names in random order, it works a treat. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 Add-in: Open Database Connectivity available for Excel | Excel Discussion (Misc queries) | |||
Function to List an Excel Workbook's Sheet Names | Excel Discussion (Misc queries) | |||
Problems with Pivot Table Field Sorting in Excel 2002 | Excel Discussion (Misc queries) | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) | |||
Excel 2003: Match one list against another and highlight differenc | Excel Worksheet Functions |