Hi
Got a small issue.
I need to remove specific words from a coloumn but only if the characters of the first word in the coloumn matches them.
In the folowing example i only wish to remove the first blah ,bla,pan,loc,sugar not the second if it exist.Not all words have repeaters.The important thing is i only wish to remove the word if the characters match the first word on the left .
A1
blah23eweew blah ---- this becomes 23eweew blah
bla23dddd bla --- this becomes 23dddd bla
pandfgsswer pan --- this becomes dfgsswer pan
loc2341 loc --- this becomes 2341 loc
sugar23wewew sugar --- this becomes 23wewew sugar
kind regards
nafri
Got a small issue.
I need to remove specific words from a coloumn but only if the characters of the first word in the coloumn matches them.
In the folowing example i only wish to remove the first blah ,bla,pan,loc,sugar not the second if it exist.Not all words have repeaters.The important thing is i only wish to remove the word if the characters match the first word on the left .
A1
blah23eweew blah ---- this becomes 23eweew blah
bla23dddd bla --- this becomes 23dddd bla
pandfgsswer pan --- this becomes dfgsswer pan
loc2341 loc --- this becomes 2341 loc
sugar23wewew sugar --- this becomes 23wewew sugar
kind regards
nafri