+ Reply to Thread
Results 1 to 4 of 4

Copying result of formula into another worksheet???

  1. #1
    Amanda
    Guest

    Copying result of formula into another worksheet???

    I am having problems copying a formula result into another wksht if the
    formula is not used...hard to explain...

    D10=Sum(A1:A5)

    I want to transfer D10 to wksht Data E12, however if there is no data in
    A1:A5, I want E12 to remain blank.

    It looks like it is reading the formula, so it places a "0" or a "-"....

    Any ideas?

  2. #2
    Barb R.
    Guest

    RE: Copying result of formula into another worksheet???

    Tools -> Options -> View

    Turn off zero values should get you part of the way.

    "Amanda" wrote:

    > I am having problems copying a formula result into another wksht if the
    > formula is not used...hard to explain...
    >
    > D10=Sum(A1:A5)
    >
    > I want to transfer D10 to wksht Data E12, however if there is no data in
    > A1:A5, I want E12 to remain blank.
    >
    > It looks like it is reading the formula, so it places a "0" or a "-"....
    >
    > Any ideas?


  3. #3
    Chip Pearson
    Guest

    Re: Copying result of formula into another worksheet???

    Amanda,

    Try a formula like

    =IF(COUNT(A1:A5)=0,"",SUM(A1:A5))


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com



    "Amanda" <[email protected]> wrote in message
    news:[email protected]...
    >I am having problems copying a formula result into another wksht
    >if the
    > formula is not used...hard to explain...
    >
    > D10=Sum(A1:A5)
    >
    > I want to transfer D10 to wksht Data E12, however if there is
    > no data in
    > A1:A5, I want E12 to remain blank.
    >
    > It looks like it is reading the formula, so it places a "0" or
    > a "-"....
    >
    > Any ideas?




  4. #4
    Amanda
    Guest

    Re: Copying result of formula into another worksheet???

    Thanks! That worked!!

    "Chip Pearson" wrote:

    > Amanda,
    >
    > Try a formula like
    >
    > =IF(COUNT(A1:A5)=0,"",SUM(A1:A5))
    >
    >
    > --
    > Cordially,
    > Chip Pearson
    > Microsoft MVP - Excel
    > Pearson Software Consulting, LLC
    > www.cpearson.com
    >
    >
    >
    > "Amanda" <[email protected]> wrote in message
    > news:[email protected]...
    > >I am having problems copying a formula result into another wksht
    > >if the
    > > formula is not used...hard to explain...
    > >
    > > D10=Sum(A1:A5)
    > >
    > > I want to transfer D10 to wksht Data E12, however if there is
    > > no data in
    > > A1:A5, I want E12 to remain blank.
    > >
    > > It looks like it is reading the formula, so it places a "0" or
    > > a "-"....
    > >
    > > Any ideas?

    >
    >
    >


+ 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