Problem converting Quarter and Fiscal year to date format
1QFY16, 2QFY16, 3QFY16, 4QFY16 this is the data will be there in excel file
The problem is, Using tReplace i have replaced 1QFY as "Jun-" similarlly for remaining 2QFY as "Sep-" 3QFY as "Dec-" 4QFY as "Mar-" so the output will be like Jun-16, Mar-16, Dec-16, Mar-16 as per above 1QFY16 ......
But the actual ouptput should be Jun-15, Mar-15, Dec-15, Mar-16 instead of Jun-16, Mar-16, Dec-16, Mar-16.