#1   Report Post  
stacy
 
Posts: n/a
Default 401 k formula

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.
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=IF(C5=1,D5*D2,0)

--
HTH

Bob Phillips

"stacy" wrote in message
...
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.



  #3   Report Post  
stacy
 
Posts: n/a
Default

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)

--
HTH

Bob Phillips

"stacy" wrote in message
...
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.




  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

Then surely that suggest that C5 is greater or equal 1?

--
HTH

Bob Phillips

"stacy" wrote in message
...
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)

--
HTH

Bob Phillips

"stacy" wrote in message
...
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.






  #5   Report Post  
David McRitchie
 
Posts: n/a
Default

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

"Bob Phillips" wrote...
Then surely that suggest that C5 is greater or equal 1?

"stacy" wrote ...
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)





  #6   Report Post  
stacy
 
Posts: n/a
Default

No, the years employed is like 0.88...

"Bob Phillips" wrote:

Then surely that suggest that C5 is greater or equal 1?

--
HTH

Bob Phillips

"stacy" wrote in message
...
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)

--
HTH

Bob Phillips

"stacy" wrote in message
...
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.






  #7   Report Post  
stacy
 
Posts: n/a
Default

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" wrote:

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

"Bob Phillips" wrote...
Then surely that suggest that C5 is greater or equal 1?

"stacy" wrote ...
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)




  #8   Report Post  
stacy
 
Posts: n/a
Default

I figured it out....Thanks!

"stacy" wrote:

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" wrote:

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

"Bob Phillips" wrote...
Then surely that suggest that C5 is greater or equal 1?

"stacy" wrote ...
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)




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
IF formula? meris Excel Worksheet Functions 1 September 6th 05 07:14 AM
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 01:32 AM.

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"