How do I distribute cost among group of employees based on salary

D

Denise

I need to distribute benefits costs across a group of employees based on
salary. The higher the salary the higher the portion of benefits cost. I have
a group of 70 employees, total benefit costs of 1.4m.
Thanks for your help!
 
J

Jacob Skaria

Suppose you have your data in this format with headers in row 1

A2:A71 --Employee Names
B2:B71 --Current Salary
Try this formula in C2 and copy that down upto c71

= B2/SUM($B$2:$B$71)*1400000

If this post helps click Yes
 
T

T. Valko

Get the total salary of all employees.

Figure out what percentage of the total salary each employee's salary is.
Then each employee's share of the benefits is equivalent to their percentage
of the total salary.

For example, employee1 makes 5% of the total salary so employee1's share of
the total benefit cost is 5%.
 
B

Bob I

Each persons share equals that employees salary divided by Total Salary
Cost, times total benefit cost.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top