+ Reply to Thread
Results 1 to 4 of 4

SUM of #N/A cells (#N/D in italian EXCEL)

  1. #1
    Registered User
    Join Date
    06-28-2005
    Posts
    81

    SUM of #N/A cells (#N/D in italian EXCEL)

    Hi,

    I'd like to know how I can sum, say 100 cells among which there is one cell with #N/A, without getting #N/A as a result.

    Thamks in advance for your support

    Paolo

    Italy

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Try something like this:

    English version:
    =SUMIF(A1:A100,"<>#N/A",A1:A100)

    Italian version?
    =SUMIF(A1:A100,"<>#N/D",A1:A100)

    Does that help?

    Regards,

    Ron

  3. #3
    Dave Peterson
    Guest

    Re: SUM of #N/A cells (#N/D in italian EXCEL)

    In English, I'd use:

    =sum(if(isnumber(a1:a100),a1:a100))

    This is an array formula. Hit ctrl-shift-enter instead of enter. If you do it
    correctly, excel will wrap curly brackets {} around your formula. (don't type
    them yourself.)

    Adjust the range to match--but you can't use the whole column.


    kayard wrote:
    >
    > Hi,
    >
    > I'd like to know how I can sum, say 100 cells among which there is one
    > cell with #N/A, without getting #N/A as a result.
    >
    > Thamks in advance for your support
    >
    > Paolo
    >
    > Italy
    >
    > --
    > kayard
    > ------------------------------------------------------------------------
    > kayard's Profile: http://www.excelforum.com/member.php...o&userid=24716
    > View this thread: http://www.excelforum.com/showthread...hreadid=565187


    --

    Dave Peterson

  4. #4
    RagDyeR
    Guest

    Re: SUM of #N/A cells (#N/D in italian EXCEL)

    And the *short* Italian version:<bg>

    =SUMIF(A1:A100,"<>#N/D")

    --

    Regards,

    RD
    ----------------------------------------------------------------------------
    -------------------
    Please keep all correspondence within the Group, so all may benefit !
    ----------------------------------------------------------------------------
    -------------------

    "Ron Coderre" <[email protected]>
    wrote in message
    news:[email protected]...

    Try something like this:

    English version:
    =SUMIF(A1:A100,"<>#N/A",A1:A100)

    Italian version?
    =SUMIF(A1:A100,"<>#N/D",A1:A100)

    Does that help?

    Regards,

    Ron


    --
    Ron Coderre
    ------------------------------------------------------------------------
    Ron Coderre's Profile:
    http://www.excelforum.com/member.php...o&userid=21419
    View this thread: http://www.excelforum.com/showthread...hreadid=565187



+ 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