Returns the number of 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"
mode: Determines the numbering system to use. Defaults to 0 if omitted.
Examples
|
Formula |
Result |
|
=YEARS("2/5/2000";"7/8/2020";0) |
20 |
|
=YEARS(E2;F2;1) |
0 |
|
=YEARS("1/1/2018";"1/1/2019";1) |
1 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions