0
0
Google Sheetsspreadsheet~5 mins

YEAR, MONTH, DAY extraction in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the YEAR function do in Google Sheets?
The YEAR function extracts the year part from a date. For example, YEAR(DATE(2024,6,15)) returns 2024.
Click to reveal answer
beginner
How do you extract the month from a date in Google Sheets?
Use the MONTH function. For example, MONTH(DATE(2024,6,15)) returns 6, which is June.
Click to reveal answer
beginner
What is the purpose of the DAY function in Google Sheets?
The DAY function extracts the day number from a date. For example, DAY(DATE(2024,6,15)) returns 15.
Click to reveal answer
beginner
How would you extract the year, month, and day from a date in cell A1?
Use =YEAR(A1) for year, =MONTH(A1) for month, and =DAY(A1) for day.
Click to reveal answer
beginner
If a cell contains the date 12/25/2023, what will =MONTH(cell) return?
It will return 12, because December is the 12th month.
Click to reveal answer
What does the formula =YEAR("2023-11-05") return?
A5
B11
CError
D2023
Which function extracts the month from a date in Google Sheets?
AMONTH()
BDAY()
CYEAR()
DDATE()
If cell A1 has the date 2024-02-14, what does =DAY(A1) return?
A14
BError
C2024
D2
What will =MONTH("2023-07-01") return?
A1
B2023
C7
DError
Which formula extracts the year from a date in cell B2?
A=MONTH(B2)
B=YEAR(B2)
C=DAY(B2)
D=DATE(B2)
Explain how to extract the year, month, and day from a date in Google Sheets.
Think about the separate functions for each part of the date.
You got /4 concepts.
    Describe a real-life situation where extracting the year, month, or day from a date in a spreadsheet might be useful.
    Consider how businesses or people use dates to organize information.
    You got /3 concepts.