I’m trying to find the sum of a given range ignoring errors.
The formula I’m using goes like this:
=SUM( IFERROR( (A1,A10,A15,…) ,0) )
Which works with horizontal(A1:B1),vertical (A1:A2) and mixed(A1:B2) ranges. But not with multiple selection ranges.
Is there a way to make this work with a range of non-adjacent cells?
The formula I’m using goes like this:
=SUM( IFERROR( (A1,A10,A15,…) ,0) )
Which works with horizontal(A1:B1),vertical (A1:A2) and mixed(A1:B2) ranges. But not with multiple selection ranges.
Is there a way to make this work with a range of non-adjacent cells?