I often times encounter raw data where the date in the format YYYYQ (year then quarter, ex: "20193" for the third quarter of 2019). For formatting/presentation purposes I have to add the letter "Q" before the quarter to make it clearer (ex 20193 becomes 2019Q3). If there a macro that would do this automatically for the current selected range? For example, if I have range A1:A10 selected (each containing a date in YYYYQ format), is there a way to have it add the Q in the correct position for all 10 cells in the range? Thank you!