+ Reply to Thread
Results 1 to 5 of 5

How to make excel ignore errors when summing up cells

  1. #1
    Registered User
    Join Date
    02-12-2009
    Location
    oslo, Norway
    MS-Off Ver
    Excel 2010
    Posts
    45

    How to make excel ignore errors when summing up cells

    Hello,

    How can I make excel sum up a colum, and ignore cells shown as #I/T?
    This error sign might not be the same in the english version of excel.

    If I try to sum up cells with the error value, the feedback will also be #I/T.

    I have uploaded a screenshot to illustrate the problem for You

    (The reason for the faulty cells is that the date does not contain any values)

    thanx! =)

    Faulty formula is now; =(SUM(B307:B316))
    Attached Images Attached Images
    Last edited by abrunstad; 06-02-2009 at 05:31 PM.

  2. #2
    Forum Contributor
    Join Date
    04-16-2009
    Location
    Stellenbosch, South Africa
    MS-Off Ver
    Excel 2003; Excel 2007; Excel 2010; Excel 2013
    Posts
    136

    Re: How to make excel ignore errors when summing up cells

    It is generally better to handle the errors where they occur so that you don't have the errors in the range. Although you can use the following:

    =IF(ISNUMBER(B307:B316),B307:B316))

    And commit this with CONTROL+SHIFT+ENTER because it is an array formula.
    Regards

    Jon (Excel 2003, 2007, 2010, 2013)

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to make excel ignore errors when summing up cells

    Wouldn't this non-array option work:

    =SUMIF(B307: B316,"<>#I/T")
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Registered User
    Join Date
    02-12-2009
    Location
    oslo, Norway
    MS-Off Ver
    Excel 2010
    Posts
    45

    Re: How to make excel ignore errors when summing up cells

    Thanks guys!

    Both solutions worked perfectly!

    However, I choose tho take the problem where it first occured.

    (if error turn blank).

    Thanks Again! =)

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to make excel ignore errors when summing up cells

    Smart...always best to solve it that way.

    If that takes care of your need, be sure to EDIT your original post, click Go Advanced and mark the PREFIX box [SOLVED].




    (Also, use the "scales" icon in our posts to leave Feedback, it is 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