Hello,
this has been asked before but my problem is a bit different. I want to get rid of some words in a column using a Macro (or formulae)
Notes:
this has been asked before but my problem is a bit different. I want to get rid of some words in a column using a Macro (or formulae)
text | revised text | Text to remove |
This is a sentence containing keywords. For Analysis, for general. | sentence,keywords,analysis,general | is |
this is a General Analysis | general,analysis | this |
a | ||
containing | ||
for |
Notes:
- Revised text should not contain spaces i.e word1,word2
- "This" (starting with capital letter) has been removed even though "this" lower case has been specified
- Column "Text to remove" includes the list of predefined words that will need to be removed
- "Analysis" has not (or part of it) been removed even though it includes "is"
- "." and "," should be removed but result should be delimited with ","
- Revised text should all be in lower case.