S
scr
I have set up a spreadsheet into which I will be entering new data on
weekly basis. Data cells for dates in the future are blank.I hav
another sheet which shows an average of a series of four cells from th
original sheet. I am using the ISBLANK to return a blank cell whe
there is no value in the four cells.
The first average formula works fine but the second returns a #DIV/0
First formula
=IF(ISBLANK('Wendt El Roble Traps'!B14:E14),"",(AVERAGE('Wendt El Robl
Traps'!B14:E14)))
Second formula
=IF(ISBLANK('Wendt El Roble Traps'!F14:I14),"",(AVERAGE('Wendt El Robl
Traps'!F14:I14)))
I reformatted all the source cells with the same results.
I have recreated the original data spreadsheet with the same results.
Any suggestions?
Thanks
Sall
weekly basis. Data cells for dates in the future are blank.I hav
another sheet which shows an average of a series of four cells from th
original sheet. I am using the ISBLANK to return a blank cell whe
there is no value in the four cells.
The first average formula works fine but the second returns a #DIV/0
First formula
=IF(ISBLANK('Wendt El Roble Traps'!B14:E14),"",(AVERAGE('Wendt El Robl
Traps'!B14:E14)))
Second formula
=IF(ISBLANK('Wendt El Roble Traps'!F14:I14),"",(AVERAGE('Wendt El Robl
Traps'!F14:I14)))
I reformatted all the source cells with the same results.
I have recreated the original data spreadsheet with the same results.
Any suggestions?
Thanks
Sall