saidhruv
Member
Dear Expert,
Request you to help in splitting a cell into two cells using the following delimiter and logic..
Cell contains Company Name as well as its Address.
We need to split the two using below mentioned delimiters.
The list of delimiters is mentioned below. Please note that LTD. is also a delimiter while LIMITED is also one.
a. LTD.
b. LIMITED
c. PVT. LTD.
d. PRIVATE LIMITED.
e. INC.
f. INCORPORATION
g. CORP.
h. CORPORATION
i. LLP.
j. Limited liability partnership
k. LLC
l. Limited liability COMPANY
m. LP.
n. Limited partnership
o. CO.
p. COMPANY
q. PLC.
r. Programmable Logic Controller
s. AG.
t. AGENCY
u. ORG.
v. organization
w. GMBH.
x. Gesellschaft mit beschränkter Haftung
y. LL.
z. Limited liability
aa. SRL.
bb. Salazar Resources Limited
The logic has to be the following:
a. In case the string has only one of the above delimiters, split the Company Name at that delimiter.
b. In case string has multiple delimiters, and they seems to be one after the other without any other word between two delimiters, split the Company Name after the right most delimiter.
c. In case string has multiple delimiters, and between two delimiters there are other words, split at the place just before we find the words or characters that are after the delimiter.
d. In case string has no delimiter, split string after the CAPS words. However, do highlight this cell so that we can verify.
e. In case some string does not have any of the above logic, pls keep the sting as it is so that it can be manually worked upon.
Sharing the example of all of the above logic in attached excel.
Note: Post delimiter there may be some special characters, i.e. could be comma or hyphen, etc.. Please include the same within Company Name itself.
Thanks!
Request you to help in splitting a cell into two cells using the following delimiter and logic..
Cell contains Company Name as well as its Address.
We need to split the two using below mentioned delimiters.
The list of delimiters is mentioned below. Please note that LTD. is also a delimiter while LIMITED is also one.
a. LTD.
b. LIMITED
c. PVT. LTD.
d. PRIVATE LIMITED.
e. INC.
f. INCORPORATION
g. CORP.
h. CORPORATION
i. LLP.
j. Limited liability partnership
k. LLC
l. Limited liability COMPANY
m. LP.
n. Limited partnership
o. CO.
p. COMPANY
q. PLC.
r. Programmable Logic Controller
s. AG.
t. AGENCY
u. ORG.
v. organization
w. GMBH.
x. Gesellschaft mit beschränkter Haftung
y. LL.
z. Limited liability
aa. SRL.
bb. Salazar Resources Limited
The logic has to be the following:
a. In case the string has only one of the above delimiters, split the Company Name at that delimiter.
b. In case string has multiple delimiters, and they seems to be one after the other without any other word between two delimiters, split the Company Name after the right most delimiter.
c. In case string has multiple delimiters, and between two delimiters there are other words, split at the place just before we find the words or characters that are after the delimiter.
d. In case string has no delimiter, split string after the CAPS words. However, do highlight this cell so that we can verify.
e. In case some string does not have any of the above logic, pls keep the sting as it is so that it can be manually worked upon.
Sharing the example of all of the above logic in attached excel.
Note: Post delimiter there may be some special characters, i.e. could be comma or hyphen, etc.. Please include the same within Company Name itself.
Thanks!