PC Review


Reply
Thread Tools Rate Thread

averages without including zero values

 
 
lighting
Guest
Posts: n/a
 
      15th Dec 2005

={AVERAGE(IF(J7:J21<>0, J7:J21,""))}

Trying to use a array formula similar to the above to calculate a
average of numbers from a column without including zero value fields i
the average. but I am not successful.

Any idea

--
lightin
-----------------------------------------------------------------------
lighting's Profile: http://www.excelforum.com/member.php...fo&userid=2965
View this thread: http://www.excelforum.com/showthread.php?threadid=49366

 
Reply With Quote
 
 
 
 
goober
Guest
Posts: n/a
 
      15th Dec 2005

I use the below formula and it works fine for me. I had to add the
first section to stop an error I recieved when all the fields were
empty.

=IF(SUM(j7:j21)=0,"",AVERAGE(IF(j7:j21<>0, j7:j21,"")))

Hope it helps


--
goober
------------------------------------------------------------------------
goober's Profile: http://www.excelforum.com/member.php...o&userid=19838
View this thread: http://www.excelforum.com/showthread...hreadid=493664

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculating averages and not including blank cells Mercedes Microsoft Excel New Users 1 17th Feb 2010 02:22 AM
Calculate averages not including zero values =?Utf-8?B?cm1lbGxpc29u?= Microsoft Excel Misc 6 6th Jul 2006 04:21 PM
averages without including zero values lighting Microsoft Excel Discussion 4 15th Dec 2005 08:44 AM
find averages not including 0's for values not in contiguous rows or columns jrozendaal Microsoft Excel Worksheet Functions 1 15th Dec 2005 03:00 AM
Please help. ..Print form control values including datagrid values babu Microsoft Dot NET 3 13th Aug 2003 03:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:25 AM.