+ Reply to Thread
Results 1 to 4 of 4

Keeping a cell blank if the formulae is adding a 0 but keep consistant through out row

  1. #1
    Registered User
    Join Date
    04-05-2013
    Location
    42629
    MS-Off Ver
    Excel 2007
    Posts
    2

    Keeping a cell blank if the formulae is adding a 0 but keep consistant through out row

    Id like to keep the cells blank if there adding 0 but pick up from the top for the first time you start to add its hard for me to explain see attachment
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Keeping a cell blank if the formulae is adding a 0 but keep consistant through out row

    hi there, welcome to the forum. try this in C5:
    =IF(D5=0,0,SUM(D$5:D5,C$4))

    right-click all relevant cells & format cells -> Custom:
    General;;

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    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
    53,044

    Re: Keeping a cell blank if the formulae is adding a 0 but keep consistant through out row

    Hi and welcome to the forum

    try this, copied down...
    =IF(D4="","",SUM(D$4:D4))

    also, would you be able to put "Prior Week" total in G4 instead of H4?
    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

  4. #4
    Registered User
    Join Date
    04-05-2013
    Location
    42629
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Keeping a cell blank if the formulae is adding a 0 but keep consistant through out row

    Thanks this works

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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