Hi all,
I have a sheet where i need to split messy data in a single cell ending up with two clean cells.
Here's an example:
[TABLE="width: 299"]
<tbody>[TR]
[TD="width: 299"]A V AUTO SALES is in cell A2The end goal is:
AV Auto in cell B2
Sales in B3
Here's another:
[TABLE="width: 299"]
<tbody>[TR]
[TD="width: 299"]R & D MOTORS
goal is:
R&D
Motors[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
There may be variations of how that data is spaced, how many spaces there will be, etc. Once all the data is split cleanly, i'll need to make sure the combined characters of both cells is 19 or less. I believe that can be done after the fact, but wanted to include it in case it can be performed in the same operation.
THANKS FOR THE HELP!
I have a sheet where i need to split messy data in a single cell ending up with two clean cells.
Here's an example:
[TABLE="width: 299"]
<tbody>[TR]
[TD="width: 299"]A V AUTO SALES is in cell A2The end goal is:
AV Auto in cell B2
Sales in B3
Here's another:
[TABLE="width: 299"]
<tbody>[TR]
[TD="width: 299"]R & D MOTORS
goal is:
R&D
Motors[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
There may be variations of how that data is spaced, how many spaces there will be, etc. Once all the data is split cleanly, i'll need to make sure the combined characters of both cells is 19 or less. I believe that can be done after the fact, but wanted to include it in case it can be performed in the same operation.
THANKS FOR THE HELP!