Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That worked! Thank you!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Average Formula | Excel Discussion (Misc queries) | |||
Average formula | Excel Discussion (Misc queries) | |||
help with an average formula | Excel Worksheet Functions | |||
A formula to AVERAGE IF but only average a set number of values | Excel Worksheet Functions | |||
how does one convert text to a formula "average(A:A)" to =average( | Excel Worksheet Functions |