Running Percentage Average.

Ev1lZer0

New Member
Joined
Sep 26, 2022
Messages
34
Office Version
  1. 365
Platform
  1. Windows
I am trying to get an average percentage based on all the above cells.

For instance:
Cell K2 shows 62.2% I need L to execute the formula of =SUM($K$2)/1
Cell K3 shows 59.3% I need L3 to execute the formula of =SUM($K$2:$K3/2)
Cell K4 shows 64.0% I need L4 to execute the formula of =SUM($K$2:$K3/3)
and so on.

I can get the sum portion to work correctly when extending the table to add more rows, but I can't get the divided by portion to automatically add one.

Cell Formulas
RangeFormula
K2:K12K2=IF(J2,J2/F2,"N/A")
L2L2=SUM($K$2)/1
L3,L7,L11L3=SUM($K$2:$K3/2)
L4,L8,L12L4=SUM($K$2:$K4/3)
L5,L9L5=SUM($K$2:$K5/4)
L6,L10L6=SUM($K$2:$K6/5)
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Typically averaging averages gives misleading results unless the base total population of each of the averages being averaged is the same.
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,323
Members
449,077
Latest member
jmsotelo

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