PC Review


Reply
Thread Tools Rate Thread

Average Formula Help

 
 
EAB1977
Guest
Posts: n/a
 
      9th Jun 2011
Hello everyone,

I have a set of percents (cells B30 - I30) that I would like to
average, but I want to eliminate any percents that equal zero. Using
the average function, it takes into account zeros, thus skewing my
average. Is there a function that I can use that will eliminate zeros
from my average and give a true percent average?
 
Reply With Quote
 
 
 
 
Claus Busch
Guest
Posts: n/a
 
      9th Jun 2011
Hi,

Am Thu, 9 Jun 2011 08:58:28 -0700 (PDT) schrieb EAB1977:

> I have a set of percents (cells B30 - I30) that I would like to
> average, but I want to eliminate any percents that equal zero. Using
> the average function, it takes into account zeros, thus skewing my
> average. Is there a function that I can use that will eliminate zeros
> from my average and give a true percent average?


try:
=SUM(B30:I30)/COUNTIF(B30:I30,">0")
or array formula (STRG+Shift+Enter):
=AVERAGE(IF(B30:I30,B30:I30))


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
 
Reply With Quote
 
EAB1977
Guest
Posts: n/a
 
      10th Jun 2011
That worked! Thank you!
 
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
AVERAGE Formula Help Steph Microsoft Excel Misc 2 16th May 2008 07:49 PM
A formula to AVERAGE IF but only average a set number of values DonFlak@gmail.com Microsoft Excel Worksheet Functions 2 31st Jan 2008 08:28 PM
formula average =?Utf-8?B?TWVsbGU=?= Microsoft Excel Misc 3 6th Oct 2005 03:20 PM
Average Row Formula Tom Microsoft Excel Discussion 5 7th May 2005 07:15 PM
how does one convert text to a formula "average(A:A)" to =average( =?Utf-8?B?cGhzaGlyaw==?= Microsoft Excel Worksheet Functions 4 14th Apr 2005 01:20 AM


Features
 

Advertising
 

Newsgroups
 


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