+ Reply to Thread
Results 1 to 3 of 3

COUNTIFS, multiple criteria and not including blank cells

  1. #1
    Registered User
    Join Date
    01-10-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    10

    COUNTIFS, multiple criteria and not including blank cells

    Ok, so I have the current formula =COUNTIFS(Data!G2:G282,'Defect Aging'!$C$25,Data!D2:D282,">30").

    This is checking for Defects that Severity 1 defects that are over 30 days old. I now want to eliminate and defects that have been released. The release date column in column M in the "Data" tab.

    Basically, I want a count of all Severity 1 defects that are over 30 days old but subtract any that have a date in the M column. How do I do this?

    Thanks so much!

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: COUNTIFS, multiple criteria and not including blank cells

    =COUNTIFS(Data!G2:G282,'Defect Aging'!$C$25,Data!D2:D282,">30",Data!M2:M282,"")

  3. #3
    Registered User
    Join Date
    01-10-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: COUNTIFS, multiple criteria and not including blank cells

    Ah, so simple! Thanks!

+ 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. Countifs should return blank results for blank row of cells
    By Groovicles in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-29-2013, 06:20 PM
  2. [SOLVED] CountIFS with multiple criteria to ignor blank cells
    By dbaker4020 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-02-2013, 09:03 AM
  3. Countifs (How to give criteria for blank cell).
    By Shradharani in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 01-18-2013, 07:44 AM
  4. Replies: 2
    Last Post: 08-18-2011, 11:33 AM
  5. Count blank cells within a range not including fully blank rows
    By twofootgiant in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 07-16-2008, 09:43 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