Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Good news everyone! The Boards.ie Subscription service is live. See here: https://subscriptions.boards.ie/

split 16 items randomly into two groups

  • 16-04-2014 01:02PM
    #1
    Registered Users, Registered Users 2 Posts: 8,348 ✭✭✭


    I'm running a football league and I have 16 teams that I want to randomly separate into two groups of 8. They are currently in column A2-A17. I was thinking the best way to do it was to assign a 1 or 2 evenly to column B? any ideas on how to do this?


Comments

  • Registered Users, Registered Users 2 Posts: 959 ✭✭✭highly1111


    Use the rand function on excel. If you put =randbetween(number,number) so =randbetween(1,16) it will populate a number. Hit enter 8 times and you'll get 8 random numbers and they can be league A, other teams league B.


  • Registered Users, Registered Users 2 Posts: 290 ✭✭bardcom


    gufc21 wrote: »
    I'm running a football league and I have 16 teams that I want to randomly separate into two groups of 8. They are currently in column A2-A17. I was thinking the best way to do it was to assign a 1 or 2 evenly to column B? any ideas on how to do this?

    Here's random. Order the teams as follows. If any objections you can blame a randomer on boards :-)

    12 v 3
    5 v 9
    8 v 1
    11 v 13
    6 v 7
    10 v 16
    4 v 15
    14 v 2


Advertisement