Jyotirmaya
Board Regular
- Joined
- Dec 2, 2015
- Messages
- 216
- Office Version
- 2019
- Platform
- Windows
The sample text data in my sheet are like the following,
example
Peter England, * Shirt / UK in a single cell. I need Peter England in a different cell Shirt in a different cell UK in a different cell.
I am using the following function
B1 =LEFT(A1,FIND(",",A1)-1) for getting Peter England in B1
I need two more functions to get Shirt in C1 & Uk in D1
I am trying =RIGHT(A1,LEN(A1)-FIND("*",A1)*1) but with that code I am getting Shirt/UK
I need Shirt in different cell and UK in different cell.
<colgroup><col width="115"></colgroup><tbody>
[TD="width: 115"]
[TABLE="width: 115"]
<colgroup><col></colgroup><tbody>[TR]
</tbody>[/TD]
[/TR]
</tbody>[/TABLE]
example
Peter England, * Shirt / UK in a single cell. I need Peter England in a different cell Shirt in a different cell UK in a different cell.
I am using the following function
B1 =LEFT(A1,FIND(",",A1)-1) for getting Peter England in B1
I need two more functions to get Shirt in C1 & Uk in D1
I am trying =RIGHT(A1,LEN(A1)-FIND("*",A1)*1) but with that code I am getting Shirt/UK
I need Shirt in different cell and UK in different cell.
<colgroup><col width="115"></colgroup><tbody>
[TD="width: 115"]
[TABLE="width: 115"]
<colgroup><col></colgroup><tbody>[TR]
</tbody>
[/TR]
</tbody>[/TABLE]