In the attached sample file, I need to separate Column B (Asset Description)into 3 columns. The maximum number of characters per column is 43 characters. However, it is important that no words are split down the middle. If the original data is less than 43 characters to begin with, it can remain in one column. A Space between words can be used to judge the definition of a "complete word", but traditional Text To Columns doesn't work because it doesn't recognize character count.
This is a sample with a 4 lines of data, but my actual data file is over 900 so it is impractical to perform manually.
Any ideas?
[TABLE="class: grid, width: 800"]
<tbody>[TR]
[TD]Asset Number[/TD]
[TD]Asset Description[/TD]
[/TR]
[TR]
[TD]EXCONTVCAT 0692[/TD]
[TD]692 CAT DOZER MODEL 973; SERIAL/VIN# 973CELDX00452; OWNED; YR 2009[/TD]
[/TR]
[TR]
[TD]EXCONTVCRLOAD 0691[/TD]
[TD]691 CATERPILLER LOADER S/N CAT0973CHBCPOO194 M# 973C YR 2005 OWNED[/TD]
[/TR]
[TR]
[TD]EXCONTVGRADALL 0618[/TD]
[TD]618 TRACK GRADALL S/N 5210000840 MODEL XL5210[/TD]
[/TR]
[TR]
[TD]EXCONTVKOMATSU 0681[/TD]
[TD]681 KOMATSU 6 WAY BLADE DOZER[/TD]
[/TR]
</tbody>[/TABLE]
This is a sample with a 4 lines of data, but my actual data file is over 900 so it is impractical to perform manually.
Any ideas?
[TABLE="class: grid, width: 800"]
<tbody>[TR]
[TD]Asset Number[/TD]
[TD]Asset Description[/TD]
[/TR]
[TR]
[TD]EXCONTVCAT 0692[/TD]
[TD]692 CAT DOZER MODEL 973; SERIAL/VIN# 973CELDX00452; OWNED; YR 2009[/TD]
[/TR]
[TR]
[TD]EXCONTVCRLOAD 0691[/TD]
[TD]691 CATERPILLER LOADER S/N CAT0973CHBCPOO194 M# 973C YR 2005 OWNED[/TD]
[/TR]
[TR]
[TD]EXCONTVGRADALL 0618[/TD]
[TD]618 TRACK GRADALL S/N 5210000840 MODEL XL5210[/TD]
[/TR]
[TR]
[TD]EXCONTVKOMATSU 0681[/TD]
[TD]681 KOMATSU 6 WAY BLADE DOZER[/TD]
[/TR]
</tbody>[/TABLE]