Excel Formula : % of Row Total

chandrashekar

Well-known Member
Joined
Jul 15, 2005
Messages
517
Office Version
  1. 365
Platform
  1. Windows
Hello,

How to write formula for % of Row total(Image2 for reference) for below table

I need to get result as Column D & E.

PriAchBre% of row total(Ach)% of row total(Bre)Excel Formula(% of row total(Ach)Excel Formula(% of row total(Bre)
S1
84​
1​
98.82%​
1.18%​
S2
457​
2​
99.56%​
0.44%​
S3
975​
2​
99.80%​
0.20%​
S4
4​
100.00%​
0.00%​
S5
2​
100.00%​
0.00%​
Total
1522​
5​
99.67%​
0.33%​

Regards,
Chandrashekar B
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Column D:
Excel Formula:
=1-(C2/B2)
Column E:
Excel Formula:
=C2/B2
Then, in the number formatting, format them as %.
 
Upvote 0
Solution
chandrashekar,

In the future, when marking a post as the solution, please mark the original posting that contains the solution, not your own post acknowledging that some other post was the solution.
I have updated this for you on this thread.
 
Upvote 0

Forum statistics

Threads
1,215,247
Messages
6,123,853
Members
449,129
Latest member
krishnamadison

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