Help - Average consecutive numbers

DEH

New Member
Joined
Nov 11, 2005
Messages
1
Hi

I am trying to set up a formula which will calculate the highest average of 3 consecutive salaries using only the last 13 year salary history - from a table consisting of 2 columns a) Year b) Salary.

Any help will be appreciated.

:biggrin:
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hi, DEH
Welcome to the Board !!!!!
this part is not clear to me
using only the last 13 year salary history
but this could be a start
{=MAX(A2:A7+A3:A8+A4:A9)/3}
(confirm this array-formula with SHIFT-CONTROL-ENTER)
Map1.xls
ABCD
142
216
316
44
544
638
744
84
94
data (2)


kind regards,
Erik
 
Upvote 0
Try the following array formulas that need to be confirmed with CONTROL+SHIFT+ENTER, not just ENTER...

=MAX(SUBTOTAL(1,OFFSET(B1:B20,ROWS(B1:B20)-ROW(INDIRECT("1:"&13-2)),0,-3)))

or

=MAX(SUBTOTAL(1,OFFSET(B1:B20,ROWS(B1:B20)-ROW(INDIRECT("1:"&D1-2)),0,-3)))

...where D1 contains the number of years of interest, such as 13. Adjust the range accordingly.

Hope this helps!
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top