NDGParkview
08-03-2007, 06:37 AM
I inherited a Peachtree payroll setup with the 401(k) formulas already setup – which has worked fine up to this point – and I definitely don’t want to change it significantly mid-year anyway. I have included as much info as I thought that you might need to help! And we have PT Premium 2006. Sorry – if it is toooo much!
***************************************************
We have a 401(k) plan where for some reason we input the employee’s contribution percentage into the Local Tax area. Adn we have a company match of …
Discretionary matching contribution is 25% of employee salary deferral not to exceed 1.5% of the employee’s annual gross salary.
[Company match is 1.5% of your wage not to exceed 6% of your annual gross salary.] (25 cents for each $1 of your own deferral.)
Here is my current Employee Contrib/Deferral formula:
Tax ID= 410K EE
Tax Name = 401K EE 07
LIMIT=15500.;
A=EMP_LOCAL_NUMBER%*ADJUSTED_GROSS;
B=YTD(K401);
C=A-((A+B)-LIMIT);
D=IF((A+B)<LIMIT,A,C);
ANSWER=-D
*******************************************************
Our Employer Match formula:
Tax ID = 410K ER
Tax Name = 401K ER 07
LIMIT=15500.;
A=-YTD(K401);
B=-K401;
C=ADJUSTED_GROSS*.015;
D=MAX_LIMIT(B,C);
E=D-((A+D)-LIMIT);
F=IF((A+D)<LIMIT,D,E);
ANSWER=-F
************************************************
Since I started here, we have used a benefit sheet that showed the employees could contribute to their 401(k) plan starting with 6%. Unfortunately, by law I cannot make my employees start contributing at 6% - only encourage it so that they can get the full benefit of the company match. I just had two people – this same exact week – decide to join our plan - and each want to contribute only 3%. Thus, if I use the Employer Match formula that I have in Peachtree – they will get double of what they are entitled to for a match.
So I don’t have to change the employer match amount on each of these employees manually each payroll, I need to setup a formula, etc that will compute the Employer Match based upon what they are actually contributing themselves – whether it be 1-5%. I’ve read everything that I can on the subject here, in Peachtree, etc. – have tried various formulas, tried adding a new employee default fields, etc. Nothing seems to work. I would love some info from you guys so that I can do it correctly without screwing up everything else!
I only have about 25 people on my payroll at any given time – so if I have to adjust other default fields individually on all employees – it wouldn’t be a big deal. But I know that a less complicated solution for this has to exist!
Thanks in advance for your help! I love you guys!
And while I was looking around and trying to do this by myself - and totally off the subject, well not totally, I have never changed the Tax Name on the “EmployER Fields” tab or the “EmployEE Fields” tab in Maintain Employees. I update the tax tables every year by adding a new Tax ID and Tax Name – change the 401(k) limit in the formula, etc. – but no where did my instructions ever say that I needed to go back into Maintain Employees and change the Tax Name every year from the original default name of 401K EE to for example, this year’s name of 401K EE 07. Same thing for the employer match and state unemployment tax names. So how does this work – does it know that 401K EE is 401K EE 07? Or is it even working? I don’t have anyone that ever gets close to the annual limit – so maybe it isn’t working at all?
Thanks again!!!
***************************************************
We have a 401(k) plan where for some reason we input the employee’s contribution percentage into the Local Tax area. Adn we have a company match of …
Discretionary matching contribution is 25% of employee salary deferral not to exceed 1.5% of the employee’s annual gross salary.
[Company match is 1.5% of your wage not to exceed 6% of your annual gross salary.] (25 cents for each $1 of your own deferral.)
Here is my current Employee Contrib/Deferral formula:
Tax ID= 410K EE
Tax Name = 401K EE 07
LIMIT=15500.;
A=EMP_LOCAL_NUMBER%*ADJUSTED_GROSS;
B=YTD(K401);
C=A-((A+B)-LIMIT);
D=IF((A+B)<LIMIT,A,C);
ANSWER=-D
*******************************************************
Our Employer Match formula:
Tax ID = 410K ER
Tax Name = 401K ER 07
LIMIT=15500.;
A=-YTD(K401);
B=-K401;
C=ADJUSTED_GROSS*.015;
D=MAX_LIMIT(B,C);
E=D-((A+D)-LIMIT);
F=IF((A+D)<LIMIT,D,E);
ANSWER=-F
************************************************
Since I started here, we have used a benefit sheet that showed the employees could contribute to their 401(k) plan starting with 6%. Unfortunately, by law I cannot make my employees start contributing at 6% - only encourage it so that they can get the full benefit of the company match. I just had two people – this same exact week – decide to join our plan - and each want to contribute only 3%. Thus, if I use the Employer Match formula that I have in Peachtree – they will get double of what they are entitled to for a match.
So I don’t have to change the employer match amount on each of these employees manually each payroll, I need to setup a formula, etc that will compute the Employer Match based upon what they are actually contributing themselves – whether it be 1-5%. I’ve read everything that I can on the subject here, in Peachtree, etc. – have tried various formulas, tried adding a new employee default fields, etc. Nothing seems to work. I would love some info from you guys so that I can do it correctly without screwing up everything else!
I only have about 25 people on my payroll at any given time – so if I have to adjust other default fields individually on all employees – it wouldn’t be a big deal. But I know that a less complicated solution for this has to exist!
Thanks in advance for your help! I love you guys!
And while I was looking around and trying to do this by myself - and totally off the subject, well not totally, I have never changed the Tax Name on the “EmployER Fields” tab or the “EmployEE Fields” tab in Maintain Employees. I update the tax tables every year by adding a new Tax ID and Tax Name – change the 401(k) limit in the formula, etc. – but no where did my instructions ever say that I needed to go back into Maintain Employees and change the Tax Name every year from the original default name of 401K EE to for example, this year’s name of 401K EE 07. Same thing for the employer match and state unemployment tax names. So how does this work – does it know that 401K EE is 401K EE 07? Or is it even working? I don’t have anyone that ever gets close to the annual limit – so maybe it isn’t working at all?
Thanks again!!!