View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.newusers
John Calder John Calder is offline
external usenet poster
 
Posts: 176
Default Surpress Average Error

Thanks both Dave's answer and yours work great !

John


"Max" wrote:

One way to suppress:
=IF(ISERROR(AVERAGE(P6:P19)),"",AVERAGE(P6:P19))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:370 Subscribers:68
xdemechanik
---
"John Calder" wrote:
I have a range of cells P6:P19 that have no data in them and a formula in
cell P20 that is =AVERAGE(P6:P19).

This returns a #DIV/0! error

This of course is no problem once I start to enter data into the range, but
I would like to surpess this #DIV/0! error when there is no data in the range.