ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Average function (https://www.excelbanter.com/excel-worksheet-functions/228714-average-function.html)

harriet

Average function
 
I am trying to create a daily average in a spreadsheet. Here is my situation.

I have a row of sums of columns that I want to average. Data is filled into
the columns daily in a month so there are days that have no data as that date
hasn't gotten here yet, but there is a '0' in the sum row because of the sum
function because there are line items in the column that are filled in when
the day arrives.

How do I create a 'running' DAILY average so that it does not count the '0'
fields in the average?

Example is dated columns, 4/1/2009, 4/2/2009, etc., each with lines items
beneath that populate a 'sum' total say of volume. I want to create a
running daily average field that shows what the average is as of the last
data entered.

I was thinking something like =Average (B180:i180) but this sure isn't
working!

Thanks!

Gary''s Student

Average function
 
In general =AVERAGE() will ignore blanks, but accept zeros. One technique is
to force zeros to become blanks. For example, if you have

=SUM(A1:A10)
use:
=IF(SUM(A1:A10)=0,"",SUM(A1:A10))
--
Gary''s Student - gsnu200848


"Harriet" wrote:

I am trying to create a daily average in a spreadsheet. Here is my situation.

I have a row of sums of columns that I want to average. Data is filled into
the columns daily in a month so there are days that have no data as that date
hasn't gotten here yet, but there is a '0' in the sum row because of the sum
function because there are line items in the column that are filled in when
the day arrives.

How do I create a 'running' DAILY average so that it does not count the '0'
fields in the average?

Example is dated columns, 4/1/2009, 4/2/2009, etc., each with lines items
beneath that populate a 'sum' total say of volume. I want to create a
running daily average field that shows what the average is as of the last
data entered.

I was thinking something like =Average (B180:i180) but this sure isn't
working!

Thanks!


Jacob Skaria

Average function
 
=SUM(B18:H18)/COUNTIF(B18:H18,"<0")

If this post helps click Yes
---------------
Jacob Skaria


"Harriet" wrote:

I am trying to create a daily average in a spreadsheet. Here is my situation.

I have a row of sums of columns that I want to average. Data is filled into
the columns daily in a month so there are days that have no data as that date
hasn't gotten here yet, but there is a '0' in the sum row because of the sum
function because there are line items in the column that are filled in when
the day arrives.

How do I create a 'running' DAILY average so that it does not count the '0'
fields in the average?

Example is dated columns, 4/1/2009, 4/2/2009, etc., each with lines items
beneath that populate a 'sum' total say of volume. I want to create a
running daily average field that shows what the average is as of the last
data entered.

I was thinking something like =Average (B180:i180) but this sure isn't
working!

Thanks!


harriet

Average function
 
It worked!!! Thanks for sharing the knowledge!

Harriet

"Gary''s Student" wrote:

In general =AVERAGE() will ignore blanks, but accept zeros. One technique is
to force zeros to become blanks. For example, if you have

=SUM(A1:A10)
use:
=IF(SUM(A1:A10)=0,"",SUM(A1:A10))
--
Gary''s Student - gsnu200848


"Harriet" wrote:

I am trying to create a daily average in a spreadsheet. Here is my situation.

I have a row of sums of columns that I want to average. Data is filled into
the columns daily in a month so there are days that have no data as that date
hasn't gotten here yet, but there is a '0' in the sum row because of the sum
function because there are line items in the column that are filled in when
the day arrives.

How do I create a 'running' DAILY average so that it does not count the '0'
fields in the average?

Example is dated columns, 4/1/2009, 4/2/2009, etc., each with lines items
beneath that populate a 'sum' total say of volume. I want to create a
running daily average field that shows what the average is as of the last
data entered.

I was thinking something like =Average (B180:i180) but this sure isn't
working!

Thanks!


harriet

Average function
 
Thank for you for sharing your knowledge!

Harriet

"Jacob Skaria" wrote:

=SUM(B18:H18)/COUNTIF(B18:H18,"<0")

If this post helps click Yes
---------------
Jacob Skaria


"Harriet" wrote:

I am trying to create a daily average in a spreadsheet. Here is my situation.

I have a row of sums of columns that I want to average. Data is filled into
the columns daily in a month so there are days that have no data as that date
hasn't gotten here yet, but there is a '0' in the sum row because of the sum
function because there are line items in the column that are filled in when
the day arrives.

How do I create a 'running' DAILY average so that it does not count the '0'
fields in the average?

Example is dated columns, 4/1/2009, 4/2/2009, etc., each with lines items
beneath that populate a 'sum' total say of volume. I want to create a
running daily average field that shows what the average is as of the last
data entered.

I was thinking something like =Average (B180:i180) but this sure isn't
working!

Thanks!


Jacob Skaria

Average function
 
Cheers..

If this post helps click Yes
---------------
Jacob Skaria


"Harriet" wrote:

Thank for you for sharing your knowledge!

Harriet

"Jacob Skaria" wrote:

=SUM(B18:H18)/COUNTIF(B18:H18,"<0")

If this post helps click Yes
---------------
Jacob Skaria


"Harriet" wrote:

I am trying to create a daily average in a spreadsheet. Here is my situation.

I have a row of sums of columns that I want to average. Data is filled into
the columns daily in a month so there are days that have no data as that date
hasn't gotten here yet, but there is a '0' in the sum row because of the sum
function because there are line items in the column that are filled in when
the day arrives.

How do I create a 'running' DAILY average so that it does not count the '0'
fields in the average?

Example is dated columns, 4/1/2009, 4/2/2009, etc., each with lines items
beneath that populate a 'sum' total say of volume. I want to create a
running daily average field that shows what the average is as of the last
data entered.

I was thinking something like =Average (B180:i180) but this sure isn't
working!

Thanks!



All times are GMT +1. The time now is 07:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com