Hello all,
I've been given an excell file where I need to automatically calculate the amount of months between two dates.
The first catch is that the dates are not written in the standard date format but like this: 201603 (the year with the month following it, no days)
I've managed to come up with a way to calculate the amount of months between yet struggle when I want to add another parameter.
I need to calculate it per year too. (it only needs to count the amount of months of one year, like when the dates inputted are 201601 - 201705 it only needs to tell me the amount of months in 2016)
For example:
The info that is in the excel file: 201608____201703 (= 8 months)
What I need excel to do and show:
First column: 5 months (excel needs to calculate with these numbers: 201608_____201612)
Second Column: 3 months (excel needs to calculate with these numbers: 201701______201703 = )
Is this possible?
Thank you in advance and best regards,
M.
Bookmarks