I need a quick fix for an issue I've been having. Basically I have a data base, and I send versions to people to populate. However, in the excel sheet that I have sent, people have been inserting multiple spaces, in place of a line break. I need to remove these spaces and replace them with a line break, without removing the spaces that belong between words. I have tried many combinations of the substitute and trim function but have not found any solution. Thanks in advance!! See below for example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]123-456-789.0
987-654-321.0 456-789-123.0
[/TD]
[TD]123-456-789.0 Document Number1 987-654-321.0 Document2 456-789-123.0 DocumentName 3
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]123-456-789.0
987-654-321.0 456-789-123.0
[/TD]
[TD]123-456-789.0 Document Number1 987-654-321.0 Document2 456-789-123.0 DocumentName 3
[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: