Not in the order

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

Guest

Hi,
I have a name list that I can sort it form A - Z or Z - A.

Ex: Ann
Anne
Branny
chi
Day
Font

However, this time I would like to have random list. It will be mix like the
below example.

Ex: Font
Day
Chi
Branny

Thanks
Chi
 
What i might do is insert a column next to your names column and put the
following formula in that column and copy it down:

=RAND()

This will generate a random number. I would then do your sort of the names
and the random number column but sort via the random number column. This
should end up placing your names in random order.
 

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

Similar Threads

Excel-formatting 16
Excel - Formatting 8
sorting by dates -- parameters? 1
Matching numbers 10
formula 3
Macros 2
Columns 1
Calculating difference between dates 3

Back
Top