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
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

football minutes program

  • 13-09-2009 5:24pm
    #1
    Closed Accounts Posts: 83 ✭✭


    can anyone point me in the right direction to get a online program whereby you can assign different mins of a football match to a class of 30?? for champions league we do a first goal competition so i'm trying to do all this online as i've access to an interactive whiteboard. so basically i'm hoping that i hit a button and the 30 lads in the class are assigned 3 different mins.
    cheers!

    note: mods please move this if its not in the right forum


Comments

  • Registered Users, Registered Users 2 Posts: 6,465 ✭✭✭MOH


    You could do it in excel fairly easily - you're basically just trying to sort 30 items in a random order.

    - Column A - list your classmates in any order (say alphabetical to avoid arguments)
    - Column B - fill with the numbers 1-30
    - Cell C1 - Stick in a function to list the minutes,e.g. 1-3, 4-6. copy and paste into the rest of column C:
    =CONCATENATE(B1*3-2, "-", B1*3)
    - Column D - fill with random number function, RAND()

    Then select columns B-D, and sort them by D.

    NB: Every time you change anything on the sheet (including when you sort), the random numbers will change. So you might want to select column D, copy, then 'paste special' and select values only.


Advertisement