mzainims
New Member
- Joined
- Dec 5, 2018
- Messages
- 9
I've got this nagging situation/s.
In my excel files I've this:
examples in the tables are as below:
How do I seperate it into e.g. Roberto Engelesias Darwin into FirstName==Roberto Englesias, LastName==Darwin (note there is no Middlename)
..and Subramurthy s/o Thirumurthy into Firstname==Subramurthy, Middle==s/o, LastName==Thirumurthy
I've tried the LEFT(C4,6) but this will only takes "Robert" if I modified it with LEFT(C4,17), it will take "Robert Engelesias".....but what about another 6000 rows?
There will be about 6000 to 8000 rows of this names in the excel files.
Any ideas?
In my excel files I've this:
examples in the tables are as below:
Names | FirstName | MiddleName | LastName |
Roberto Engelesias Darwin | |||
Subramurthy s/o Thirumurthy | |||
Abdool Kassim ibnu Murshid | |||
Azmi Bin Abdullah |
How do I seperate it into e.g. Roberto Engelesias Darwin into FirstName==Roberto Englesias, LastName==Darwin (note there is no Middlename)
..and Subramurthy s/o Thirumurthy into Firstname==Subramurthy, Middle==s/o, LastName==Thirumurthy
I've tried the LEFT(C4,6) but this will only takes "Robert" if I modified it with LEFT(C4,17), it will take "Robert Engelesias".....but what about another 6000 rows?
There will be about 6000 to 8000 rows of this names in the excel files.
Any ideas?