Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Alex
 
Posts: n/a
Default average without 0 value

Hi everybody,

I have a column as follows:
12%
0
10%
0
0
5%
The aver. % will be 9%. But, if we take 0 into consideration it will be 4.5%.

How could I the Average formula without taking this 0 into consideration?

Thanks

  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
try the following array formula (entered with CTRL+SHIFT+ENTER):
=AVERAGE(IF(A1:A100<0,A1:A100))

--
Regards
Frank Kabel
Frankfurt, Germany

"Alex" schrieb im Newsbeitrag
...
Hi everybody,

I have a column as follows:
12%
0
10%
0
0
5%
The aver. % will be 9%. But, if we take 0 into consideration it will

be 4.5%.

How could I the Average formula without taking this 0 into

consideration?

Thanks


  #3   Report Post  
Domenic
 
Posts: n/a
Default


=AVERAGE(IF(A1:A6<0,A1:A6))

...entered using CONTROL+SHIFT+ENTER.

Hope this helps!

Alex Wrote:
Hi everybody,

I have a column as follows:
12%
0
10%
0
0
5%
The aver. % will be 9%. But, if we take 0 into consideration it will be
4.5%.

How could I the Average formula without taking this 0 into
consideration?

Thanks



--
Domenic
------------------------------------------------------------------------
Domenic's Profile: http://www.excelforum.com/member.php...o&userid=10785
View this thread: http://www.excelforum.com/showthread...hreadid=276747

  #4   Report Post  
Alex
 
Posts: n/a
Default

Thanks, but I'm getting #VALUE!.

"Domenic" wrote:


=AVERAGE(IF(A1:A6<0,A1:A6))

...entered using CONTROL+SHIFT+ENTER.

Hope this helps!

Alex Wrote:
Hi everybody,

I have a column as follows:
12%
0
10%
0
0
5%
The aver. % will be 9%. But, if we take 0 into consideration it will be
4.5%.

How could I the Average formula without taking this 0 into
consideration?

Thanks



--
Domenic
------------------------------------------------------------------------
Domenic's Profile: http://www.excelforum.com/member.php...o&userid=10785
View this thread: http://www.excelforum.com/showthread...hreadid=276747


  #5   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
as said: enter this as array formula with CTRL+SHIFT+ENTER

--
Regards
Frank Kabel
Frankfurt, Germany

"Alex" schrieb im Newsbeitrag
...
Thanks, but I'm getting #VALUE!.

"Domenic" wrote:


=AVERAGE(IF(A1:A6<0,A1:A6))

...entered using CONTROL+SHIFT+ENTER.

Hope this helps!

Alex Wrote:
Hi everybody,

I have a column as follows:
12%
0
10%
0
0
5%
The aver. % will be 9%. But, if we take 0 into consideration it

will be
4.5%.

How could I the Average formula without taking this 0 into
consideration?

Thanks



--
Domenic


---------------------------------------------------------------------

---
Domenic's Profile:

http://www.excelforum.com/member.php...o&userid=10785
View this thread:

http://www.excelforum.com/showthread...hreadid=276747





  #6   Report Post  
anilsolipuram
 
Posts: n/a
Default


try this



=( SUM(A1:A6)/ ( COUNT(A1:A6)-COUNTIF(A1:A6,0) ) )


Let me know if your problem is not resolved


--
anilsolipuram
------------------------------------------------------------------------
anilsolipuram's Profile: http://www.excelforum.com/member.php...o&userid=16271
View this thread: http://www.excelforum.com/showthread...hreadid=276747

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Average Macro Christopher Anderson Excel Discussion (Misc queries) 2 December 22nd 04 06:43 PM
Using Average function when number is zero Deb Excel Worksheet Functions 3 November 6th 04 01:01 AM
average by operand Bruce Excel Worksheet Functions 3 November 5th 04 11:37 AM
Average Column, but Skip Null and 0? JT Excel Worksheet Functions 1 November 4th 04 03:25 PM
Average Formula Vinaya Excel Worksheet Functions 1 October 29th 04 01:53 PM


All times are GMT +1. The time now is 11:54 AM.

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

About Us

"It's about Microsoft Excel"