Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Find monthly average but have average automatically configured

Each week we recieve money. We would like a formula at the bottom of the
page for each month that automatically update based on the number of
weeks(lines) that are filled in. If only 1 week of money was filled in the
the sum would be Average(Xline/#week that month) i.e. Week 1 50,000 week 2
60,000 Total for two weeks is 110,000. The formula would know that two
weeks are entered and that we want the average of those two weeks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 68
Default Find monthly average but have average automatically configured

Not sure if I've understood this right but assuming your weekly totals are in
C2:C6 then this formula should do what you want.

=SUM(C2:C6)/COUNTA(C2:C6)

Kewa


"kimbafred" wrote:

Each week we recieve money. We would like a formula at the bottom of the
page for each month that automatically update based on the number of
weeks(lines) that are filled in. If only 1 week of money was filled in the
the sum would be Average(Xline/#week that month) i.e. Week 1 50,000 week 2
60,000 Total for two weeks is 110,000. The formula would know that two
weeks are entered and that we want the average of those two weeks.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Find monthly average but have average automatically configured

You are brilliant! Thanks so much. It worked of course and made my life
much simpler. :)

Kimbafred

"nospaminlich" wrote:

Not sure if I've understood this right but assuming your weekly totals are in
C2:C6 then this formula should do what you want.

=SUM(C2:C6)/COUNTA(C2:C6)

Kewa


"kimbafred" wrote:

Each week we recieve money. We would like a formula at the bottom of the
page for each month that automatically update based on the number of
weeks(lines) that are filled in. If only 1 week of money was filled in the
the sum would be Average(Xline/#week that month) i.e. Week 1 50,000 week 2
60,000 Total for two weeks is 110,000. The formula would know that two
weeks are entered and that we want the average of those two weeks.

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
How to change average range automatically? Yuanhang Excel Discussion (Misc queries) 6 April 16th 07 06:37 AM
Error Handling #N/A with AVERAGE Function - Average of values in Row Sam via OfficeKB.com Excel Worksheet Functions 13 July 31st 05 03:59 PM
Weighed Average of a weiged average when there are blanks krl - ExcelForums.com Excel Discussion (Misc queries) 1 July 6th 05 07:37 PM
calculate monthly average percentage of change vikgarden Excel Worksheet Functions 2 April 15th 05 07:38 PM
how does one convert text to a formula "average(A:A)" to =average( phshirk Excel Worksheet Functions 4 April 14th 05 01:20 AM


All times are GMT +1. The time now is 09:42 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"