+ Reply to Thread
Results 1 to 4 of 4

If hired before a particular date

  1. #1
    Forum Contributor
    Join Date
    02-20-2011
    Location
    Candada
    MS-Off Ver
    Microsoft Office 365
    Posts
    174

    If hired before a particular date

    Can someone help me develop a formula that can look at a column C, and if date is less than 10/1/2001, then give a yearly increase of $.44 in column F. On the other hand, if an employee was hire after October 2001, then give a yearly increase of $.20. See attachment for more details.
    Thank you for all your help and dedication.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: If hired before a particular date

    See attached
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    11-02-2011
    Location
    Seattle, Washington, USA
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: If hired before a particular date

    If I understand you correctly I believe this should work:

    IF(C2<37165,F2+0.44,F2+0.2)

    This is assuming that the information is in row 2, and you only need one year increase. The number 37165 is the excel number for the date you provided.

  4. #4
    Forum Contributor
    Join Date
    02-20-2011
    Location
    Candada
    MS-Off Ver
    Microsoft Office 365
    Posts
    174

    Thumbs up Re: If hired before a particular date

    Brokenbiscuits,
    I want to thank you for responding to my post promptly and for sharing your knowledge and helping me to solve this problem that I face every time I have to work with this project.

+ Reply to Thread

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