A
AccessChallenged
I have a program that I need to calculate full months between 2 dates. One
date = 20060721 compared to another date of 20050729. When calculating the
full months I should come up with 11. Here is the formula that I have tried
and I do not come up with the correct computation:
=datediff("m", [date1], [date2]) + int(format([date1], "YYMMDD") <
format([date2], "YYMMDD")) +1
date = 20060721 compared to another date of 20050729. When calculating the
full months I should come up with 11. Here is the formula that I have tried
and I do not come up with the correct computation:
=datediff("m", [date1], [date2]) + int(format([date1], "YYMMDD") <
format([date2], "YYMMDD")) +1