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?
duco gm mansvelder
Nov 19, 2018Copper Contributor
suppose 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_Rosario
Nov 20, 2018Silver Contributor
- duco gm mansvelderNov 22, 2018Copper ContributorCorrect!