+ Reply to Thread
Results 1 to 3 of 3

Sum error

  1. #1
    Michael
    Guest

    Sum error

    Hi, I would like to sum a range of non contiguous data eg b1,d1,f1,h1,j1 but
    some of these cells contain #div/0! (because the fields they sum do not yet
    contain data). I have seen the answers relating to a continous range but the
    answers do not work when the range is non-continous because of the commas in
    the sum range.
    Any ideas would be greatly appreciated.

  2. #2
    Don Guillett
    Guest

    Re: Sum error

    try fixing your formulas so you don't get div/0

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Michael" <[email protected]> wrote in message
    news:[email protected]...
    > Hi, I would like to sum a range of non contiguous data eg b1,d1,f1,h1,j1
    > but
    > some of these cells contain #div/0! (because the fields they sum do not
    > yet
    > contain data). I have seen the answers relating to a continous range but
    > the
    > answers do not work when the range is non-continous because of the commas
    > in
    > the sum range.
    > Any ideas would be greatly appreciated.




  3. #3
    Marcelo
    Guest

    RE: Sum error

    on the source formulas, use iserror function to solve the #div/0! that you
    have.

    eg if(iserror(a1/a2),0,(a1/a2))

    hth
    regards from Brazil
    Marcelo

    "Michael" escreveu:

    > Hi, I would like to sum a range of non contiguous data eg b1,d1,f1,h1,j1 but
    > some of these cells contain #div/0! (because the fields they sum do not yet
    > contain data). I have seen the answers relating to a continous range but the
    > answers do not work when the range is non-continous because of the commas in
    > the sum range.
    > Any ideas would be greatly appreciated.


+ 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