I wish to ADD the following to my existing formula:
[Reporting Period]@row="Jan", "Jan"
[Reporting Period]@row="Mar", "Mar"
[Reporting Period]@row="May", "May"
[Reporting Period]@row="Jul", "Jul"
[Reporting Period]@row="Sep", "Sep"
[Reporting Period]@row="Nov", "Nov"
Here is my current formula:
=IF(CONTAINS("-", LEFT([Reporting Period]@row, FIND(" (", [Reporting Period]@row))), RIGHT(LEFT([Reporting Period]@row, FIND(" (", [Reporting Period]@row)), 4), LEFT([Reporting Period]@row, FIND(" (", [Reporting Period]@row)))