How to have a list of text be sorted randomly?

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

Guest

I have 4 lists of titles of about 100 records each that I need to shuffle
each month for variety. Is there a function to sort this list of text records
randomly? I'm using Exel 2000.
 
One way:
Create an extra column.
in the first cell, put this formula:
=Rand()
Copy it down to the end of your list.
sort by the new column.
Delete or hide it to get it out of your way.

tj
 

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