+ Reply to Thread
Results 1 to 3 of 3

Need help with COUNTIFS

  1. #1
    Registered User
    Join Date
    01-25-2013
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    13

    Need help with COUNTIFS

    Hello Everyone,

    Stuck on my use of the countifs formula. I want A15 and A18 to count open and closed claims given the criteria input in A13. It actually works in counting open and closed claims total, but I do not want certain claim types counted -- specifically "Disability", "Pending", and "Duplicate" listed in column B)

    For example, if 1/1/2001 is selected, it should read Open and Re-Opened Claims: 1 Closed Claims: 1 (Not Open and Re-opened:3 and Closed: 1)

    I've attached below... thanks in advance...
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Harribone's Avatar
    Join Date
    02-24-2013
    Location
    Midlands, UK
    MS-Off Ver
    Excel 2019/365
    Posts
    570

    Re: Need help with COUNTIFS

    In your spreadsheet you do have 3 Open and Re-Opened Claims for 01/01/2001? Do you Want this to just return 1 not matter how many are found?
    Say thanks, click *

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Need help with COUNTIFS

    1) move F1:F5 down to F2:F6
    2) put this formula in G2, then copy down/across the table:

    =COUNTIFS($A$1:$A$10, G$1, $C$1:$C$10, $F2, $B$1:$B$10, "<>Duplicate*", $B$1:$B$10, "<>Pending", $B$1:$B$10, "<>Disability")

    3) Apply in other ways as you wish
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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