DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel
The following article introduces you to the DATEDIF function - one of the functions in the date and time group function is very popular in Excel.
DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel Picture 1
Description: The function calculates the number of days, months and years between two dates in Excel. Functions are useful in formulas for calculating age numbers.
Syntax: DATEDIF (start_date, end_date, unit)
Inside:
- start_date: The first day or representing the first period of time you want to calculate, the date can be entered as text string or as a serial number.
- end_date: The last day or represent the last period you want to count.
- unit: The type of information you want to return, including the following values:
+ unit = 'Y' -> Returns the number of years in the period.
+ unit = 'M' -> Returns the number of months in the time period.
+ unit = 'D' -> Returns the number of days in the period.
+ unit = 'MD' -> Returns the difference between start_date and end_date dates , regardless of the month and year.
+ unit = 'YM' -> Returns the difference between months in start_date and end_date , regardless of the day and year.
+ unit = 'YD' -> Returns the difference between dates in start_date and end_date , regardless of the year.
Attention:
- Date values are stored as serial numbers in Excel.
- DATEDIF function is very useful in calculating age.
For example:
1. Calculate time intervals based on criteria according to the table described below with Unit options.
DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel Picture 2
- In the cell to calculate, enter the formula: DATEDIF (E7, F7, G7).
DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel Picture 3
- Press Enter -> return value is:
DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel Picture 4
- Similarly copying the formula for the remaining values results:
DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel Picture 5
2. Use the DATEDIF function to calculate the age of the following employees:
DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel Picture 6
- In the cell to calculate, enter the formula: = DATEDIF (G7, NOW (), "Y").
DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel Picture 7
- Press Enter -> the employee's age is:
DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel Picture 8
- Similarly copying the formula for the remaining values results:
DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel Picture 9
Above are instructions and some specific examples when using the DATEDIF function .
Good luck!
You should read it
- DAYS360 function - The function returns the number of days between 2 dates, based on 360 days in Excel
- How to calculate the number of days in Excel
- The DAYS function - The function returns the number of days between 2 dates in Excel
- DATEDIF () function (calculate the total number of years, total months or total days from two given periods) in Excel
- How to subtract dates, months, and years in Excel - Calculate the distance between two dates in Excel
- NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel
- NETWORKDAYS.INTL function - The function returns the number of whole working days between 2 dates, specifying weekends in Excel
- Coupdays function - Calculates the number of days in a coupon period and contains the settlement date in Excel
- Wings calculates the number of days, the difference between two dates in Excel
- YEARFRAC function - The function returns the fifth calculated by the number of whole days between two specific dates in Excel
- DAYS function, how to use the function to calculate the number of days between two time points in Excel
- DAYS360 function - The function finds the number of days between two dates based on a 360-day year in Excel
May be interested
DATEVALUE function - Functions to convert text format dates to serial numbers in Excel
DAY function - The function returns the date value of a specific date in Excel
The DAYS function - The function returns the number of days between 2 dates in Excel
DAYS360 function - The function returns the number of days between 2 dates, based on 360 days in Excel
EDATE function - Add and subtract months to a specified date in Excel
EOMONTH function - The function returns the last day in the month before or after 1 day of a specified number of months in Excel