+ Reply to Thread
Results 1 to 4 of 4

Ignoring #N/A in an Autosum range

  1. #1
    Jaye
    Guest

    Ignoring #N/A in an Autosum range

    I need to be able to add data in a column, and some of the cells in that
    column have an #N/A in it, resulting from a VLOOKUP. How do I add the data in
    the column, and have it ignore the #N/A?

  2. #2
    Ron Coderre
    Guest

    RE: Ignoring #N/A in an Autosum range

    Try something like this:

    For values in A1:A10

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

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "Jaye" wrote:

    > I need to be able to add data in a column, and some of the cells in that
    > column have an #N/A in it, resulting from a VLOOKUP. How do I add the data in
    > the column, and have it ignore the #N/A?


  3. #3
    Jaye
    Guest

    RE: Ignoring #N/A in an Autosum range

    Awesome - worked perfectly!! Thanks so much.

    Another question - if I do a VLOOKUP and the resulting answer is the #N/A
    again, how can I get the result to be a zero (0)?

    "Ron Coderre" wrote:

    > Try something like this:
    >
    > For values in A1:A10
    >
    > B1: =SUMIF(A1:A10,"<>#N/A",A1:A10)
    >
    > Does that help?
    >
    > ***********
    > Regards,
    > Ron
    >
    > XL2002, WinXP-Pro
    >
    >
    > "Jaye" wrote:
    >
    > > I need to be able to add data in a column, and some of the cells in that
    > > column have an #N/A in it, resulting from a VLOOKUP. How do I add the data in
    > > the column, and have it ignore the #N/A?


  4. #4
    Biff
    Guest

    Re: Ignoring #N/A in an Autosum range

    See your other post.

    Biff

    "Jaye" <[email protected]> wrote in message
    news:[email protected]...
    > Awesome - worked perfectly!! Thanks so much.
    >
    > Another question - if I do a VLOOKUP and the resulting answer is the #N/A
    > again, how can I get the result to be a zero (0)?
    >
    > "Ron Coderre" wrote:
    >
    >> Try something like this:
    >>
    >> For values in A1:A10
    >>
    >> B1: =SUMIF(A1:A10,"<>#N/A",A1:A10)
    >>
    >> Does that help?
    >>
    >> ***********
    >> Regards,
    >> Ron
    >>
    >> XL2002, WinXP-Pro
    >>
    >>
    >> "Jaye" wrote:
    >>
    >> > I need to be able to add data in a column, and some of the cells in
    >> > that
    >> > column have an #N/A in it, resulting from a VLOOKUP. How do I add the
    >> > data in
    >> > the column, and have it ignore the #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