+ Reply to Thread
Results 1 to 4 of 4

Advanced COUNTIF problem (maybe!)

  1. #1
    Registered User
    Join Date
    10-04-2012
    Location
    Not here, it's rubbish!
    MS-Off Ver
    Excel 2003/2007/2010
    Posts
    66

    Advanced COUNTIF problem (maybe!)

    Hi All,

    I need some advice in extracting information and summations from a list. Here is the scenario in the file I've attached.

    In column A, four persons have entered items into a competition. In column B, the points awarded to each person against that entry is shown.

    Counting the number of entries of each person in column A is easy with the COUNTIF function. But in column F I want to sum the scores against each entrant in column B and display the result against each entrant's name down column F (e.g. take all the scores against Person_A from column B and total them to dispaly in F2.)

    I've really drawn a blank on this. Any advice?

    Thanks
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Lemice's Avatar
    Join Date
    04-13-2013
    Location
    Somewhere.
    MS-Off Ver
    Excel 2016
    Posts
    696

    Re: Advanced COUNTIF problem (maybe!)

    Hello,

    Are you looking for a formula like this
    Please Login or Register  to view this content.
    Paste it on Cell F2 and drag it down
    (copy pasta from Ford)
    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

    Regards,
    Lem

  3. #3
    Registered User
    Join Date
    04-19-2013
    Location
    Buffalo, NY
    MS-Off Ver
    Excel 2010
    Posts
    18

    Re: Advanced COUNTIF problem (maybe!)

    A pivot table might be a good option too, but enter this formula into cell F2

    =SUMIF($A$2:$B$12,"Person_A",$B$2:$B$12)

    It will sum up the points in column B if column A says "Person A". Then copy this down, just change the Person. Is this what you needed?
    http://www.ExcelbyJoe.com

  4. #4
    Registered User
    Join Date
    10-04-2012
    Location
    Not here, it's rubbish!
    MS-Off Ver
    Excel 2003/2007/2010
    Posts
    66

    Re: Advanced COUNTIF problem (maybe!)

    Thank for your replies.

    Didn't realise the SUMIF function could do this. I'll try it out and come back if I have any more problems.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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