Forum Discussion
teresa945
Nov 19, 2018Copper Contributor
Calculating the percentage of two numbers
If I have the number 50 in one cell and 188 in the next cell and I need to know what percentage each one of those numbers are of 238. What is the formula?
3 Replies
Sort By
- duco gm mansvelderCopper Contributorsuppose a1 holds the value 50 and b1 the value 188. Then a2 (f.e.) should have the formula =a1/(a1+b1) and b2 =a2/(a1+b1)
- Damien_RosarioSilver Contributor
- duco gm mansvelderCopper ContributorCorrect!