Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JK
 
Posts: n/a
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JK
 
Posts: n/a
Default 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.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default 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?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JK
 
Posts: n/a
Default 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?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula to calculate a 401K company match? Trish Excel Worksheet Functions 3 January 18th 06 06:05 PM
Match Index cjjoo Excel Worksheet Functions 3 October 25th 05 09:33 AM
formula for calculating 401k if over or equal to 1 yr of service . thomas Excel Worksheet Functions 1 March 24th 05 05:43 AM
Help! 401k match formula JK New Users to Excel 3 February 8th 05 04:09 PM
Find a match that;s not exact Phyllis Excel Worksheet Functions 0 November 8th 04 08:12 PM


All times are GMT +1. The time now is 08:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"