Pay gap widget: how are percentages calculated?

Modified on Mon, 17 Nov at 11:26 AM

  1. Sum all male members

  2. Sum all female members

  3. Sum total male salaries and calculate average

  4. Sum total female salaries and calculate average

  5. If no males or females exist, or their average salary is 0, return 0%

  6. Otherwise use:
    (averageMaleSalary - averageFemaleSalary / averageMaleSalary) * 100% (rounded)

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article