If function

P

potsie

I have a new problem, how do I type the If formula for this one
the formula is to calculate 401K contributions for employees. The formula
should determine the number of years employed in column C is greater than or
equal to 1, then the contributions is equal to the contribution percentage of
3% located in column F4 multiplied by the employee salary in column D,
otherwise the contribution is zero.
 
P

potsie

potsie said:
I have a new problem, how do I type the If formula for this one
the formula is to calculate 401K contributions for employees. The formula
should determine the number of years employed in column C is greater than or
equal to 1, then the contributions is equal to the contribution percentage of
3% located in column F4 multiplied by the employee salary in column D,
otherwise the contribution is zero.
I forgot to mention this has to also be in the round function
 
J

John James

This rounds to 2 decimal places. Is this what you want? Otherwise can
you explain more clearly.

=IF(C4<1,0,ROUND(D4*F4,2))
 

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

Similar Threads

IF function 1
Please help with formula 5
IF Function 1
401 k formula 1
Salary and Pension Increases 5
what's the formula for finding 401(k)? 1
401k formula 1
can't figure out LOOKUP with 2 variables 1

Top