sum of cells that may contain #n/a
Try the below
Please note that this is an array formula. Within the cell in edit mode (F2)
paste this formula and press Ctrl+Shift+Enter to apply this formula. If
successful in 'Formula Bar' you can notice the curly braces at both ends like
"{=<formula}"
=SUM(IF(ISNA(A1:A10),0,A1:A10))
If this post helps click Yes
---------------
Jacob Skaria
"Troy" wrote:
If I am summing cells that may or may not contain an error (#n/a) is there a
way to ignore these cells? Or replace (#n/a) with a zero?
|