ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Calculating a tiered 401k Match (https://www.excelbanter.com/excel-worksheet-functions/85770-calculating-tiered-401k-match.html)

JK

Calculating a tiered 401k Match
 
Hello,

I need to create a formula that will calculate a tiered 401k match based
upon the amount being contributed.

The match formula is 100% on the first 3% of an employee's contribution, and
50% on the next 2% contributed.

The columns I have are 1) Salary, 2)Percent contributed.

Any and all help is greatly appreciated.

JE McGimpsey

Calculating a tiered 401k Match
 
One way:

A1: Salary
B1: % contributed
C1: =(MIN(B1,3%)/2 + MIN(B1,5%)/2) * A1


In article ,
JK wrote:

Hello,

I need to create a formula that will calculate a tiered 401k match based
upon the amount being contributed.

The match formula is 100% on the first 3% of an employee's contribution, and
50% on the next 2% contributed.

The columns I have are 1) Salary, 2)Percent contributed.

Any and all help is greatly appreciated.


JK

Calculating a tiered 401k Match
 
Thanks JE,

But, when I input that formula it appears to simply give me 4% of the salary
regardless of the percentage column. Any thoughts? Thanks!

"JE McGimpsey" wrote:

One way:

A1: Salary
B1: % contributed
C1: =(MIN(B1,3%)/2 + MIN(B1,5%)/2) * A1


In article ,
JK wrote:

Hello,

I need to create a formula that will calculate a tiered 401k match based
upon the amount being contributed.

The match formula is 100% on the first 3% of an employee's contribution, and
50% on the next 2% contributed.

The columns I have are 1) Salary, 2)Percent contributed.

Any and all help is greatly appreciated.



JE McGimpsey

Calculating a tiered 401k Match
 
Did you fill in your percentages in column B?

Here's my results:

A B C
1 100 0% 0.00
2 100 1% 1.00
3 100 2% 2.00
4 100 3% 3.00
5 100 3.2% 3.10
6 100 4% 3.50
7 100 5% 4.00
6 100 6% 4.00


In article ,
JK wrote:

Any thoughts?


JK

Calculating a tiered 401k Match
 
Thanks, I had the formatting wrong. This is great, I appreciate your help!

"JE McGimpsey" wrote:

Did you fill in your percentages in column B?

Here's my results:

A B C
1 100 0% 0.00
2 100 1% 1.00
3 100 2% 2.00
4 100 3% 3.00
5 100 3.2% 3.10
6 100 4% 3.50
7 100 5% 4.00
6 100 6% 4.00


In article ,
JK wrote:

Any thoughts?




All times are GMT +1. The time now is 06:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com