Comments Order Scramble

aznxmtg

BANNED
Joined
Jul 9, 2010
Messages
327
Reaction score
49
Is there a program that allows you to change the order of your comments in a text file?

If so can you please share. Thanks :)

For example:

1. WEEE
2. DDD
3. DPS

When you run it through the program, it will mix up the order.
 
Use Excel.

1) Open the file making sure that each comment is on a separate line.
2) In the column next to the comments insert "=rand()". Fill down to the end of the comments. This generates a random number for each comment.
3) Highlight the range that includes the comments and the random number columns. Sort on the random number.
4) Copy the comments and paste into a new text file.
5) Save the new randomized comment file.

Voila! You have a randomly sorted comment file in under 60 seconds.
 
Use Excel.

1) Open the file making sure that each comment is on a separate line.
2) In the column next to the comments insert "=rand()". Fill down to the end of the comments. This generates a random number for each comment.
3) Highlight the range that includes the comments and the random number columns. Sort on the random number.
4) Copy the comments and paste into a new text file.
5) Save the new randomized comment file.

Voila! You have a randomly sorted comment file in under 60 seconds.

Thanks just learn something new for excel :)
 
Back
Top