Randomized data tables

Joined
Feb 14, 2014
Messages
3
Reaction score
0
I need to produce 2 columns of random numbers between 1 and 24, but the numbers cannot be repeated in each column. I tried sorting a random column, but I keep getting decimal numbers between 0 and 1. Can anyone help? Please!!!
 
Joined
Mar 20, 2012
Messages
764
Reaction score
4
The function =rand() will produce the numbers you are receiving. If you want numbers in a specific range you can you use =randbetween(0,25) or maybe =randbetween(1,24) to get the results you are looking for. It won't give you exactly the results you want because it will repeat numbers. I hope this helps!
 
Joined
Feb 14, 2014
Messages
3
Reaction score
0
Yes, the randbetween function gives whole numbers, but the numbers repeat in the column. Is there no way to make a list of 1 - 24 and them randomly mix those numbers?
 
Joined
Mar 20, 2012
Messages
764
Reaction score
4
What you would do for that is create a list of numbers 1-24, then create a column for sorting using one of the random number formulas and resort the table on that column. It will mix up your 1-24 numbers.
 

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

Top