Same formula returns different results

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
 
V

Vasant Nanavati

Are you entering both formulas as array formulas (i.e., with <Ctrl> <Shift>
<Enter>)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top