+ Reply to Thread
Results 1 to 5 of 5

Using a cell with N/A

  1. #1
    Registered User
    Join Date
    05-03-2011
    Location
    Rochester, New York
    MS-Off Ver
    Excel 2003
    Posts
    2

    Using a cell with N/A

    Say I have cells A1=3, A2=3, A3=N/A, A4=5, A5=1. Now I want to put an equation in cell B1 and I want to add A1+A2+A3+A4+A5 and have it come up with 12 instead of an error. Can you please help me.

    Thank you
    Last edited by Mavman; 05-05-2011 at 12:05 AM.

  2. #2
    Registered User
    Join Date
    02-18-2010
    Location
    T.O.
    MS-Off Ver
    MS 365
    Posts
    59

    Re: Using a cell with N/A

    if you have excel 2007, try =iferror((A1 + A2 + A3 ....),0)

  3. #3
    Forum Contributor
    Join Date
    05-04-2009
    Location
    ME
    MS-Off Ver
    Excel 2003,2007
    Posts
    157

    Re: Using a cell with N/A

    Hi,

    Try this formula =SUMIF(A1:A5,"<>n/a")


    Thanks

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Using a cell with N/A

    Further to nawas' suggestion - if you wanted to account for other errors also you could use:

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    05-03-2011
    Location
    Rochester, New York
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Using a cell with N/A

    Thank you everyone for your reply's. You helped out a great deal.

+ 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