Results 1 to 5 of 5

IF function to stop 401k match at 1500 if False

Threaded View

  1. #1
    Registered User
    Join Date
    04-23-2009
    Location
    San Jose, CA
    MS-Off Ver
    Excel 2003
    Posts
    5

    IF function to stop 401k match at 1500 if False

    I'm trying to create a IF function to stop at $1500 for 401k employer match. To make it simple the variable in column D is constant but in reality it's based on 50% match amt up to $1500 of amount contribute(% of gross pay). The accumulation of matching is a rolling balance. If the match amt is less 1500, then match amt. But False, the left over amt equal 1500 then STOP there onward.



    IF(SUM($D$3:D19)+($C20*0.5)<1500,$C20*0.5,SUM($D$3:D19)+($C20*0.5)-1500)
    Attached Files Attached Files
    Last edited by jnguyenfb; 05-06-2009 at 02:11 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1