Sum and ignore errors
To sum a range of cells and ignore errors, you can use the AGGREGATE function. In the example shown, the formula in F7 is: =AGGREGATE(9,6,data) where data is the named range D5:D15. The #N/A errors are ignored and the result is the sum of numbers in …Read more