+ Reply to Thread
Results 1 to 3 of 3

Count cell pairs meeting multiple conditions

  1. #1
    Registered User
    Join Date
    05-08-2019
    Location
    St. Louis, Missouri, USA
    MS-Off Ver
    Office 365 ProPlus
    Posts
    4

    Count cell pairs meeting multiple conditions

    Table has two columns: Assigned and Completed.
    I want to count the number of rows that are Assigned, but not Completed.

    Current solution is to copy this formula to every row (which provides a 1 or 0 depending on the conditions), then sum the results. Not very elegant. Would like a matrix (Ctrl-Shift-Enter) formula if possible
    =--IF(AND(NOT(ISBLANK(Schedule!A6))=FALSE),ISTEXT(Schedule!B6)=TRUE)
    The first part of this give a TRUE when an item is Completed, the second gives a TRUE when the item is assigned. The "--" turns TRUE/FALSE to 1/0 so they can be counted.
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Count cell pairs meeting multiple conditions

    How about...

    =COUNTIFS(B2:B5,"<>",A2:A5,"")
    HTH
    Regards, Jeff

  3. #3
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,781

    Re: Count cell pairs meeting multiple conditions

    =countifs(a2:a5,"",b2:b5,"<>")
    Last edited by CARACALLA; 05-08-2019 at 03:24 PM.

+ 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] Count the pairs (positive and negative) of multiple criterias
    By dluhut in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-31-2017, 12:12 PM
  2. Meeting Multiple Conditions In A Table For Unique Output
    By Billy Corman in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-01-2015, 04:52 AM
  3. Calculating values meeting multiple conditions
    By Scardais excelforum in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-11-2014, 03:27 PM
  4. How to find matching pairs meeting certain conditions?
    By MoreExcel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-04-2013, 05:00 AM
  5. Hot to find matching pairs meeting certain conditions?
    By MoreExcel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-11-2013, 07:45 AM
  6. Grab cell value meeting few conditions.
    By Henrique in forum Excel General
    Replies: 2
    Last Post: 02-23-2010, 12:10 PM
  7. Count and sum cells meeting two conditions
    By kllewellyn in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 11-12-2007, 07:55 AM

Tags for this Thread

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