S
shartman
I have a column that holds text strings no longer than 18 characters
(including spaces) long. Is there a function that I can use to split the
data into 2 columns that hold 9 characters each but not break up individual
words? An IF statement using MID and LEN gets close but not close enough.
Thanks in advance for any help
ex.
Column A Column B Column C
Harveys Bristol Harveys Bristol
Harvest Lite Harvest Lite
(including spaces) long. Is there a function that I can use to split the
data into 2 columns that hold 9 characters each but not break up individual
words? An IF statement using MID and LEN gets close but not close enough.
Thanks in advance for any help
ex.
Column A Column B Column C
Harveys Bristol Harveys Bristol
Harvest Lite Harvest Lite