Hi,
I would like to filter out data in multiple conditions with below data set:
1. GAM name is blank
2. Split_Remarks is "Roll up" and blank
3. Special target is NOT "TBS Asia" and "TBS EMEA"
| ID | GAM Name | Split_Remarks | Special Target |
| 123 | Apple | Roll Up | TBS Asia |
| 456 | | | IRU |
| 789 | Amazon | | CM |
| 1011 | | Team support | TBS EMEA |
| 1213 | | Team support | TBS EMEA |
| 1415 | Twitter | Team Owner | CM |
Appreciate any feasible solutions.