+ Reply to Thread
Results 1 to 5 of 5

Get the unique name and the total sum of each player in different column

  1. #1
    Registered User
    Join Date
    06-24-2014
    Location
    malaysia
    MS-Off Ver
    2007
    Posts
    28

    Get the unique name and the total sum of each player in different column

    How to get the total sum of each player in different column, Example below:

    Screen Shot 08-25-18 at 07.23 PM.JPG

    The player name would not be fixed/constant , so how to i filter out unique player name, then add their score at the back all-together. ?

    Would need this becasue player might have scored from different game then record not in-order.
    Last edited by dchew; 08-25-2018 at 07:35 AM.

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Get the unique name and the total sum of each player in different column

    =sum(($a$2:$a$6=$a11)*$b$2:$e$6) cse

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,942

    Re: Get the unique name and the total sum of each player in different column

    Another option...
    =SUMPRODUCT(--($A$2:$A$6=A10)*$B$2:$E$6)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    06-24-2014
    Location
    malaysia
    MS-Off Ver
    2007
    Posts
    28

    Re: Get the unique name and the total sum of each player in different column

    yes it works but i have to manually get the names, what i want is to pull the names and remove duplicates too.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,099

    Re: Get the unique name and the total sum of each player in different column

    List of names (in J2):
    =IFERROR(INDEX($A$2:$A$10,MATCH(0,INDEX(COUNTIF($J$1:J1,$A$2:$A$11),0,0),0)),"")

    Scores:
    =IF(J2="","",SUMPRODUCT(($A$2:$A$10=J2)*$B$2:$F$10))

    See sheet. Next time, please attach an Excel sheet, rather than a non-editable picture of one. Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

+ 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. Replies: 8
    Last Post: 02-01-2018, 08:32 PM
  2. Replies: 1
    Last Post: 03-11-2016, 05:48 PM
  3. [SOLVED] Combine two column using formula and based on player name
    By plan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-19-2014, 09:35 AM
  4. trying to populate the player column....
    By indiana115 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-21-2013, 09:57 AM
  5. Replies: 6
    Last Post: 02-25-2009, 02:12 AM
  6. [SOLVED] Media Player versus Windows Media Player
    By teepee in forum Excel General
    Replies: 1
    Last Post: 10-13-2005, 10:05 PM
  7. [SOLVED] Select player from list and get his position in next column
    By Massivemike in forum Excel General
    Replies: 2
    Last Post: 09-10-2005, 08:05 AM

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