Randomizing Lists

Discuss the spreadsheet application
Post Reply
WarofWinter
Posts: 2
Joined: Tue Apr 10, 2018 8:39 pm

Randomizing Lists

Post by WarofWinter »

Hi, new to the forums, I'm currently attempting to randomize a sample of 50 into smaller random sets of 10/15. While I could use random.org, I will be doing this 100 times and was hoping for a easier solution. Haven't used Calc in a while so unsure where to start, and haven't been able to find the answer else where.
Openoffice 4.1.5 Window 10
User avatar
Lupp
Volunteer
Posts: 3553
Joined: Sat May 31, 2014 7:05 pm
Location: München, Germany

Re: Randomizing Lists

Post by Lupp »

The usual way is to use a parallel column where each cell contains the formula

Code: Select all

=RAND()
and then to select a range containing the entries to randomize and the generated random numbers as well, and to sort it using the random numbers as the (first and only) key.

If the "randomness" of the software random generator meets your needs I cannot tell.

See also: viewtopic.php?f=75&t=58665.
On Windows 10: LibreOffice 24.2 (new numbering) and older versions, PortableOpenOffice 4.1.7 and older, StarOffice 5.2
---
Lupp from München
WarofWinter
Posts: 2
Joined: Tue Apr 10, 2018 8:39 pm

Re: Randomizing Lists

Post by WarofWinter »

I'll try to explain my question, if I have a list of letters, a,b,c,d,e. I'm attempting to arrange the in a random order 100 times. Is that possible?
Openoffice 4.1.5 Window 10
User avatar
Villeroy
Volunteer
Posts: 31279
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Randomizing Lists

Post by Villeroy »

Yes, it is possible and Lupp pointed you to an excellent tutorial.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Post Reply