Caleeco
Well-known Member
- Joined
- Jan 9, 2016
- Messages
- 980
- Office Version
- 2010
- Platform
- Windows
Hello,
Some help with the following problem would be much appreciated!
I have a formula which will determine the CURRENT month and Year in the following format:
if today = 12/09/2017
result = AP9 2017
I would like a formula, whereby I can drag the cell right to fill out adjacent Months/Years eg
AP9 2017 | AP10 2017 | AP11 2017 | AP12 2017 | AP1 2018
The biggest problem is the inflection point when the year changes. Any ideas?
The first column should always represent TODAYs Month/Year combo.
Many Thanks
Caleeco
Some help with the following problem would be much appreciated!
I have a formula which will determine the CURRENT month and Year in the following format:
if today = 12/09/2017
result = AP9 2017
Code:
="AP" & MONTH(TODAY()) & " " & YEAR(TODAY())
I would like a formula, whereby I can drag the cell right to fill out adjacent Months/Years eg
AP9 2017 | AP10 2017 | AP11 2017 | AP12 2017 | AP1 2018
The biggest problem is the inflection point when the year changes. Any ideas?
The first column should always represent TODAYs Month/Year combo.
Many Thanks
Caleeco