+ Reply to Thread
Results 1 to 4 of 4

IsBlank

  1. #1
    Registered User
    Join Date
    09-11-2015
    Location
    Atlanta, GA
    MS-Off Ver
    2010
    Posts
    12

    IsBlank

    Hello,
    I have been working on a simple formula to evaluate two cell to provide the results if the cell does not equal X.
    Got that one worked out, still want that but if the cell is empty I want the cell to be blank.
    Book1.xlsx

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: IsBlank

    What exactly is that formula supposed to be doing?

    If you want to exclude if the cell is blank, just use =if(A1="","",your-formula)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: IsBlank

    may be non array
    =IF(OR(A1="",B1=""),"",SUMPRODUCT((A1:B1<>"X")*1)*(Range you want to sum))
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  4. #4
    Registered User
    Join Date
    09-11-2015
    Location
    Atlanta, GA
    MS-Off Ver
    2010
    Posts
    12

    Re: IsBlank

    When the cells is blank it still returns the value of 2, I want the array result to be blank when the cell are empty.

+ 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] 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
  2. 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
  3. If(or(isblank
    By Wragg1 in forum Excel General
    Replies: 3
    Last Post: 03-21-2009, 01:08 PM
  4. [SOLVED] Using IsBlank in VBA
    By Conan Kelly in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-28-2006, 11:55 AM
  5. [SOLVED] ISBLANK
    By Gimpy815 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-24-2006, 02:10 PM
  6. [SOLVED] If(ISBLANK)
    By Blue Hornet in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 02:05 PM
  7. If(ISBLANK)
    By Bill R in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 11:05 AM
  8. If(ISBLANK)
    By Bill R in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 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