+ Reply to Thread
Results 1 to 4 of 4

Formula to count the cells that are not "Blank" based on different cases

  1. #1
    Registered User
    Join Date
    03-09-2017
    Location
    Monrovia
    MS-Off Ver
    2013
    Posts
    57

    Formula to count the cells that are not "Blank" based on different cases

    Hi All,

    I am working on finding the count of total number of cells that are not empty(irrespective of the content in column 'Blank') based on 3 Cases.

    Test.JPG

    Case 1: For condition "Test 2" occurring today only i.e 17-Jul-2018. Check if the column titled "Blank" has cells with any value in it? If cells have a Value, get the total count of cells.

    Case 2: For condition "Test 2" occurring today only i.e 17-Jul-2018. Check if the column titled "Blank" has cells with any value, corresponding to status "Open"? If cells have a Value, get the total count of cells.

    Case 3: For all status that are "Open", For condition "Test 2"; Check if the column titled "Blank" has cells with any value? If cells have a Value, get the total count of cells. (This case is irrespective of date)

    Thank You in Advance

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

    Re: Formula to count the cells that are not "Blank" based on different cases

    Case 1
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Case 2
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Case 3
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    BSB

  3. #3
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Formula to count the cells that are not "Blank" based on different cases

    1: =COUNTIFS(B2:B8,"Test 2",C2:C8,TODAY(),D2:D8,"<>")
    2: =COUNTIFS(B2:B8,"Test 2",C2:C8,TODAY(),D2:D8,"<>",E2:E8,"Open")
    3: =COUNTIFS(B2:B8,"Test 2",D2:D8,"<>",E2:E8,"Open")
    Click the * to say thanks.

  4. #4
    Registered User
    Join Date
    03-09-2017
    Location
    Monrovia
    MS-Off Ver
    2013
    Posts
    57

    Re: Formula to count the cells that are not "Blank" based on different cases

    Many thanks @BadlySpelledBuoy and @PaulM100. It was very helpful

+ 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: 0
    Last Post: 02-14-2018, 06:14 PM
  2. [SOLVED] How Can I Count Instances of "x" Consecutive Blank Cells in a Given Row
    By Keats713 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-08-2016, 02:34 PM
  3. [SOLVED] Keeping particular cell blank if the related cells show "0" or "blank"
    By Anuru in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-24-2014, 05:30 AM
  4. [SOLVED] Replace all BLANK cells in column with header title "Balance" to "0"
    By ks100 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-21-2014, 09:25 AM
  5. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  6. [SOLVED] "Obtaining different rates based on number of cases"
    By MagikNinja in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-22-2013, 11:50 PM

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