I need help with creating a REGEX formula. I want to take a column called Quarter in the following string format 2008Q1 and I want to change to the following format date format (Month, yyyy), so 03, 2008 for 2008Q1 so that I can use the DateTime format to convert to DateTime. So, 2008Q2, would be 06, 2008, 2008Q3 would be 09, 2008, and 2008Q4 would be 12,2008.
Thanks,
Derreck