<t>Mix len(), left(), right(). Maybe others have more elegant ways.QuoteOriginally posted by: brontosaurusI have a cell with a string of digits of unspecified length, say 12345.I'd like to create a cell for every digit in the string to be in on it's own. So if A1 = 12345 then I want A2 = 1 A3 = 2 et...