Thread: Averaging Times
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ashish Mathur[_2_] Ashish Mathur[_2_] is offline
external usenet poster
 
Posts: 1,766
Default Averaging Times

Hi,

Try this. Format as time

=SUMIF(B7:B13,"0")/COUNTIF(B7:B13,"0")

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"David M" wrote in message
...
I am wanting to try and average times, but I do not want to include the
0:00
in the formula for the average. Is there something that I can use to
simply
exclude the 0:00 from the formula entirely, unless they are filled out?
Here
is what I am talking about:

0:01
0:10
0:00
0:07
0:08
0:00
0:35
Average here (not totalling in the 0:00)

Thanks,