#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Averages

I have a column of numbers that I add to nearly every day.

The whole column will represent the entire year, which I break into
months with a simple colored bar.

I need a continually updated average of those numbers for the current
month each time I enter a new value. The range would be A1:A7 on day
1, but by day 10 could be A1:A13

At the end of the month, I need to shift the updating average to the
next month and leave the "closed months" alone.

How do I set this up, and what is it called in "Excel-speak" so I can
look it up with the proper terminology in the future? Thx.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Averages

Are there dates associated with these numbers?

It sounds like what you want is an average for the current month. But, if
there are no dates to go by .................

Biff

"KirbyCTB" wrote in message
oups.com...
I have a column of numbers that I add to nearly every day.

The whole column will represent the entire year, which I break into
months with a simple colored bar.

I need a continually updated average of those numbers for the current
month each time I enter a new value. The range would be A1:A7 on day
1, but by day 10 could be A1:A13

At the end of the month, I need to shift the updating average to the
next month and leave the "closed months" alone.

How do I set this up, and what is it called in "Excel-speak" so I can
look it up with the proper terminology in the future? Thx.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Averages

Let's say your data is in column B from B1 thru B366, being built day-by-day.

In column A record the month ( 1 for January, etc.) then:

=SUMPRODUCT(--(A1:A366=1),--(B1:B366))/COUNTIF(A1:A366,1)
for Jan

=SUMPRODUCT(--(A1:A366=2),--(B1:B366))/COUNTIF(A1:A366,2)
for Feb

This will "grow" the averages. If you try to go too far into the future,
you will get zero divide errors.

--
Gary''s Student
gsnu200712

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Averages

Have you tried the Average A function?

"Gary''s Student" wrote:

Let's say your data is in column B from B1 thru B366, being built day-by-day.

In column A record the month ( 1 for January, etc.) then:

=SUMPRODUCT(--(A1:A366=1),--(B1:B366))/COUNTIF(A1:A366,1)
for Jan

=SUMPRODUCT(--(A1:A366=2),--(B1:B366))/COUNTIF(A1:A366,2)
for Feb

This will "grow" the averages. If you try to go too far into the future,
you will get zero divide errors.

--
Gary''s Student
gsnu200712

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Averages

On Mar 28, 2:01 pm, "T. Valko" wrote:
Are there dates associated with these numbers?

It sounds like what you want is an average for the current month. But, if
there are no dates to go by .................

Biff

"KirbyCTB" wrote in message

oups.com...



I have a column of numbers that I add to nearly every day.


The whole column will represent the entire year, which I break into
months with a simple colored bar.


I need a continually updated average of those numbers for the current
month each time I enter a new value. The range would be A1:A7 on day
1, but by day 10 could be A1:A13


At the end of the month, I need to shift the updating average to the
next month and leave the "closed months" alone.


How do I set this up, and what is it called in "Excel-speak" so I can
look it up with the proper terminology in the future? Thx.- Hide quoted text -


- Show quoted text -


This spreadsheet is about 27 columns wide and contains a variety of
data. What I need to do is isolate one value for each of my patients,
and average it whenever I add new patients in that month. All I care
about is that value for this purpose -- it doesn't need to link to any
of the other data, except that once I have entered my patients for the
month, I can switch this continuous update average to the next month
-- lower down on the same spreadsheet. The numbers that will be
averaged are all contiguous in one column -- spaces (rows) occur
between months.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Averages

??????

Biff

"KirbyCTB" wrote in message
oups.com...
On Mar 28, 2:01 pm, "T. Valko" wrote:
Are there dates associated with these numbers?

It sounds like what you want is an average for the current month. But, if
there are no dates to go by .................

Biff

"KirbyCTB" wrote in message

oups.com...



I have a column of numbers that I add to nearly every day.


The whole column will represent the entire year, which I break into
months with a simple colored bar.


I need a continually updated average of those numbers for the current
month each time I enter a new value. The range would be A1:A7 on day
1, but by day 10 could be A1:A13


At the end of the month, I need to shift the updating average to the
next month and leave the "closed months" alone.


How do I set this up, and what is it called in "Excel-speak" so I can
look it up with the proper terminology in the future? Thx.- Hide
quoted text -


- Show quoted text -


This spreadsheet is about 27 columns wide and contains a variety of
data. What I need to do is isolate one value for each of my patients,
and average it whenever I add new patients in that month. All I care
about is that value for this purpose -- it doesn't need to link to any
of the other data, except that once I have entered my patients for the
month, I can switch this continuous update average to the next month
-- lower down on the same spreadsheet. The numbers that will be
averaged are all contiguous in one column -- spaces (rows) occur
between months.



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
Averages Zygy New Users to Excel 16 June 19th 06 10:01 PM
averages Metolius Dad Excel Worksheet Functions 1 February 7th 06 01:44 AM
averages ashw1984 Excel Discussion (Misc queries) 1 January 23rd 06 09:24 AM
Averages Jimenda Excel Worksheet Functions 1 December 21st 05 11:24 PM
Help with averages please amerkarim Excel Worksheet Functions 5 September 29th 05 04:03 AM


All times are GMT +1. The time now is 09:19 PM.

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"