401 k formula

S

stacy

if # of years employed is in C5, salary is in D5, percent to contribute is in
D2...I need a formula that determines...IF number of years employed is
greater than or equal to one then the contribution is equal to the percent
multiplied by the salary; otherwise the contribution is zero.
 
D

David McRitchie

Or perhaps zero values is not checked in options:
Tools, Options, View, [x] zero values
 
S

stacy

Ok guys, this is the formula I used =IF($C$13>=1,D13*$F$4,0) and it is not
giving me a zero in my less than a year cells....do I not need to use
absolute reference???

David McRitchie said:
Or perhaps zero values is not checked in options:
Tools, Options, View, [x] zero values

Bob Phillips said:
Then surely that suggest that C5 is greater or equal 1?
 
S

stacy

I figured it out....Thanks!

stacy said:
Ok guys, this is the formula I used =IF($C$13>=1,D13*$F$4,0) and it is not
giving me a zero in my less than a year cells....do I not need to use
absolute reference???

David McRitchie said:
Or perhaps zero values is not checked in options:
Tools, Options, View, [x] zero values

Bob Phillips said:
Then surely that suggest that C5 is greater or equal 1?

Bob, this is what I used but it is not putting the "0" in...any
suggestions???

"Bob Phillips" wrote: =IF(C5>=1,D5*D2,0)
 

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


Top