I have a table of data looks something like this:
1 | 6 | Happy H | KEEP |
2 | 7 | H H. WORLD | KEEP |
3 | 8 | HAPPY | KEEP |
4 | 9 | HENRY | REMOVE |
5 | 0 | CENTRE H. | KEEP |
I want to keep all the rows with KEEP and without H (uppercase).
3 | 8 | HAPPY | KEEP |
5 | 0 | CENTRE H. | KEEP |
Solved! Go to Solution.
Hi @atcodedog05, thank you for the response! You've been helpful like always. I guess I haven't fully understood how contains() works. What does the 0 mean in your !contains() formula?
Hi @45179902
0 is an optional config. Which means make it case sensitive take only upper H and not lower h.
Hope this helps : )
Happy to help : ) @45179902
Cheers and have a nice day!
User | Count |
---|---|
16 | |
14 | |
12 | |
6 | |
6 |