View Single Post
  #9  
Old December 19th, 2009, 09:32 PM posted to microsoft.public.excel.worksheet.functions
John
external usenet poster
 
Posts: 563
Default #Div/0 error, can't get rid of it

Hi Joe
This one works well, thank you
Best wishes for the Holiday
Regards
John
"Joe User" joeu2004 wrote in message
...
ERRATA....

I wrote:
=If(COUNTIF(J5:J36,"0")=0, "", AVERAGE(IF(J5:J360,J5:J36,"")))


Should be:

If(COUNTIF(J5:J36,"0")=0, "", AVERAGE(IF(J5:J360,J5:J36,"")))


----- original message -----

"Joe User" joeu2004 wrote in message
...
"John" wrote:
Subject: #Div/0 error, can't get rid of it
=IF(COUNT(J5:J36)1,"",AVERAGE(IF(J5:J360,J5:J36, "")))


Try:

=If(COUNTIF(J5:J36,"0")=0, "", AVERAGE(IF(J5:J360,J5:J36,"")))


----- original message -----

"John" wrote in message
...
Hi Everyone
I use this array formula and it works well,
=IF(COUNT(J5:J36)1,"",AVERAGE(IF(J5:J360,J5:J36, "")))
But if I only have 0 in that column, I get #Div/0, I tried this version
=IF(ISERROR(COUNT($K$5:$K$36)=0),"",AVERAGE(IF($K$ 5:$K$360,$K$5:$K$36,"")))
but to no avail.
Anyone can help me with this.
Thanking you in advance
John