+ Reply to Thread
Results 1 to 10 of 10

Suming 2 cells if 1 = #N/A

Hybrid View

  1. #1
    carl
    Guest

    Suming 2 cells if 1 = #N/A

    Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the
    #N/A ?

    Thank you in advance

  2. #2
    bj
    Guest

    RE: Suming 2 cells if 1 = #N/A

    try
    =if(iserror(A1),0,A1)+if(iserror(B1),0,B1)

    "carl" wrote:

    > Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the
    > #N/A ?
    >
    > Thank you in advance


  3. #3
    bj
    Guest

    RE: Suming 2 cells if 1 = #N/A

    try
    =if(iserror(A1),0,A1)+if(iserror(B1),0,B1)

    "carl" wrote:

    > Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the
    > #N/A ?
    >
    > Thank you in advance


  4. #4
    Peo Sjoblom
    Guest

    RE: Suming 2 cells if 1 = #N/A

    Or maybe even

    =SUMIF(A1:B1,"<>#N/A")

    of course the cells have to be adjoining


    Regards,

    Peo Sjoblom

    "bj" wrote:

    > try
    > =if(iserror(A1),0,A1)+if(iserror(B1),0,B1)
    >
    > "carl" wrote:
    >
    > > Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the
    > > #N/A ?
    > >
    > > Thank you in advance


  5. #5
    Peo Sjoblom
    Guest

    RE: Suming 2 cells if 1 = #N/A

    Or maybe even

    =SUMIF(A1:B1,"<>#N/A")

    of course the cells have to be adjoining


    Regards,

    Peo Sjoblom

    "bj" wrote:

    > try
    > =if(iserror(A1),0,A1)+if(iserror(B1),0,B1)
    >
    > "carl" wrote:
    >
    > > Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the
    > > #N/A ?
    > >
    > > Thank you in advance


  6. #6
    Peo Sjoblom
    Guest

    RE: Suming 2 cells if 1 = #N/A

    Or maybe even

    =SUMIF(A1:B1,"<>#N/A")

    of course the cells have to be adjoining


    Regards,

    Peo Sjoblom

    "bj" wrote:

    > try
    > =if(iserror(A1),0,A1)+if(iserror(B1),0,B1)
    >
    > "carl" wrote:
    >
    > > Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the
    > > #N/A ?
    > >
    > > Thank you in advance


  7. #7
    Aladin Akyurek
    Guest

    Re: Suming 2 cells if 1 = #N/A

    carl wrote:
    > Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the
    > #N/A ?
    >
    > Thank you in advance


    =SUMIF(A2:B2,"<>#N/A")

  8. #8
    Aladin Akyurek
    Guest

    Re: Suming 2 cells if 1 = #N/A

    carl wrote:
    > Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the
    > #N/A ?
    >
    > Thank you in advance


    =SUMIF(A2:B2,"<>#N/A")

  9. #9
    bj
    Guest

    RE: Suming 2 cells if 1 = #N/A

    try
    =if(iserror(A1),0,A1)+if(iserror(B1),0,B1)

    "carl" wrote:

    > Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the
    > #N/A ?
    >
    > Thank you in advance


  10. #10
    Aladin Akyurek
    Guest

    Re: Suming 2 cells if 1 = #N/A

    carl wrote:
    > Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the
    > #N/A ?
    >
    > Thank you in advance


    =SUMIF(A2:B2,"<>#N/A")

+ 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