Question:

I need to randomize a list into 3 separate, evenly distributed blocks.

by  |  earlier

0 LIKES UnLike

I have a list of 15 numbers and I need this randomized into 3 different groups, each group containing 5 numbers.

I have tried the =randbetween(1,3) in Excel but it does not give me 5 numbers in each group.

Can anyone help me with this?!

Thanks.

 Tags:

   Report

1 ANSWERS


  1. =INT(3*RAND())+1

    will give you a random number of 1, 2,or 3

    put this in a row next to the list.

    then just setup IF statements. such as =if(b3=1, --,--)

    .

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.