Hi everyone,
Long time lurker, I've already learned a lot but I'm stuck here...
I need to clean a column based on a list of blacklisted terms stored in another column. Ideally the solution should be flexible enough to extend the list of blacklisted terms (col B) or the list of phrases to analyse (col A).
Also need to do this without running a MACRO.
Can someone kindly help me?
Example of the wanted behavior:
[TABLE="width: 482"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]ORIGINAL-LIST[/TD]
[TD]BLACKLIST[/TD]
[TD]CLEANED-LIST[/TD]
[/TR]
[TR]
[TD]plural like greens should remain[/TD]
[TD]green[/TD]
[TD]plural like greens should remain[/TD]
[/TR]
[TR]
[TD]overgreen shouldn't be deleted[/TD]
[TD]red[/TD]
[TD]overgreen shouldn't be deleted[/TD]
[/TR]
[TR]
[TD]some greener stuff should stay[/TD]
[TD][/TD]
[TD]some greener stuff should stay[/TD]
[/TR]
[TR]
[TD]some string green stuff[/TD]
[TD][/TD]
[TD]plural like reds should remain[/TD]
[/TR]
[TR]
[TD]Green should get blacklisted too[/TD]
[TD][/TD]
[TD]overred shouldn't be deleted[/TD]
[/TR]
[TR]
[TD]And of course GREEN uppercase should be deleted[/TD]
[TD][/TD]
[TD]some reder stuff should stay[/TD]
[/TR]
[TR]
[TD]plural like reds should remain[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]overred shouldn't be deleted[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]some reder stuff should stay[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]some string red stuff[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Red should get blacklisted too[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]And of course RED uppercase should be deleted[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Long time lurker, I've already learned a lot but I'm stuck here...
I need to clean a column based on a list of blacklisted terms stored in another column. Ideally the solution should be flexible enough to extend the list of blacklisted terms (col B) or the list of phrases to analyse (col A).
Also need to do this without running a MACRO.
Can someone kindly help me?
Example of the wanted behavior:
[TABLE="width: 482"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]ORIGINAL-LIST[/TD]
[TD]BLACKLIST[/TD]
[TD]CLEANED-LIST[/TD]
[/TR]
[TR]
[TD]plural like greens should remain[/TD]
[TD]green[/TD]
[TD]plural like greens should remain[/TD]
[/TR]
[TR]
[TD]overgreen shouldn't be deleted[/TD]
[TD]red[/TD]
[TD]overgreen shouldn't be deleted[/TD]
[/TR]
[TR]
[TD]some greener stuff should stay[/TD]
[TD][/TD]
[TD]some greener stuff should stay[/TD]
[/TR]
[TR]
[TD]some string green stuff[/TD]
[TD][/TD]
[TD]plural like reds should remain[/TD]
[/TR]
[TR]
[TD]Green should get blacklisted too[/TD]
[TD][/TD]
[TD]overred shouldn't be deleted[/TD]
[/TR]
[TR]
[TD]And of course GREEN uppercase should be deleted[/TD]
[TD][/TD]
[TD]some reder stuff should stay[/TD]
[/TR]
[TR]
[TD]plural like reds should remain[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]overred shouldn't be deleted[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]some reder stuff should stay[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]some string red stuff[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Red should get blacklisted too[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]And of course RED uppercase should be deleted[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]