Hello, I have a table with 4 columns. Then I have a combination list (of those 4 columns) that need to be excluded. I guess I can do !Contain command with 100s of lines but is there an easier way?
E.g - the main table
| Col 1 | col 2 | col3 | col4 |
| 333 | 222 | C | 100 |
| 111 | 999 | C | 230 |
The exclusion table
So in this example the main table needs to exclude any rows that have col1 value of 111 and col2 value of 999.