is there a way to filter on rows containing exactly a word. Like when I try to filter on rows containing "DE", it also give me something like Netherlands but I just need the rows where it says "DE" and nothing else
Use the "equal to" operator instead of "contains" when filtering.
To filter for exactly "DE":
1. Click Filter above your table
2. Select your column
3. Choose "equal to" as the operator
4. Enter "DE" as the value
The "equal to" operator checks if text matches the specified value exactly, while "contains" finds any cells that include your search term as a substring.
Hey there David thanks for reaching out, yes this can be done using our Filter option, you can chose to set it so that the filter checks to see if the "Location" column either contains or is equal to a specific value