How do we add a whitespace within the string in one of lists of which specific character length bigger than standard form?
For an example; Character Column#1 at row#1: asd 123 deg jkldjsakldjlk 1124 if length of any of word within the cell value is bigger than "5", I want a whitespace on the third character. Ideal form is as belowCharacter Column#1 at row#1: asd 123 deg jkl djsakldjlk 1124 thanks,