+ Reply to Thread
Results 1 to 4 of 4

IF SUM blank cell returns as blank cell & 0 values returns 0

  1. #1
    Forum Contributor
    Join Date
    05-10-2019
    Location
    Penang, Malaysia
    MS-Off Ver
    2016
    Posts
    262

    IF SUM blank cell returns as blank cell & 0 values returns 0

    Hi folks,

    How to get the blank cell returns as blank cell & 0 values returns 0?

    Blank cell:
    =IF(SUM(C9:E9)>=1, SUM(C9:E9),"")

    Zero:
    =IF(SUM(C10:E10)>=1, SUM(C10:E10),)

    I have to choose either one from the above, anyway to get both to works or with NESTED IF?

    Thank-You very much
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: IF SUM blank cell returns as blank cell & 0 values returns 0

    Use this in F9:

    =IF(C9&D9&E9="","",SUM(C9:E9))

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    05-10-2019
    Location
    Penang, Malaysia
    MS-Off Ver
    2016
    Posts
    262

    Re: IF SUM blank cell returns as blank cell & 0 values returns 0

    Quote Originally Posted by Pete_UK View Post
    Use this in F9:

    =IF(C9&D9&E9="","",SUM(C9:E9))

    then copy down.

    Hope this helps.

    Pete
    Hi Pete,
    Yes it helps! will mark this thread as closed.

    Thank-You very much

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: IF SUM blank cell returns as blank cell & 0 values returns 0

    You're welcome - thanks for the rep.

    Pete

+ 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] Vlookup returns a 0 value from a blank cell
    By cmorten82 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-01-2015, 01:37 PM
  2. [SOLVED] if statement returns zero on a blank cell
    By mmccra2858 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-01-2015, 10:04 AM
  3. [SOLVED] if statement returns zero on a blank cell
    By mmccra2858 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-01-2015, 08:48 AM
  4. [SOLVED] When my formula encounters a blank cell it returns a 0, I need it to return a blank
    By stretch99 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-27-2014, 07:52 PM
  5. Replies: 4
    Last Post: 12-19-2013, 09:49 AM
  6. Query returns only when cell is not blank
    By aronhubbard in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-10-2012, 08:22 PM
  7. Vlookup-Blank cell returns Zero
    By Justinmih in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-26-2008, 02:35 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