![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 103
|
If I have a range that has for example #VALUE! and numbers in a range is there any way of summing the range and for it not to error, but give the sum of the numbers?
|
|
|
|
|
|
#2 |
|
New Member
Join Date: Feb 2002
Posts: 6
|
Someone helped me with a similar problem I was having with #N/A.
You might try this: =SUMIF(A1:A100,"<>#VALUE") If it worked for #N/A, I would think it would work for #VALUE Hope it helps |
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Location: Southampton UK
Posts: 4
|
that formula works, but remember its #value! not just #value
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Feb 2002
Posts: 6
|
Sorry, my bad
|
|
|
|
|
|
#5 | |
|
Guest
Posts: n/a
|
Quote:
=SUM(IF(NOT(ISERROR(A1:A6)),A1:A6)) To array-enter a formula, you need to hit control+shift+enter at the same time, not just enter. Aladin |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|