+ Reply to Thread
Results 1 to 3 of 3

formula to sum a range and ignore #NA error message

  1. #1
    Registered User
    Join Date
    12-04-2010
    Location
    Jamaica
    MS-Off Ver
    Excel 2003
    Posts
    92

    formula to sum a range and ignore #NA error message

    Hello Experts,

    I need a sum formula that will sum a range of cells that has in #NA error message or any other error message. I am however mainly concern about the #NA error message.

    Thanks,
    Headley

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: formula to sum a range and ignore #NA error message

    Hi.

    If the non-error values in that range are only non-negative:

    =SUMIF(A1:A10,">=0")

    If there could be negative values as well:

    =SUM(SUMIF(A1:A10,{">=","<"}&0))

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    10-29-2014
    Location
    Netherlands
    MS-Off Ver
    Office 365
    Posts
    41

    Re: formula to sum a range and ignore #NA error message

    This works if you only have #NA errors:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 07-31-2013, 06:03 AM
  2. dynamic range formula to ignore #DIV/0 error
    By jmfrancis21 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-04-2013, 03:18 PM
  3. how to Ignore formula Error Checking?
    By dlh in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-18-2008, 03:09 PM
  4. how can i ignore an error in a formula
    By hotelmasters in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-13-2006, 08:20 PM
  5. Ignore Error in Formula?
    By theillknight in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-09-2005, 11:03 AM

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