+ Reply to Thread
Results 1 to 4 of 4

Calculating a date.

  1. #1
    Registered User
    Join Date
    07-07-2006
    Posts
    28

    Calculating a date.

    What would be the easiest way to determine an entry date for a retirement plan? The criteria is entry date is the first of the month following the date on which the employee has worked 1 year.

    Right now I'm taking the date of hire and:

    1. use separate columns to break the date elements out (6/1/06 = 6 1 2006)
    2. add a year to determine if they have met the requirement
    3. If they have met the requirement, add one to the month and year element from the date of hire and put in "/01/" as the day.

    I just saw EDATE and realized that would replace part of my step three, but I don't know how to tell Excel to use 01 as the day without breaking it into elements and concatenating with the month and year elements.

    Any help will be appreciated.

    Chris
    Last edited by oldchippy; 10-24-2008 at 12:56 PM.

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Thumbs up

    Quote Originally Posted by Chris Berry
    What would be the easiest way to determine an entry date for a retirement plan? The criteria is entry date is the first of the month following the date on which the employee has worked 1 year.

    Right now I'm taking the date of hire and:

    1. use separate columns to break the date elements out (6/1/06 = 6 1 2006)
    2. add a year to determine if they have met the requirement
    3. If they have met the requirement, add one to the month and year element from the date of hire and put in "/01/" as the day.

    I just saw EDATE and realized that would replace part of my step three, but I don't know how to tell Excel to use 01 as the day without breaking it into elements and concatenating with the month and year elements.

    Any help will be appreciated.

    Chris
    Hi Chris,

    Start date in A1, formula in A2

    =DATE(YEAR(A1)+1,MONTH(A1),1)

    oldchippy

  3. #3
    Registered User
    Join Date
    07-07-2006
    Posts
    28
    Wow, talk about cutting out a lot of work!

    Thanks a million. I figured there had to be a simpler way.

  4. #4
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Quote Originally Posted by Chris Berry
    Wow, talk about cutting out a lot of work!

    Thanks a million. I figured there had to be a simpler way.
    Thanks for the feedback - glad to be of assistance

    oldchippy

+ 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