To get the number of days, weeks or years between two dates, use the DATEDIF function. The DATEDIF function has three arguments.
1. Fill in "d" for the third argument to get the number of days between two dates.

 

Note: =A2-A1 produces the exact same result!
2. Fill in "m" for the third argument to get the number of months between two dates.
Months
3. Fill in "y" for the third argument to get the number of years between two dates.
Years
4. Fill in "yd" for the third argument to ignore years and get the number of days between two dates.
Ignore Years, Get Days
5. Fill in "md" for the third argument to ignore months and get the number of days between two dates.
Ignore Months, Get Days
6. Fill in "ym" for the third argument to ignore years and get the number of months between two dates.
Ignore Years, Get Months
Important note: the DATEDIF function returns the number of complete days, months or years. This may give unexpected results when the day/month number of the second date is lower than the day/month number of the first date. See the example below.
Unexpected Result
The difference is 6 years. Almost 7 years! Use the following formula to return 7 years.
Year Function Twice

0 comments:

Post a Comment

 
Top