Returns the number of years, including fractional years, between two given dates.
Syntax
start_date: The date from which to calculate the number of years. E.g. "2/5/2020"
end_date: The date up to which to calculate the number of years. E.g. "7/8/2020"
basis: Indicates the day count method to use. Defaults to 0 if omitted.
Examples
|
Formula |
Result |
|
=YEARFRAC("2/5/2000";"7/8/2020";0) |
20.425 |
|
=YEARFRAC(D2;E2;1) |
0.163934426 |
|
=YEARFRAC("1/1/2018";"1/1/2019";2) |
1.013888889 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions