+ Reply to Thread
Results 1 to 3 of 3

How to remove #N/A result from sum/match function?

  1. #1
    Forum Contributor
    Join Date
    12-02-2009
    Location
    Birmingham, UK
    MS-Off Ver
    2007
    Posts
    185

    How to remove #N/A result from sum/match function?

    Hello,

    Can somebody help me out with the problem I have? On the attached spreadsheet I have tried SUM function in the column named Next Week. I came back as #N/A because of Match function in the cells it is summing. If anyone knows how to turn this #N/A to 0 in the cells I am summing it would be great because it doesn't want to sume the cells with the real values.

    Thank you for reading
    Simon
    Attached Files Attached Files
    Last edited by Ramzes; 03-18-2010 at 09:41 AM.

  2. #2
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: How to remove #N/A result from sum/match function?

    Without looking what you are trying to achieve:

    =IF($A36="","",SUM((IF(ISNA(I36),0,I36))+(IF(ISNA(J36),0,J36))+(IF(ISNA(K36),0,K36))))

    Use the ISNA() function to trap errors.
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  3. #3
    Forum Contributor
    Join Date
    12-02-2009
    Location
    Birmingham, UK
    MS-Off Ver
    2007
    Posts
    185

    Re: How to remove #N/A result from sum/match function?

    Thank you. Works perfectly for me. This is exactly what I wanted to achive.

    Thanks once again.
    Simon
    Last edited by teylyn; 03-18-2010 at 07:08 PM. Reason: removed spurious quote

+ 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