I have an excel document where column F shows the delivered weight and column G shows the used weight. I can calculate the percentage used by using the following formula
=SUM(G4/F4)*100
So if the delivered weight was 33 and the used weight was 11 then this calculates to 33.33 percent.
But what I want to actually show is the percentage not used, the 66.66 percent in this case but i cannot work out the formula required.
Can anyone help?
Start Free Trial