+ Reply to Thread
Results 1 to 3 of 3

sum of cells without #VALUE

  1. #1
    Shooter
    Guest

    sum of cells without #VALUE

    I have values in cells C3, E3, G3, I3. I have input "n/a" in cell G3. In cell
    K3, I have a formula ( =C3+E3+G3+I3). I am getting a #VALUE error message in
    cell K3 because of the n/a value. I would like to add the cells with number
    values and ignore the n/a value. I appreciate help with this. Thanks.
    --
    Shooter

  2. #2
    JE McGimpsey
    Guest

    Re: sum of cells without #VALUE

    One way:

    =SUM(C3,E3,G3,I3)

    SUM() ignores text.

    In article <D8C19CDA-D527-4920-BEE3-E6B36AF8064F@microsoft.com>,
    "Shooter" <Shooter@discussions.microsoft.com> wrote:

    > I have values in cells C3, E3, G3, I3. I have input "n/a" in cell G3. In cell
    > K3, I have a formula ( =C3+E3+G3+I3). I am getting a #VALUE error message in
    > cell K3 because of the n/a value. I would like to add the cells with number
    > values and ignore the n/a value. I appreciate help with this. Thanks.


  3. #3
    Jock W
    Guest

    RE: sum of cells without #VALUE

    Try this

    =If(G3="n/a",(C3+E3+I3),(C3+E3+G3+I3))

    "Shooter" wrote:

    > I have values in cells C3, E3, G3, I3. I have input "n/a" in cell G3. In cell
    > K3, I have a formula ( =C3+E3+G3+I3). I am getting a #VALUE error message in
    > cell K3 because of the n/a value. I would like to add the cells with number
    > values and ignore the n/a value. I appreciate help with this. Thanks.
    > --
    > Shooter


+ 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