+ Reply to Thread
Results 1 to 9 of 9

selecting from matrix

  1. #1
    Registered User
    Join Date
    11-25-2016
    Location
    netherlands
    MS-Off Ver
    2013
    Posts
    5

    selecting from matrix

    Capture.PNGConsider the following matrix (as an example):

    1st player/ team 2nd player/team 3rd player/ team
    game1 pl A tm1 pl B tm2 pl C tm 1
    game2 pl D tm2 pl A tm1 pl E tm 3
    game3 pl E tm 3 pl A tm1 pl C tm 1
    game4 pl B tm2 pl F tm3 pl A tm1

    A first place earns 10 points, second place 7 and third 3 points. For both team and player.

    For the players I can make a total list, because every player is unique per game. So a check per column using vlookup did the trick. Maybe there is a better/easier/faster way, but it worked. However the team isn't unique. Any suggestions on how to solve this?

    player would be:
    G1 G2 G3 G4 Tot
    pl A 10 7 7 3 = 27
    pl B 7 0 0 10 = 17
    pl C 3 0 3 0 = 6 etc

    Team should be:
    G1 G2 G3 G4 Tot
    tm1 13 7 10 3 = 33
    tm2 7 10 0 10 = 27
    tm3 etc
    Last edited by pronkrug; 11-25-2016 at 10:42 AM.

  2. #2
    Registered User
    Join Date
    11-25-2016
    Location
    netherlands
    MS-Off Ver
    2013
    Posts
    5

    Re: selecting from matrix

    Capture.PNG

    trying to attach the picture

  3. #3
    Registered User
    Join Date
    11-17-2016
    Location
    Istanbul
    MS-Off Ver
    2010
    Posts
    30

    Re: selecting from matrix

    Maybe you can sum up the players:

    Team 1=plA points + plC points
    Team 2=plD points + plB points ?
    www.plusx.me

  4. #4
    Registered User
    Join Date
    11-25-2016
    Location
    netherlands
    MS-Off Ver
    2013
    Posts
    5

    Re: selecting from matrix

    That would work for 1 year, but the goal is to have this for several years. And a player is allowed to change team. In very rare cases this might even happen during 1 season.

  5. #5
    Registered User
    Join Date
    11-17-2016
    Location
    Istanbul
    MS-Off Ver
    2010
    Posts
    30

    Re: selecting from matrix

    May not solve your problem but in general:

    You want to use this file for several years, but the tables are not organised well enough; as the games go on, the sheet will grow vertical (upper table) and horizontal (lower tables). The opposite orientation also has effect on formulizing the totals.

    I would change that and then the rest is not that difficult.

  6. #6
    Registered User
    Join Date
    11-17-2016
    Location
    Istanbul
    MS-Off Ver
    2010
    Posts
    30

    Re: selecting from matrix

    May not solve your problem but in general:

    You want to use this file for several years, but the tables are not organised well enough; as the games go on, the sheet will grow vertical (upper table) and horizontal (lower tables). The opposite orientation also has effect on formulizing the totals.

    I would change that and then the rest is not that difficult.

  7. #7
    Registered User
    Join Date
    11-25-2016
    Location
    netherlands
    MS-Off Ver
    2013
    Posts
    5

    Re: selecting from matrix

    Hi PlusX.me,
    I realize that, but this is just a simple representation of the actual file. The actual file consists of several sheets and much more information, such as location, country of origin etc. But I had hoped that simplifying the question would make it easier to get an answer :-)
    Sorry, for the misunderstanding.

  8. #8
    Registered User
    Join Date
    11-25-2016
    Location
    netherlands
    MS-Off Ver
    2013
    Posts
    5

    Re: selecting from matrix

    Hi PlusX.me,
    I realize that, but this is just a simple representation of the actual file. The actual file consists of several sheets and much more information, such as location, country of origin etc. But I had hoped that simplifying the question would make it easier to get an answer :-)
    Sorry, for the misunderstanding.

  9. #9
    Registered User
    Join Date
    11-17-2016
    Location
    Istanbul
    MS-Off Ver
    2010
    Posts
    30

    Re: selecting from matrix

    Maybe you should simplify the file instead of the question.
    If it is organised like the example, it seems to me like most of the calculations have to be done manually.

+ 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. Link cell fill colors of Sheet 2 matrix to Sheet 1 matrix
    By runnerD2016 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-21-2016, 12:01 PM
  2. Finding a specific row of a matrix in another matrix
    By hfarhadi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-27-2014, 04:14 PM
  3. Replies: 2
    Last Post: 11-05-2014, 03:41 AM
  4. Eigenvector of matrix for nxn matrix of variable size
    By rocketscientist165 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-14-2014, 10:51 AM
  5. Replies: 2
    Last Post: 02-11-2014, 05:05 AM
  6. Using a transition matrix as input to a cummulative matrix
    By Walter12 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-26-2012, 04:19 AM
  7. selecting specific cells from a matrix
    By sbcs in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-20-2009, 01:23 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