+ Reply to Thread
Results 1 to 3 of 3

Formula for dates-hire dates of employees

  1. #1
    shunt
    Guest

    Formula for dates-hire dates of employees

    I have hundreds of hire dates of employees I want a spread sheet showing each
    persons evaluation date every 12 months from hire date, but all I want
    calculated is the next evaulation date.

  2. #2
    JE McGimpsey
    Guest

    re: Formula for dates-hire dates of employees

    one way:

    A1: <hire date or last evaluation date>
    A2: =DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))

    In article <[email protected]>,
    "shunt" <[email protected]> wrote:

    > I have hundreds of hire dates of employees I want a spread sheet showing each
    > persons evaluation date every 12 months from hire date, but all I want
    > calculated is the next evaulation date.


  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    If your hire date is in A1

    =EDATE(A1,(DATEDIF(A1,NOW(),"y")+1)*12)

    note EDATE is part of Analysis TolPak addin

+ 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