Hello!
In my workbook I have several worksheets. In cell B2 of every worksheet,
there is an average from the data in that worksheet. As this is a
template, some data is not entered yet, and some B2 cells show error
(div by 0). Now, I wanted to calculate the average from B2 cells of all
worksheets, but exclude all cells with errors.
My formula
=Average(Sheet1:Sheet12!B2)
How do I modify this to work?
Thakks
Peter