+ Reply to Thread
Results 1 to 3 of 3

Random selection with conditional

Hybrid View

pokchino Random selection with... 06-30-2015, 12:29 PM
ranman256 Re: school tournament 06-30-2015, 01:05 PM
pokchino Re: school tournament 06-30-2015, 02:47 PM
  1. #1
    Registered User
    Join Date
    06-30-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    2

    Random selection with conditional

    hi guys am school teacher, and have a chess tournament , which needs addressing RANDOM duels between distitas schools, with 5 students per school, with the following conditions:
    1. will not face each other or with schools from the same state .
    2. enfrentarso between students will have the same average or the lowest difference , example: 8.85 juanito francisco vs 8.6

    They can, please help me?
    Thanks in advance. attachment
    Last edited by pokchino; 06-30-2015 at 03:19 PM.

  2. #2
    Valued Forum Contributor ranman256's Avatar
    Join Date
    07-29-2012
    Location
    Kentucky
    MS-Off Ver
    Excel 2003
    Posts
    1,189

    Re: school tournament

    If you have a table of tStudents: name, school, state,Avg
    build a make table query: bring in tStudents table twice, DO NOT JOIN THEM.
    bring down all fields from tStudents
    and
    bring down all fields from tStudents_1
    make the table.

    next run delete query where school=school_1
    next run delete query where State=State_1
    next run delete query where (Avg - Avg_1) > .15 (or what ever you want this to be)

    then pick random records until you have all players.

  3. #3
    Registered User
    Join Date
    06-30-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    2

    Re: school tournament

    tabla_concurso.xlsxhello ranman :
    sorry forgot to attach an example of the data table

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Tournament Scheduling
    By MitchC in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-05-2012, 05:17 PM
  2. Tournament Schedulizer?
    By Dominic in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  3. [SOLVED] Tournament Schedulizer?
    By Bernie Deitrick in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 04:05 AM
  4. Tournament Schedulizer?
    By Dominic in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM
  5. Tournament Brackets
    By billymick in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 02-20-2005, 08:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1