Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the formula to get the current date in Excel.
Excel
= [1]() Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using NOW() when only the date is needed.
Trying to type the date manually instead of using the function.
✗ Incorrect
The TODAY() function returns the current date without the time.
2fill in blank
mediumComplete the formula to get the current date and time in Excel.
Excel
= [1]() Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using TODAY() when time is needed.
Forgetting to format the cell to show time.
✗ Incorrect
The NOW() function returns the current date and time.
3fill in blank
hardFix the error in the formula to show the current date only.
Excel
= [1]() Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using NOW() which includes time.
Using DATEVALUE or TIMEVALUE incorrectly.
✗ Incorrect
Use TODAY() to get the current date without time.
4fill in blank
hardFill both blanks to create a formula that adds 5 days to today's date.
Excel
= [1]() [2] 5
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using NOW() instead of TODAY() when only date is needed.
Using minus sign instead of plus.
✗ Incorrect
Use TODAY() to get the current date and add 5 days with +.
5fill in blank
hardFill all three blanks to create a formula that shows the current time only.
Excel
= [1]() - INT([2]()) + [3]
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using TODAY() which has no time.
Not subtracting the integer part to remove the date.
✗ Incorrect
This formula extracts the time from NOW() by subtracting the integer part (date) and adding zero.