0
0
Google Sheetsspreadsheet~10 mins

DATE function in Google Sheets - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the formula to create a date for January 1, 2023.

Google Sheets
=DATE([1], 1, 1)
Drag options to blanks, or click blank then click option'
A2022
B1
C2023
D12
Attempts:
3 left
💡 Hint
Common Mistakes
Using the month number instead of the year.
Using a two-digit year like 23 instead of 2023.
2fill in blank
medium

Complete the formula to create a date for March 15, 2024.

Google Sheets
=DATE(2024, [1], 15)
Drag options to blanks, or click blank then click option'
A1
B5
C12
D3
Attempts:
3 left
💡 Hint
Common Mistakes
Using the day number instead of the month.
Confusing month numbers with day numbers.
3fill in blank
hard

Fix the error in the formula to create a date for July 4, 2022.

Google Sheets
=DATE(2022, 7, [1])
Drag options to blanks, or click blank then click option'
A4
B7
C14
D22
Attempts:
3 left
💡 Hint
Common Mistakes
Using the month number instead of the day.
Using the year or month number in the day position.
4fill in blank
hard

Fill both blanks to create a date for December 25, 2025.

Google Sheets
=DATE([1], [2], 25)
Drag options to blanks, or click blank then click option'
A2025
B24
C12
D11
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping year and month numbers.
Using 11 instead of 12 for December.
5fill in blank
hard

Fill all three blanks to create a date for February 29, 2020 (leap year).

Google Sheets
=DATE([1], [2], [3])
Drag options to blanks, or click blank then click option'
A2020
B2
C29
D28
Attempts:
3 left
💡 Hint
Common Mistakes
Using 28 instead of 29 for the day.
Using a non-leap year like 2019.