N
NatFIsker
I'm trying to create a summary sheet, that averages the value of 1 cel
on each of 6 consecutive sheets (all in a single workbook). For mos
sheets, however, there will not be data added until the end of th
week; thus there are div0 errors, and in some cases, 0 values, both o
which then, of course, block the overall summary.
Tried to use conditionals to resolve this, i.e.:
=AVERAGE(IF(Monday!B5>0, Monday!B5), IF(Tuesday!B5>0, Tuesday!B5)
IF(Wednesday!B5>0, Wednesday!B5, ""))
But if the Wednesday!B5 = 0, I get a value error.
If Wednesday!B5 = #div0, I get a div0 error.
Anway I can have an average of a sequence of cells on different sheets
where 0 is a valid value, and div0 error values are ignored and no
counted?
Thanks in advance
on each of 6 consecutive sheets (all in a single workbook). For mos
sheets, however, there will not be data added until the end of th
week; thus there are div0 errors, and in some cases, 0 values, both o
which then, of course, block the overall summary.
Tried to use conditionals to resolve this, i.e.:
=AVERAGE(IF(Monday!B5>0, Monday!B5), IF(Tuesday!B5>0, Tuesday!B5)
IF(Wednesday!B5>0, Wednesday!B5, ""))
But if the Wednesday!B5 = 0, I get a value error.
If Wednesday!B5 = #div0, I get a div0 error.
Anway I can have an average of a sequence of cells on different sheets
where 0 is a valid value, and div0 error values are ignored and no
counted?
Thanks in advance