A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

skip 0 average



 
 
Thread Tools Display Modes
  #1  
Old April 23rd, 2010, 10:52 PM posted to microsoft.public.excel.misc
Ken
external usenet poster
 
Posts: 954
Default skip 0 average

How do average a colum of numbers? I will ignore the $0 number.

Thank you very much!
  #2  
Old April 23rd, 2010, 11:07 PM posted to microsoft.public.excel.misc
T. Valko
external usenet poster
 
Posts: 15,759
Default skip 0 average

One way...

Try this array formula** :

=AVERAGE(IF(A1:A200,A1:A20))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.

--
Biff
Microsoft Excel MVP


"Ken" wrote in message
...
How do average a colum of numbers? I will ignore the $0 number.

Thank you very much!



  #3  
Old April 23rd, 2010, 11:17 PM posted to microsoft.public.excel.misc
Dana DeLouis[_3_]
external usenet poster
 
Posts: 184
Default skip 0 average

On 4/23/2010 5:52 PM, Ken wrote:
How do average a colum of numbers? I will ignore the $0 number.

Thank you very much!


If you have Excel 2007

=AVERAGEIF(A1:A10,"0")


= = = = = = =
HTH :)
Dana DeLouis
  #4  
Old April 23rd, 2010, 11:26 PM posted to microsoft.public.excel.misc
Teethless mama
external usenet poster
 
Posts: 3,722
Default skip 0 average

=AVERAGE(IF(A1:A60,A1:A6))

ctrl+shift+enter, not just enter


"Ken" wrote:

How do average a colum of numbers? I will ignore the $0 number.

Thank you very much!

  #5  
Old April 23rd, 2010, 11:28 PM posted to microsoft.public.excel.misc
Teethless mama
external usenet poster
 
Posts: 3,722
Default skip 0 average

Non array formula

=SUM(A1:A6)/COUNTIF(A1:A6,"0")

Just press enter



"Ken" wrote:

How do average a colum of numbers? I will ignore the $0 number.

Thank you very much!

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:43 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.