Share via

Percentage formulas

Anonymous
2011-04-08T16:06:04+00:00

Hi I am trying to write a formula to total cells G4 to G8 and find the percentage of that total versus the starting amount in G3 (11328). Any suggestions on how to write this? I have worked it out manually to 99.3%.

Starting Qty 11328.000
Production -6119.337
Production -3571.045
**** -1054.552
Waste -115.000
Waste -388.000
Difference 80.066
Percent Produced 99.3%
Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2011-04-08T16:57:21+00:00

janaavey wrote:

Hi I am trying to write a formula to total cells G4 to G8 and find the percentage of that total versus the starting amount in G3 (11328). Any suggestions on how to write this? I have worked it out manually to 99.3%.

=-SUM(G4:G8)/G3

formatted as Percentage.

For the difference:

=SUM(G3:G8)

Was this answer helpful?

0 comments No comments

Answer accepted by question author

Anonymous
2011-04-08T16:47:30+00:00

You can do it using this formula:

=ABS(SUM(G4:G8)/G3)

jpgpinto

www.excel-user.blogspot.com

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful