Hi team,
I have this formula that is meant to split the source text in cell E2 into several adjacent cells (F2, G2...) where no cell should exceed 200 characters. At the same time, I'm doing a basic clean up:
So far so good, it's working as expected, however, it is![]()
Please Login or Register to view this content.
# splitting words across cells, e.g. "acc" in F2 and "ess" in G2. I would need to make sure that the words stay in tact and the breakpoint is essentially the last blank space before the 200th character.
# it truncates the last text block and does not output the last few words
Any idea how to solve this?
Attaching an example workbook. Any help appreciated![]()
Bookmarks