+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Blank not Zero ($0.00) value for =SUM(L11:L144)

  1. #1
    Registered User
    Join Date
    07-17-2012
    Location
    Torrance, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Post Blank not Zero ($0.00) value for =SUM(L11:L144)

    Hello,

    First post here.

    I'm working on a spreadsheet and I'm trying to copy the following formula.

    =IF(OR(J12="",K12=""),"",J12*K12)

    This formula perfect since I always get blank when there is no value in the cell instead of $0.00.

    I need to do the same for the following.

    =SUM(L11:L144)

    I search around and no luck yet, pretty sure this is possible.

    I would really appreciate it if someone can help out.

    -Gio

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Blank not Zero ($0.00) value for =SUM(L11:L144)

    Try:

    =IF(SUM(L11:L144)=0,"",SUM(L11:L144))

    or you can custom format the cell keeping your original formula.. format cell as Number:Custom with Type: 0;-0;;
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    07-17-2012
    Location
    Torrance, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Blank not Zero ($0.00) value for =SUM(L11:L144)

    NBVC,

    Perfect, thank you very much for your help here! It works!

    Hopefully this will help other people out there as well.

    -Gio

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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