Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 199
Default Help with an Excel formula?

I have a column of monthly figures to which I add the latest month's result
at the bottom. In the next column, I have a formula which, each month,
calculates the average monthly figure for the last 12 months.

I would like to change this to a weighted average - with 12 being the
weighting for last month, 11 for the previous month and so on. Clearly I
could create a formula to do this but is there an Excel function which
already does this please?

TIA

V

  #2   Report Post  
Posted to microsoft.public.excel.misc
Art Art is offline
external usenet poster
 
Posts: 587
Default Help with an Excel formula?

Victor,

I think this will work. I put a bunch of numbers in column A beginning in
row 2. In B13 I put the following formula:
=SUMPRODUCT(A2:A13,ROW(A2:A13)-ROW(A13)+12)

I think this does what you want, although you may have been looking for
merely a built in function -- I don't think there is one.

"Victor Delta" wrote:

I have a column of monthly figures to which I add the latest month's result
at the bottom. In the next column, I have a formula which, each month,
calculates the average monthly figure for the last 12 months.

I would like to change this to a weighted average - with 12 being the
weighting for last month, 11 for the previous month and so on. Clearly I
could create a formula to do this but is there an Excel function which
already does this please?

TIA

V


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 199
Default Help with an Excel formula?

"Art" wrote in message
...
Victor,

I think this will work. I put a bunch of numbers in column A beginning in
row 2. In B13 I put the following formula:
=SUMPRODUCT(A2:A13,ROW(A2:A13)-ROW(A13)+12)

I think this does what you want, although you may have been looking for
merely a built in function -- I don't think there is one.


Art

Many thanks,

V

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 199
Default Help with an Excel formula?

"Victor Delta" wrote in message
...
"Art" wrote in message
...
Victor,

I think this will work. I put a bunch of numbers in column A beginning
in
row 2. In B13 I put the following formula:
=SUMPRODUCT(A2:A13,ROW(A2:A13)-ROW(A13)+12)

I think this does what you want, although you may have been looking for
merely a built in function -- I don't think there is one.


Art

Many thanks,

V


Well. Art, it almost worked! However, I think your formula actually needs to
be divided by 78 (the sum of the digits 1 to 12) to give the right answer.

Thanks again,

V

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
Excel formula to copy/paste formula needed please. colwyn Excel Discussion (Misc queries) 4 October 22nd 08 11:27 PM
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Build excel formula using field values as text in the formula val kilbane Excel Worksheet Functions 2 April 18th 07 01:52 PM
Excel 2002 formula displayed not value formula option not checked Dean Excel Worksheet Functions 1 February 28th 06 02:31 PM
i edit a formula (excel) then it displays formula not answer caiman Excel Discussion (Misc queries) 2 September 9th 05 02:09 AM


All times are GMT +1. The time now is 06:17 AM.

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"