+ Reply to Thread
Results 1 to 4 of 4

Countif Match- multiple values issue

  1. #1
    Forum Contributor
    Join Date
    12-17-2008
    Location
    Vernon, CT
    Posts
    132

    Countif Match- multiple values issue

    I have done something similar, but I keep getting stuck on this. I appreciate any assistance. What I am attempting to do in this workbook is:
    In M8 for it to count D8:D10 if A8:A10 matches L8 and only if that matches M7. Basically I have a data log manual entry on the left and I want the section on the right (in this example) to look to the data entered and say Andfel Laureano has 4 Miss Picks. It would not count the next error he has because it is not a miss pick.

    I only need help with the one formula. I can make all the adjustments as I alter this sheet to be more user friendly. Thanks again for any assistance as I have been stuck on this for awhile. I seem to always get 3/4 of the way there. I run into the Miss Pick match problem.
    Attached Files Attached Files
    Last edited by jayclinton; 01-29-2015 at 11:18 AM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Countif Match- multiple values issue

    If its just COUNT use

    In M8
    =COUNTIFS($A$8:$A$10,$L8,$E$8:$E$10,M$7)
    Copy down and across

    If you want a sum of # of errors use
    =SUMIFS($D$8:$D$10,$A$8:$A$10,$L8,$E$8:$E$10,M$7)
    Copy down and across
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    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,053

    Re: Countif Match- multiple values issue

    Try this in M8. copy across & down.

    =SUMIFS($D$8:$D$10,$A$8:$A$10,$L8,$E$8:$E$10,M$7)
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Forum Contributor
    Join Date
    12-17-2008
    Location
    Vernon, CT
    Posts
    132

    Re: Countif Match- multiple values issue

    Quote Originally Posted by Ace_XL View Post
    If its just COUNT use

    In M8
    =COUNTIFS($A$8:$A$10,$L8,$E$8:$E$10,M$7)
    Copy down and across

    If you want a sum of # of errors use
    =SUMIFS($D$8:$D$10,$A$8:$A$10,$L8,$E$8:$E$10,M$7)
    Copy down and across
    Quote Originally Posted by Glenn Kennedy View Post
    Try this in M8. copy across & down.

    =SUMIFS($D$8:$D$10,$A$8:$A$10,$L8,$E$8:$E$10,M$7)
    Ugh! So simple! Thanks sooo much. that worked great!

+ 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. [SOLVED] Index/Match Multiple Criteria Issue
    By freybe06 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-17-2014, 05:54 PM
  2. Issue using Index/Match to pull multiple occurrences of "Match" criteria
    By aridfriedman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-09-2014, 11:38 AM
  3. COUNTIF to match criteria values from 2 columns
    By Zyphon in forum Excel General
    Replies: 4
    Last Post: 09-22-2009, 05:27 AM
  4. [SOLVED] Multiple Functions IF, AND, COUNTIF, MATCH
    By Mike in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  5. Multiple Functions IF, AND, COUNTIF, MATCH
    By Mike in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-29-2005, 03:05 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