I am trying to figure out how to count proportional distribution of given numbers - for example:
Number A: 5
Number B: 5
Number C: 5
In this case it means that the proportional distribution of each number is 33%.
But what if:
Number A: 17
Number B: 8
Number C: 59
I am trying to come up with a versatile formula (with rounding on zero decimal positions), but not successful so far.
I'd welcome every help with solving this case.
Thank you guys.