Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need to set up a random order list for 3 studies I'm running. We'll call
them A, B and C. I need each of my subjects to run A,B,C but in a random order. Is there a way to randomize within rows in Excel...that seems to be the only way I can think of to creat this list(i have about 100 subjects). Any suggestions would be greatly appreciated. |
#2
![]() |
|||
|
|||
![]()
One was to do it would create a column (call it sort) in that column I would
use the Function =RAND() This will generate a random number between 0 and 1. Then you sort the file by the Sort Column and that should randomize it. Note that every time you hit F9 to recalculate the Random number will be regenerated. So you can re-sort the file and get a new random order. "K8" wrote: I need to set up a random order list for 3 studies I'm running. We'll call them A, B and C. I need each of my subjects to run A,B,C but in a random order. Is there a way to randomize within rows in Excel...that seems to be the only way I can think of to creat this list(i have about 100 subjects). Any suggestions would be greatly appreciated. |
#3
![]() |
|||
|
|||
![]()
one method would be to originally set up the columns as
ABC ACB BAC BCA CAB CBA and copy this down to the bottom of the list then in the top of an adjacent column enter = rand() and copy down to the end of the data select the four columns and use <Data<sort by the column with the rand() in it. delete the RAND() column. The advantage of this method compared to some of the other random methods is that there is no more than one as the difference in the number of repeats of each combination order. "K8" wrote: I need to set up a random order list for 3 studies I'm running. We'll call them A, B and C. I need each of my subjects to run A,B,C but in a random order. Is there a way to randomize within rows in Excel...that seems to be the only way I can think of to creat this list(i have about 100 subjects). Any suggestions would be greatly appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Spell Checking - Special Words Not Picked Up by Excel | Excel Discussion (Misc queries) | |||
Can I have spell check ignore errors and alert me to real words? | Excel Discussion (Misc queries) | |||
Search for multiple words | Excel Discussion (Misc queries) | |||
how to change numbers into words, | Excel Discussion (Misc queries) | |||
Creating a Microsoft Words document from an existing Excel spreads | New Users to Excel |