[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Start Date
[/TD]
[TD]End Date
[/TD]
[TD]Experience
[/TD]
[/TR]
[TR]
[TD]Job 1
[/TD]
[TD]04/04/89
[/TD]
[TD]09/30/97
[/TD]
[TD]8 years, 5 months, 26 days
[/TD]
[/TR]
[TR]
[TD]Job 2
[/TD]
[TD]06/16/97
[/TD]
[TD]06/27/97
[/TD]
[TD]11 days
[/TD]
[/TR]
[TR]
[TD]Job 3
[/TD]
[TD]07/07/97
[/TD]
[TD]06/24/16
[/TD]
[TD]18 years, 11 months, 17 days
[/TD]
[/TR]
[TR]
[TD]Job 5
[/TD]
[TD]06/27/16
[/TD]
[TD]01/03/19
[/TD]
[TD]2 years, 6 months, 6 days
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Total
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like to be able to calculate the total number of years, months, and days experience a person has from individual jobs. I have the DATEDIF function to calculate the time elapsed between dates for each job, but can't figure out how to get them to add together.
Thank you.
<tbody>[TR]
[TD][/TD]
[TD]Start Date
[/TD]
[TD]End Date
[/TD]
[TD]Experience
[/TD]
[/TR]
[TR]
[TD]Job 1
[/TD]
[TD]04/04/89
[/TD]
[TD]09/30/97
[/TD]
[TD]8 years, 5 months, 26 days
[/TD]
[/TR]
[TR]
[TD]Job 2
[/TD]
[TD]06/16/97
[/TD]
[TD]06/27/97
[/TD]
[TD]11 days
[/TD]
[/TR]
[TR]
[TD]Job 3
[/TD]
[TD]07/07/97
[/TD]
[TD]06/24/16
[/TD]
[TD]18 years, 11 months, 17 days
[/TD]
[/TR]
[TR]
[TD]Job 5
[/TD]
[TD]06/27/16
[/TD]
[TD]01/03/19
[/TD]
[TD]2 years, 6 months, 6 days
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Total
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like to be able to calculate the total number of years, months, and days experience a person has from individual jobs. I have the DATEDIF function to calculate the time elapsed between dates for each job, but can't figure out how to get them to add together.
Thank you.