I have a table of data looks something like this:
I want to keep all the rows with KEEP and without H (uppercase).
Hi @45179902
Here is how you can do it.Workflow:
Hope this helps : )
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?