I have in column D strings like
A1B1C1D1E1 or A5B1C3D1E4 etc
There can be blanks too. There length will always be even if not blank.
Which means we can have from 2 characters up to 10 characters.
So from the above given example if cell D2 is having A5B1C3D1E4, then I am splitting it and...