+ Reply to Thread
Results 1 to 5 of 5

Excel formula for ISBLANK

  1. #1
    Registered User
    Join Date
    03-09-2015
    Location
    Canada
    MS-Off Ver
    2013
    Posts
    18

    Excel formula for ISBLANK

    Hi all. I've been up all night trying to figure this out so there's a strong chance I'm too tired to think.

    I have a range of cells that will either be blank or say OPEN. I'm trying to use this formula in cell A3 to either be blank or show how many cells say OPEN in that row. Thoughts? When I use this formula it just either says 0 or how many opens there are. The 0 should be blank.

    =IF(ISBLANK(CS3:DJ3),"",COUNTIF(CS3:DJ3,"*open*"))

  2. #2
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: Excel formula for ISBLANK

    Hi
    According to what I have understood, I think this would suffice your requirement
    =IF(COUNTIF(CS3:DJ3,"*open*")=0,"",COUNTIF(CS3:DJ3,"*open*"))
    Happy to Help

    How to upload excel workbooks at this forum - http://www.excelforum.com/the-water-...his-forum.html

    "I don't get things easily, so please be precise and elaborate"

    If someone's post has helped you, thank by clicking on "Add Reputation" below the post.
    If your query is resolved please mark the thread as "Solved" from the "Thread Tools" above.

    Sourabh

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,215

    Re: Excel formula for ISBLANK

    One way

    =COUNTIF(CS3:DJ3,"OPEN")

    format cell as 0;0;;@ (results of zero will be blank)

    or

    =IF(COUNTIF(CS3:DJ3,"OPEN"),COUNTIF(CS3:DJ3,"OPEN"),"")

  4. #4
    Registered User
    Join Date
    03-09-2015
    Location
    Canada
    MS-Off Ver
    2013
    Posts
    18

    Re: Excel formula for ISBLANK

    You rock thanks so much!

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Excel formula for ISBLANK

    =IF(ISBLANK(CS3:DJ3),"",COUNTIF(CS3:DJ3,"open")) and Control+Shift+Enter (if exact open)
    or
    =IF(ISBLANK(CS3:DJ3),"",COUNTIF(CS3:DJ3,"*open*")) and Control+Shift+Enter (if abcopenabc)



    in most cases I forget to refresh thread
    Last edited by sandy666; 12-13-2015 at 05:28 AM.

+ 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] ISBLANK and AND formula
    By tsakta13ole in forum Excel General
    Replies: 11
    Last Post: 06-04-2015, 09:58 AM
  2. Using IF formula with ISBLANK
    By banker123 in forum Excel General
    Replies: 4
    Last Post: 04-09-2014, 11:48 AM
  3. [SOLVED] IF formula not working =IF(NOT(ISBLANK(M3)),"",IF(ISBLANK(L3),"",TODAY()-L3))
    By amthyst826 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-06-2014, 02:37 PM
  4. ISBLANK formula
    By johnny_p in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-30-2013, 11:44 AM
  5. [SOLVED] If, ISBLANK Formula
    By cychua in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-24-2013, 04:04 AM
  6. Excel 2007 : Help with a IF/IsBlank Formula
    By Chips Reynolds in forum Excel General
    Replies: 4
    Last Post: 04-06-2012, 09:22 AM
  7. Help with ISBLANK function referring to a cell with another ISBLANK formula
    By camdameron in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-23-2011, 12:45 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