Thread: Averages
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Paige06 Paige06 is offline
external usenet poster
 
Posts: 9
Default Averages

I tried that, it doesn't work. It's still not including the 0s

"Bob Phillips" wrote:

=AVERAGE(B38:M38)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Paige06" wrote in message
...
I need to average a row some cells have 0's but I need to include them in
the function so it averages correctly. The formula I currently have is
this
=AVERAGE(IF(B38:M38<0,B38:M38,"")). It is working with the cells with
numbers, but not the cells that do not. Example : jan - 5, feb - 7, mar.
0,
april - 18 = 30 divided by 4 = 7.50. My sheet will only calulate 3. Any
suggestions?????