0

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?

basheps
  • 101
  • 1
  • 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 Answers1

1

To get a random number, use rand() (as seen here). Then sort by the random numbers.

soandos
  • 24,206
  • 28
  • 102
  • 134