Hi,
I am quality checking some work that took a few weeks to complete. I used the DateDif function to calculate the number of whole months between two dates. Here is an example:
=DATEDIF("9/18/2014","2/17/2015","m")
Result = 4
I know that this function will round down to the nearest whole number. Why isn't the result = 5?
Numbers below re whole or fractions of a month
9/18/2014 0.4 (12/30)
Oct-2014 1.0
Nov-2014 1.0
Dec-2014 1.0
Jan-2015 1.0
2/17/2014 0.61 (17/28)
Total 5.01 months
I am quality checking some work that took a few weeks to complete. I used the DateDif function to calculate the number of whole months between two dates. Here is an example:
=DATEDIF("9/18/2014","2/17/2015","m")
Result = 4
I know that this function will round down to the nearest whole number. Why isn't the result = 5?
Numbers below re whole or fractions of a month
9/18/2014 0.4 (12/30)
Oct-2014 1.0
Nov-2014 1.0
Dec-2014 1.0
Jan-2015 1.0
2/17/2014 0.61 (17/28)
Total 5.01 months