0
0
Google Sheetsspreadsheet~5 mins

DATEDIF for differences in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the DATEDIF function do in Google Sheets?
DATEDIF calculates the difference between two dates in years, months, or days.
Click to reveal answer
beginner
Syntax of DATEDIF function?
DATEDIF(start_date, end_date, unit) where unit can be "Y", "M", "D", "MD", "YM", or "YD".
Click to reveal answer
beginner
What does the unit "Y" mean in DATEDIF?
It returns the number of complete years between the start and end dates.
Click to reveal answer
intermediate
How to get the number of months ignoring years using DATEDIF?
Use unit "YM" to get months difference ignoring years.
Click to reveal answer
intermediate
What happens if the start_date is after the end_date in DATEDIF?
DATEDIF returns a #NUM! error because start_date must be before end_date.
Click to reveal answer
Which DATEDIF unit returns the total days difference between two dates?
A"D"
B"MD"
C"YM"
D"Y"
What does the "MD" unit in DATEDIF calculate?
ADifference in complete months
BDifference in total days
CDifference in years
DDifference in days ignoring months and years
If start_date is 2023-01-01 and end_date is 2024-01-01, what does DATEDIF with unit "Y" return?
A0
B12
C1
D365
Which unit would you use to find months difference ignoring years?
A"M"
B"YM"
C"YD"
D"MD"
What error occurs if start_date is after end_date in DATEDIF?
AReturns #NUM! error
BReturns negative number
CReturns 0
DReturns #VALUE! error
Explain how to use DATEDIF to find the difference in years, months, and days between two dates.
Think about how each unit counts different parts of the date difference.
You got /4 concepts.
    Describe the difference between the DATEDIF units "MD", "YM", and "YD".
    Each unit ignores some parts of the date difference.
    You got /3 concepts.