Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I am creating a text box, where i want to show the total percentage of Male and Female.
Below is a print screen of my data base:
Anyone could help me on this?
Regards
May be something like this:
For Males:
=Sum(Male) / (RangeSum(Sum(Male), Sum(Female)))
For Females:
=Sum(Female) / (RangeSum(Sum(Male), Sum(Female)))
May be something like this:
For Males:
=Sum(Male) / (RangeSum(Sum(Male), Sum(Female)))
For Females:
=Sum(Female) / (RangeSum(Sum(Male), Sum(Female)))
Thanks Sunny
Not a problem
I am glad I was able to help