The function YEAR converts a date or time period to a year in number format.
This function is useful if you want to easily compare years to see if they're the same.
Syntax
YEAR(Value to convert, [Time period method])
Arguments
Argument | Data type | Description |
Value to convert | Date, Time period | The date or time period to convert to a year, as a number. |
Time period method (optional) | Keyword | Determines whether to extract the year from the start, middle, or end of a time period. |
The keywords for the time period method argument are:
- START, the default method, returns the year for the first date in the time period
- MID, which returns the year for the date in the middle of the time period
- END, which returns the year for the last date in the time period
The YEAR function returns a number.
Excel equivalent
Examples
The example below shows YEAR(Value to convert)
. The values to convert are taken from the Product date, and Year period line items. The are date and time period formatted respectively.
Key dates | Expiry dates | |
Product released | 16/02/2016 | 23/08/2017 |
Year period | Feb 16 | Aug 17 |
Product year
| 2,016 | 2,017 |
Year number
| 2,016 | 2,017 |
The next example shows YEAR(TIME. 'Period').
An explicit time reference is used instead of a line item.
Key dates | |
Year Number
| 2,016 |
The final example shows the effect of the Time period method argument. An explicit time reference is used with a keyword to determine which date in a time period to extract the year from.
Product: Plums | |
Start of fiscal year | Week 1 FY2019 |
Year Start
| 2,018 |
Year Mid
| 2,019 |
Year End
| 2,019 |