I have data that looks like: D-8, FE-09, I-18, P-1 in a range.
I would want all the numbers from 1 to 9 to have a 0 before them. The previous sequence would then be
D-08, FE-09, I-18, P-01
Is there any way to do this with formulas or as a last resort with a macro? I can do this with formulas but it's long since I'm doing it step by step; separating the letters from the numbers in 2 columns, adding the leading 0, putting them back together.