Adding up several Percentages in cells

Newbienew

Active Member
Joined
Mar 17, 2017
Messages
395
Office Version
  1. 2016
Platform
  1. Windows
So I have a few cells that have have 100% in them. At the end of the column I want a over all precentage of the percentages. So im trying to do this

100%
100%
100%
100%
100%
100%

Total 100%

So if the precentage changes then the overall total percentage changes


80%
100%
90%
26%
10%
100%

Total ???%

I have know clue on have to make this happen. Thank You in advance
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Re: Adding up several Precentages in cells

Hi,

You could try using the average function over the range of percentages.
Whether that is valid math, depends on how the percentages are calculated.
You can not always simply add the % up and divide by the number of %!

Usually % = *(a / b) * 100
A better approach might be (sum(a1:a5)/sum(b1:b5)) * 100.

Succes,
Paul
 
Last edited:
Upvote 0
Re: Adding up several Precentages in cells

Thank You soooo much
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,203
Members
452,617
Latest member
Narendra Babu D

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