+ Reply to Thread
Results 1 to 4 of 4

COUNTIFS excluding blanks cells in range

  1. #1
    Registered User
    Join Date
    05-11-2015
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    58

    COUNTIFS excluding blanks cells in range

    attached is the example document. Can someone please help with COUNTIFS formula that will exclude a range to count blanks?

    Criteria1 range count each Rep
    Criteria2 range count status "working"
    Criteria3 range count Y-N only blank cells.


    Appreciate any help and your time..
    Attached Files Attached Files
    Last edited by mcvideo; 10-16-2018 at 10:06 PM. Reason: added xls example

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,869

    Re: COUNTIFS excluding blanks cells in range

    This should work:

    =COUNTIFS($A$2:$A$15,"",$C$2:$C$15,A19,$E$2:$E$15,$B$18)

    However, the 'blank' cells in column A are not really blank, so use this instead:

    =COUNTIFS($A$2:$A$15," ",$C$2:$C$15,A19,$E$2:$E$15,$B$18)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    05-11-2015
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    58
    Worked like a charm. Thank you!
    Last edited by AliGW; 10-17-2018 at 11:45 AM. Reason: Unnecessary quotation removed.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,869

    Re: COUNTIFS excluding blanks cells in range

    You're welcome!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. 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. Replies: 6
    Last Post: 10-31-2017, 02:19 PM
  2. COUNTIFS; Excluding Columns, And Counting Between Specific Date Range...
    By Haslami in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-31-2017, 12:44 PM
  3. database: Copy data from range excluding blanks plus one cell on another column
    By danwoltrs in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-07-2016, 10:24 AM
  4. [SOLVED] Create a list of uppercase data from a range excluding blanks and errors
    By PAexcel in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-17-2014, 01:32 PM
  5. Replies: 4
    Last Post: 06-11-2014, 07:56 AM
  6. Transposing column range to row while excluding blanks
    By jkhereford in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-15-2012, 12:33 PM
  7. [SOLVED] Define a range while excluding blanks
    By cowboy713 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-08-2012, 05:47 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