+ Reply to Thread
Results 1 to 5 of 5

Summing cells in a range that has #VALUE!

Hybrid View

  1. #1
    cs_vision
    Guest

    Summing cells in a range that has #VALUE!

    I have a range of 8000 cells that contain #VALUE!, I need to find the sum
    for the cells contained in the range with numbers.

  2. #2
    Dave Peterson
    Guest

    Re: Summing cells in a range that has #VALUE!

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

    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.

    cs_vision wrote:
    >
    > I have a range of 8000 cells that contain #VALUE!, I need to find the sum
    > for the cells contained in the range with numbers.


    --

    Dave Peterson

  3. #3
    cs_vision
    Guest

    Re: Summing cells in a range that has #VALUE!

    Thank You

    "Dave Peterson" wrote:

    > =sum(if(isnumber(a1:b4000),a1:b4000))
    >
    > 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.
    >
    > cs_vision wrote:
    > >
    > > I have a range of 8000 cells that contain #VALUE!, I need to find the sum
    > > for the cells contained in the range with numbers.

    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    Ragdyer
    Guest

    Re: Summing cells in a range that has #VALUE!

    Try this:

    =SUMIF(A1:A8000,"<>#value!")

    Of course, the correct thing to do is to correct the errors in the column.
    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------
    "cs_vision" <csvision@discussions.microsoft.com> wrote in message
    news:7C6A14BC-D8B2-4520-8A78-08F5F2338EE6@microsoft.com...
    >I have a range of 8000 cells that contain #VALUE!, I need to find the sum
    > for the cells contained in the range with numbers.



  5. #5
    cs_vision
    Guest

    Re: Summing cells in a range that has #VALUE!

    Thank you

    "Ragdyer" wrote:

    > Try this:
    >
    > =SUMIF(A1:A8000,"<>#value!")
    >
    > Of course, the correct thing to do is to correct the errors in the column.
    > --
    > HTH,
    >
    > RD
    >
    > ---------------------------------------------------------------------------
    > Please keep all correspondence within the NewsGroup, so all may benefit !
    > ---------------------------------------------------------------------------
    > "cs_vision" <csvision@discussions.microsoft.com> wrote in message
    > news:7C6A14BC-D8B2-4520-8A78-08F5F2338EE6@microsoft.com...
    > >I have a range of 8000 cells that contain #VALUE!, I need to find the sum
    > > for the cells contained in the range with numbers.

    >
    >


+ 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