Faulty Averaging Formula

P

Phil H.

In the averaged cells, AB31...AN31, it is possible they may all b
blank. Using the AVERAGE function returns the error #DIV/0!. Is ther
a way to have the below formula, located in cell Z31, enter a blank?
This formula still enters ther error. Or is there another construc
for the formula?


=IF((AVERAGE(AB31,AD31,AF31,AH31,AJ31,AL31,AN31)="#DIV/0!"),"",AVERAGE(AB31,AD31,AF31,AH31,AJ31,AL31,AN31)
 
T

Toppers

Phil,


Try ...

=IF((ISERROR(AVERAGE(AB31,AD31,AF31,AH31,AJ31,AL31,AN31))),"",AVERAGE(AB31,AD31,AF31,AH31,AJ31,AL31,AN31))

HTH
 

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

Similar Threads

Formula Error 6
Ignoring Blank cells 9
Averaging Formula 8
averaging multiple items from one list 2
Formula Help 3
Averaging a column that contains text 4
Averaging Time 8
Link page formula error problem 2

Top