A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
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)