Hi
use
AVERAGE
for this. It ignores empty cells

Signature
--
Regards
Frank Kabel
Frankfurt, Germany
> Hello!
>
> I made a spreadsheet where data can be entered into 8 columns. In
each
> column for each day, this data has a formula run on it
> (=(E16-E$15)/E$15, for example). Then sum of these calculations are
[quoted text clipped - 5 lines]
> that this lack of data happens is constantly different. I have the
> framework for the entire spreadsheet created as a template so that
only
> the data needs to be entered.
>
[quoted text clipped - 9 lines]
> GarrettSocling's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=16226
> View this thread: http://www.excelforum.com/showthread.php?threadid=276391
rhodesv - 16 Dec 2004 20:10 GMT
Frank, do you know if there's a way to average a column and make the average
exclude the zero values?
> Hi
> use
[quoted text clipped - 36 lines]
> > View this thread:
> http://www.excelforum.com/showthread.php?threadid=276391
Frank Kabel - 16 Dec 2004 20:14 GMT
Hi
use the array formula (entered with CTRL+SHIFT+ENTER):
=AVERAGE(IF(A1:A100<>0,A1:A100))

Signature
Regards
Frank Kabel
Frankfurt, Germany
> Frank, do you know if there's a way to average a column and make the
> average exclude the zero values?
[quoted text clipped - 38 lines]
>>> View this thread:
>> http://www.excelforum.com/showthread.php?threadid=276391