Is there a way to sort my OmniOutliner columns by a random value for something like picking students in your class at random for groups?
Asked
Active
Viewed 82 times
0
-
What does sort by a random value mean? – soandos Aug 08 '11 at 02:20
-
I need to be able to sort the rows in a random order. Generally in Excel this is done by using the Rand function in the cells of a row and sorting by that row. – basheps Aug 08 '11 at 04:44
1 Answers
1
To get a random number, use rand() (as seen here). Then sort by the random numbers.
soandos
- 24,206
- 28
- 102
- 134
-
I don't see how to use the rand(), the link did not give any information. Where do I use it. In the cell? – basheps Aug 08 '11 at 10:54
-
-
I don't see how to use it. I've put it into the cell but it does not give back a value like in Excel. Can you elaborate? – basheps Aug 08 '11 at 14:07