Forum Discussion
Laeti
6 years agoFrequent Visitor
new column to exclude rows containing or equal value
Hello,
I have 3 columns with different information and I would like to exclude some values and I am stuck as I have too many different arguments.
For exemple I would like to exclude:
- all rows for which column A starts with T000 or
- all rows for which column B = US or
- all rows for which column C contains "tube"
Many thaks for your support!
3 Replies
- LaetiFrequent Visitor
Thanks.
It works perfectly well for the first 2 columns but the column C is not = but it is contains tube. How can I mnage that third one? Thanks