Calculating length of employment based on the hired date and current date
Question
I have a table of data containing an employee name and the date they were hired, how can I get Excel to calculate the length of employment of each employee based on the date they were hired ?
Answer :
Well suppose your excel table looks like this :
Employee_Name
Hired_date
J Smith
10/07/1980
A Jones
6/03/2008
R Shah
12/12/2007
B Chen
15/02/2009
I Holmes
1/01/2010
** Note : **
We are going to be using the database DATEDIFF function. The column containing the date value must be named
something ending in _DATE in order for QueryCell to realise it … Continue Reading