J
Jan Kronsell
I have this formula
=SUM(IF(ISERROR(A1:A100),0,A1:A100))
entered as an array formula, to sum a column even if some of the cells
contains error values.
Now I wonder if it could be done using SUMPRODUCT or any other functions, to
avoid the array formula?
Jan
=SUM(IF(ISERROR(A1:A100),0,A1:A100))
entered as an array formula, to sum a column even if some of the cells
contains error values.
Now I wonder if it could be done using SUMPRODUCT or any other functions, to
avoid the array formula?
Jan