Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default 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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default 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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default 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" wrote in message
...
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.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Summing cells in a range that has #VALUE!


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.


Try changing the formula that creates the #value! error so it doesn't.
ie
=if(a1=0,"",a2/a1)

Matt


--
Mallycat
------------------------------------------------------------------------
Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514
View this thread: http://www.excelforum.com/showthread...hreadid=562244

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default 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" wrote in message
...
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.





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
link a range of cells ken's dilemma Excel Worksheet Functions 4 September 13th 07 07:59 PM
Macro to hide blank cells in a range Dave Excel Discussion (Misc queries) 1 February 1st 06 11:55 PM
Determine whether a value is in a range of cells Carl Excel Discussion (Misc queries) 2 December 12th 05 12:23 AM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 2 May 2nd 05 08:53 AM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 0 April 7th 05 12:47 AM


All times are GMT +1. The time now is 07:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"