The information in this article applies to:
SUMMARYThis article contains information about calculating the number of months between any two given dates. MORE INFORMATION
To calculate the number of months between any two dates, use one of the
following methods. Note that both methods use the following information:
Method 1This method does not take days into consideration. For example, given a start date of 10/31 and an end date of 11/2, one month is returned. However, years are taken into consideration. For this method, use the following formula:
For example, the following sample formula returns 11:
NOTE: This example assumes NOW() refers to October 1990. Method 2This method takes days into consideration. For example, given a start date of 10/31 and an end date of 11/2, 0 (zero) months is returned. Years are also taken into consideration. For this method, use the following formula:
For example, the following sample formula returns 10:
NOTE: This example assumes NOW() refers to October 1, 1990. Additional query words: 2.0 2.00 2.1 2.10 2.2 2.20 3.0 3.00 4.0 4.00 XL97 XL7 XL5 XL4 XL3 XL2
Keywords : kbdta xlformula |
Last Reviewed: March 22, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |