Trevor3007
Well-known Member
- Joined
- Jan 26, 2017
- Messages
- 675
- Office Version
- 365
- Platform
- Windows
Hi,
Within a range ( a1..a500)I need to place the first name & surname in to retrospective columns . Below is an example
Billy.twoshoes1234@sole.uk
I need to remove the . , number & @sole.uk .
[TABLE="width: 500"]
<tbody>[TR]
[TD]First name[/TD]
[TD]surname [/TD]
[/TR]
[TR]
[TD]billy [/TD]
[TD]twoshoes[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Then have the 1st name in one col & the surname in another ( as shown above).
Although I can get the first name via ‘ =LEFT(X2, FIND(".", X2&"?")-1) ‘, I cannot get the surname?
Can anyone sort this issue for me?
Many thanks in advance…..
KR
Within a range ( a1..a500)I need to place the first name & surname in to retrospective columns . Below is an example
Billy.twoshoes1234@sole.uk
I need to remove the . , number & @sole.uk .
[TABLE="width: 500"]
<tbody>[TR]
[TD]First name[/TD]
[TD]surname [/TD]
[/TR]
[TR]
[TD]billy [/TD]
[TD]twoshoes[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Then have the 1st name in one col & the surname in another ( as shown above).
Although I can get the first name via ‘ =LEFT(X2, FIND(".", X2&"?")-1) ‘, I cannot get the surname?
Can anyone sort this issue for me?
Many thanks in advance…..
KR