How do I split text in a cell into rows without a delimiter?
I would like to split data in my rows from looking like this:Start Letter No.End Letter No.Letter SequenceDelta D3033ABCD0.065to looking like this:Start Letter No.End Letter No.Letter SequenceDelta D3030A03131B0.0653232C0.0653333D0.065 Where the sequence of letters in the text are split into a single letter in each row and this is associated with it's corresponding number in the sequence. The 'Del...