Ron, one other question - if you just wanted to automatically increment a
number when the year turns over, as in the case:
Joe B. has over 18 years with Company X
(year rolls over)
Joe B. has over 19 years with Company X
maybe that would be simpler - it doesn't require you to know the person's
exact ddmmyy of hire, just the year.
"Ron Coderre" wrote:
If the person's hire date is in cell A1
this formula returns the number of whole years
the employee has worked for the company:
B1: =DATEDIF(A1,TODAY(),"y")&" years "
For more information, see Chip Pearson's coverage of Excel's
(mostly) undocumented DATEDIF function:
http://www.cpearson.com/excel/datedif.htm
Does that help?
--------------------------
Regards,
Ron
Microsoft MVP (Excel)
(XL2003, Win XP)
"JustSomeGuy" wrote in message
...
One column in a personnel roster spreadsheet contains the number of years
each person has worked for the company. Is there a way to make this number
for each person self-increment (ideally on each person's hire date
anniversary) so the spreadsheet will remain accurate, year after year,
without a lot of manual updating?