+ Reply to Thread
Results 1 to 3 of 3

Formula to show blank if two cells are blank

  1. #1
    Registered User
    Join Date
    06-17-2016
    Location
    Seattle,WA
    MS-Off Ver
    2013
    Posts
    68

    Formula to show blank if two cells are blank

    I'm looking to adjust this formula so that if the values in cells C12 and D12 are "" (blanks) then it will also be blank but if not, it will add up the values in C12 and D12.

    Current formula I'm using and it still gives me "0" as the value if both C12 and D12 are blank

    Two of my formulas that are looking for blanks before adding.

    Please Login or Register  to view this content.
    Last edited by adrenom; 09-09-2016 at 04:58 PM.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Formula to show blank if two cells are blank

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

    This formula will return blank instead of 0 and SUM C11:D11 if not blank.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Formula to show blank if two cells are blank

    Maybe something like this...

    =IF(COUNT(C11:D11)<2,"",C11+D11)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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] Reference cell formula returning 0 when BLANK, need BLANK to show
    By williamc in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-31-2016, 04:23 PM
  2. [SOLVED] Cells with formula to show blank
    By Oeysbrei in forum Excel General
    Replies: 3
    Last Post: 07-11-2012, 03:55 AM
  3. How do you nest the following formula to show blank cells
    By JV in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  4. How do you nest the following formula to show blank cells
    By JV in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 11:05 AM
  5. How do you nest the following formula to show blank cells
    By JV in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  6. How do you nest the following formula to show blank cells
    By KL in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-06-2005, 04:05 AM
  7. [SOLVED] How do you nest the following formula to show blank cells
    By JV in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 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