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.
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.
one way:
A1: <hire date or last evaluation date>
A2: =DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))
In article <D30B085C-68DB-4822-A9E8-58C84EEDACF2@microsoft.com>,
"shunt" <shunt@discussions.microsoft.com> 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.
If your hire date is in A1
=EDATE(A1,(DATEDIF(A1,NOW(),"y")+1)*12)
note EDATE is part of Analysis TolPak addin
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks