Count errors in all sheets
To count errors by sheet a workbook you can use a formula based on the ISERROR function, with help from INDIRECT and SUMPRODUCT. In the worksheet shown, the formula in cell C5 is: =SUMPRODUCT(--(ISERROR(INDIRECT("'"&B5&"'!A1:F101")))) As the formula …Read more