+ Reply to Thread
Results 1 to 3 of 3

Working with Sums

  1. #1
    Burt
    Guest

    Working with Sums

    A simplified example of a worksheet to try to explain my question
    I have a two column work sheet Col A and Col B
    Col A has no Formula and is for entry
    Col B has a Formula to give a total of the last number in B plus an Entry in
    A
    Example:
    Row 1 Make an entry of $ 10.00 Col A
    Row 1 Since no formula is in that cell in col B repeat the entry of $ 10.00
    Row 2 Make an entry of $ 10.00 Col A
    Row 2 Since Col B has a formula (=sum b1:a2) Automatically $ 20.00 appears.
    The problem is that all of the cells in Col B now show $ 20.00. How do I
    have all of the following cells in Col B Blank until an entry is made in A
    as per the Formula.
    Thanks
    --
    Incoming & Outgoing mail scanned with NAV



  2. #2
    CLR
    Guest

    Re: Working with Sums

    Hi Burt...

    Save your data and work with a backup sheet, then change your B2 formula to
    this, and copy down

    =IF(A2="","",B1+A2)

    Vaya con Dios,
    Chuck, CABGx3



    "Burt" <[email protected]> wrote in message
    news:[email protected]...
    > A simplified example of a worksheet to try to explain my question
    > I have a two column work sheet Col A and Col B
    > Col A has no Formula and is for entry
    > Col B has a Formula to give a total of the last number in B plus an Entry

    in
    > A
    > Example:
    > Row 1 Make an entry of $ 10.00 Col A
    > Row 1 Since no formula is in that cell in col B repeat the entry of $

    10.00
    > Row 2 Make an entry of $ 10.00 Col A
    > Row 2 Since Col B has a formula (=sum b1:a2) Automatically $ 20.00

    appears.
    > The problem is that all of the cells in Col B now show $ 20.00. How do I
    > have all of the following cells in Col B Blank until an entry is made in A
    > as per the Formula.
    > Thanks
    > --
    > Incoming & Outgoing mail scanned with NAV
    >
    >




  3. #3
    RagDyeR
    Guest

    Re: Working with Sums

    To use a single formula, from B1 down, try this:

    =IF(A1,SUM($A$1:A1),"")

    This also works if there are empty cells anywhere in Column A.

    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "Burt" <[email protected]> wrote in message
    news:[email protected]...
    A simplified example of a worksheet to try to explain my question
    I have a two column work sheet Col A and Col B
    Col A has no Formula and is for entry
    Col B has a Formula to give a total of the last number in B plus an Entry in
    A
    Example:
    Row 1 Make an entry of $ 10.00 Col A
    Row 1 Since no formula is in that cell in col B repeat the entry of $ 10.00
    Row 2 Make an entry of $ 10.00 Col A
    Row 2 Since Col B has a formula (=sum b1:a2) Automatically $ 20.00 appears.
    The problem is that all of the cells in Col B now show $ 20.00. How do I
    have all of the following cells in Col B Blank until an entry is made in A
    as per the Formula.
    Thanks
    --
    Incoming & Outgoing mail scanned with NAV




+ 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