Hi There.
I am trying to convert a column called: Book Fiscal Month String to an actual date.
The Month string date consists of dates such as: 2018-M01, 2018-M02, 2018-M03, etc.
Here's the catch, the dates are in fiscal months. I would like to convert the fiscal dates to the following:
M01: November
M02: December
M03: January
M04: February
M05: March
M06: April
M07: May
M08: June
M09: July
M10: August
M11: September
M12: October
I've scoured the web and haven't found anything to help me figure this out, or maybe I'm just being a nob.
Thanks for any insight.