D
DKY
I'm trying to figure out how to get the years from a 'hire date' in
cell. I currently have a date in cell A5 that is the hire date and
want the spreadsheet to figure out how many years the person has bee
with the company. I'm going to keep this as an ongoing thing on th
spreadsheet so currently I have a date of 7/11/2002 in that cell and i
another cell I have this formula
=TODAY()-A5
It gives me the days and I want to convert that to years. I trie
dividing it by 365 which worked when I changed the date in A5 t
today's date in 2002 but when I changed it to today's date in 2000 i
gave me 6.1 years. I think leap year has something to do with that.
Any suggestions
cell. I currently have a date in cell A5 that is the hire date and
want the spreadsheet to figure out how many years the person has bee
with the company. I'm going to keep this as an ongoing thing on th
spreadsheet so currently I have a date of 7/11/2002 in that cell and i
another cell I have this formula
=TODAY()-A5
It gives me the days and I want to convert that to years. I trie
dividing it by 365 which worked when I changed the date in A5 t
today's date in 2002 but when I changed it to today's date in 2000 i
gave me 6.1 years. I think leap year has something to do with that.
Any suggestions