+ Reply to Thread
Results 1 to 5 of 5

Match & Countif

  1. #1
    Forum Contributor
    Join Date
    07-16-2008
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    106

    Match & Countif

    Hello all need help if creating a formula

    I think it's a match & Countif I'm looking for...

    Thanks
    Attached Files Attached Files

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,857

    Re: Match & Countif Help

    The solution to this is trivially easy so I think you must have a more complex layout in mind.

    This solution
    Please Login or Register  to view this content.
    gives you the flexibility of handling any number of columns or rows, and assumes no COUNTIF formulas are there on W12 and W13.

    If you don't need that much flexibility then a simpler formula may do the job.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Valued Forum Contributor mahju's Avatar
    Join Date
    11-27-2010
    Location
    Pakistan, Faisalabad
    MS-Off Ver
    Excel 2010 plus
    Posts
    730

    Re: Match & Countif Help

    The simple formula for this is

    enter
    =SUM(W12!I2+W13!I2)[/CODE]

    in C7 of sheet 1 ti get the total for Player 1 and copy it down
    Regards
    Last edited by mahju; 12-08-2010 at 07:40 AM.

  4. #4
    Forum Contributor
    Join Date
    07-16-2008
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    106

    Re: Match & Countif

    My bad I didn’t explain it correctly.

    I need the formula to match the names and total up the X’s from each sheets

    I have created another example sheet

    Thanks
    Attached Files Attached Files
    Last edited by Killer17; 12-09-2010 at 11:36 PM.

  5. #5
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Match & Countif

    Hi,

    maybe you could try in C7 sheet1 (B7 in the formula is Player1)

    =SUMPRODUCT(('W12'!$A$2:$A$23=B7)*('W12'!$B$2:$H$23="X")+('W13'!$A$2:$A$23=B7)*('W13'!$B$2:$H$23="X"))
    To be copied and drag down.

    Hope it's a little help

    Regards

+ 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