Help with formula to calculate average percentage for each consecutive cell based on the number of cells

Sparker65

New Member
Joined
Jun 14, 2019
Messages
2
Hi, this is my first time post and I need help with a formula to calculate the average percentage for each cell including the previous cell. For example, cell I2(Apr-18) contains a percentage, I would like to add that percentage to cell J2(May-18) and find the average, and for cell K2(Jun-18), I would like to add cells I2, J2, and K2 and find the average. The desired results are in columns 1-3. I have 12 cells in each row. I can do it manually but I would like a formula. See sample data below.

Thanks!

Apr-18May-18Jun-18Jul-18Aug-18Sep-18Oct-18Nov-18Dec-18Jan-19Feb-19Mar-19Column1Column2Column3
95.65%97.83%97.83%97.83%89.13%91.30%89.13%86.96%93.48%97.8%93.5%91.3%95.65%96.74%97.10%

<colgroup><col><col><col><col><col><col><col><col><col><col><col span="2"><col span="3"></colgroup><tbody>
</tbody>
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
If the 1st percentage is in I2 then in cell U2: =AVERAGE($I2:I2)
and copy to the right.
 
Upvote 0

Forum statistics

Threads
1,215,135
Messages
6,123,241
Members
449,093
Latest member
Vincent Khandagale

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