+ Reply to Thread
Results 1 to 4 of 4

blank cells with formulas

  1. #1
    Registered User
    Join Date
    03-29-2010
    Location
    RI, USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    blank cells with formulas

    I created a spreadsheet in which I have extended formulas to blank cells so that when I input data daily it will add/subtract as necessary, but how do I get the cells to remain empty until I fill them, such as in a check register. It has the formula there, but the next line doesnt calculate until you input the data. I have attached the sheet, and I want the cells from April 5th down to be blank, like a check register, but they are filling in info already.
    Attached Files Attached Files
    Last edited by MAGinRI; 03-29-2010 at 04:55 PM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: blank cells with formulas

    Hi,

    Just wrap each of your formulae in columns C & D formulae with an =IF() test. e.g. in C5

    Please Login or Register  to view this content.
    repeat similarly in D5 and copy both down.

    Regards
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    03-29-2010
    Location
    RI, USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: blank cells with formulas

    wonderful! that worked wonderfully for column 'C', however, how do I get all the formulae in column 'D' to start with the same cell? when I copy down it always changes to the next cell in line, I want each cell to always subtract or add from cell (B2). As of now, I copied your formulae, and I am manually changing each cell to reference back to cell (B2); ie: =IF(B4="","",SUM(B4)-(B2))
    thanks so much Richard!
    Last edited by MAGinRI; 03-29-2010 at 01:39 PM.

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: blank cells with formulas

    Hi,

    Just make the cell reference absolute by prefacing with a $ sign. i.e.

    Please Login or Register  to view this content.
    Rgds

+ 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