list names in random order in Excel 2002

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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>
 
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

---
 
Replied to OP:
-----------------------
Glad it helped, John !

--- john Murphy said:
Hi Max,
Thanks for the pointer to listing the names in
random order, it works a
treat.


---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top