R
Randy
Thanks to all the MVPs and other knowledgeable people on this group. I
hope to someday become half as proficient. I’m having some trouble at
the moment and wonder if anyone has a snippet of code or other
solution to this pesky little issue …
I have cell data, arranged in rows spanning a yet unknown number of
rows (but arranged entirely in column A), that each contain two
instances of a phrase. Each cell generally has a unique set of phrases
(as opposed to other cells, that is), but not so in all cases. There
could be an instance where for example A50 might have the same two
phrases as that in A2.
I would like to eliminate the second instance of the phrase in each
row cell (in the cells spanning Column A, that is). The difficulty
lies in that the first letter of the second instance of the phrase is
always joined with the last word in the first instance.
Three example cells (exactly as encountered in my list):
I General principlesI General principles
3 Miscellaneous3 Miscellaneous
a Between reviewa Between review
Does anyone have any idea as to what I might do in order to make the
following happen:
1) Discard one instance of the phrase in each row cell, and
2) Keep only one instance of the phrase found in each row cell, and
3) Paste the one instance to column B, alongside its corresponding
cell in column A.
Any suggestions are sincerely appreciated.
thanks,
Randy
hope to someday become half as proficient. I’m having some trouble at
the moment and wonder if anyone has a snippet of code or other
solution to this pesky little issue …
I have cell data, arranged in rows spanning a yet unknown number of
rows (but arranged entirely in column A), that each contain two
instances of a phrase. Each cell generally has a unique set of phrases
(as opposed to other cells, that is), but not so in all cases. There
could be an instance where for example A50 might have the same two
phrases as that in A2.
I would like to eliminate the second instance of the phrase in each
row cell (in the cells spanning Column A, that is). The difficulty
lies in that the first letter of the second instance of the phrase is
always joined with the last word in the first instance.
Three example cells (exactly as encountered in my list):
I General principlesI General principles
3 Miscellaneous3 Miscellaneous
a Between reviewa Between review
Does anyone have any idea as to what I might do in order to make the
following happen:
1) Discard one instance of the phrase in each row cell, and
2) Keep only one instance of the phrase found in each row cell, and
3) Paste the one instance to column B, alongside its corresponding
cell in column A.
Any suggestions are sincerely appreciated.
thanks,
Randy