0
0
Excelspreadsheet~10 mins

DATE function construction in Excel - 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 15, 2024.

Excel
=DATE([1], 1, 15)
Drag options to blanks, or click blank then click option'
A1
B15
C2024
D2023
Attempts:
3 left
💡 Hint
Common Mistakes
Using the day or month number instead of the year.
Confusing the order of arguments in the DATE function.
2fill in blank
medium

Complete the formula to create a date for March 10, 2023.

Excel
=DATE(2023, [1], 10)
Drag options to blanks, or click blank then click option'
A10
B15
C2023
D3
Attempts:
3 left
💡 Hint
Common Mistakes
Using the day number instead of the month.
Mixing up the order of arguments.
3fill in blank
hard

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

Excel
=DATE(2022, 7, [1])
Drag options to blanks, or click blank then click option'
A4
B7
C14
D2022
Attempts:
3 left
💡 Hint
Common Mistakes
Using the month or year instead of the day.
Entering a day number that is too large for the month.
4fill in blank
hard

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

Excel
=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 the year and month.
Using the wrong month number.
5fill in blank
hard

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

Excel
=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 in a leap year.
Mixing up the order of year, month, and day.