YEAR
The YEAR function in Google Sheets returns the year specified by a given date.
Function Syntax and Parameters
Syntax: YEAR(date)
Parameters:
date: The date from which to extract the year.
Step-by-Step Tutorial
- Using
YEARwith a specific date:- Example:
=YEAR("10/31/2021") - Result:
2021
- Example:
Use Cases and Scenarios
- Financial Analysis: Extract the year from a transaction date for further analysis.
- Project Management: Get the year from a project deadline to calculate the total project duration.
- Sales Forecasting: Determine the year of sales data to identify yearly trends.
Related Functions
MONTH: Extract the month from a date.DAY: Extract the day from a date.DATE: Create a date by providing the year, month, and day values.