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
="AP" & MONTH(TODAY()) & " " & YEAR(TODAY())
I would like a formula, whereby I can drag...