+ Reply to Thread
Results 1 to 4 of 4

How to hide unused cells when running accumulated totals

Hybrid View

  1. #1
    grano2
    Guest

    How to hide unused cells when running accumulated totals

    I am running 2 columns to do accumulated totals. I have a formula such as
    this: Cell b2 = a2+b1,
    Cell c2 = b2+c1 ect.
    I want to hide the accumulated totals until the cell in column one gets a
    value. How can I accomplish this?
    Thanks
    grano2

  2. #2
    Kassie
    Guest

    RE: How to hide unused cells when running accumulated totals

    Hi

    Instead of =A2+B1, use =IF(A2="","",A2+B1) B2+C1 will change to

    =IF(B2="","",B2+C1)

    --
    j.kasselman@atlantic.net.remove_2nd_at. Randburg, Gauteng, South Africa


    "grano2" wrote:

    > I am running 2 columns to do accumulated totals. I have a formula such as
    > this: Cell b2 = a2+b1,
    > Cell c2 = b2+c1 ect.
    > I want to hide the accumulated totals until the cell in column one gets a
    > value. How can I accomplish this?
    > Thanks
    > grano2


  3. #3
    Kassie
    Guest

    RE: How to hide unused cells when running accumulated totals

    Hi

    Instead of =A2+B1, use =IF(A2="","",A2+B1) B2+C1 will change to

    =IF(B2="","",B2+C1)

    --
    j.kasselman@atlantic.net.remove_2nd_at. Randburg, Gauteng, South Africa


    "grano2" wrote:

    > I am running 2 columns to do accumulated totals. I have a formula such as
    > this: Cell b2 = a2+b1,
    > Cell c2 = b2+c1 ect.
    > I want to hide the accumulated totals until the cell in column one gets a
    > value. How can I accomplish this?
    > Thanks
    > grano2


  4. #4
    Kassie
    Guest

    RE: How to hide unused cells when running accumulated totals

    Hi

    Instead of =A2+B1, use =IF(A2="","",A2+B1) B2+C1 will change to

    =IF(B2="","",B2+C1)

    --
    j.kasselman@atlantic.net.remove_2nd_at. Randburg, Gauteng, South Africa


    "grano2" wrote:

    > I am running 2 columns to do accumulated totals. I have a formula such as
    > this: Cell b2 = a2+b1,
    > Cell c2 = b2+c1 ect.
    > I want to hide the accumulated totals until the cell in column one gets a
    > value. How can I accomplish this?
    > Thanks
    > grano2


+ 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