N
nine
I would like to calculate the age in months between 2 custom date codes.
The date code format is as follows: 10804Where the 3 most significant digits
= year, in this case 2008, and the 2 least significant digits = week of the
yearin this case 04. The highest possible week code is 52, the last week of
a given year. So using this example I would like to calculate the number of
months between 10804and 10229.
The problem is these numbers don't subtract very nicely since they are not
your normal format.
Is there a good solution to this question?
Thanks in advance for the help.
Dave
The date code format is as follows: 10804Where the 3 most significant digits
= year, in this case 2008, and the 2 least significant digits = week of the
yearin this case 04. The highest possible week code is 52, the last week of
a given year. So using this example I would like to calculate the number of
months between 10804and 10229.
The problem is these numbers don't subtract very nicely since they are not
your normal format.
Is there a good solution to this question?
Thanks in advance for the help.
Dave