Hello I want to filter my excel sheet by two columns. First collumn is the key the second is the value, so basically key valued pairs where one keys has multiple values ex. John = {"Audi", "BMW", ...}. I want to filter the colums to exlude ALL rows with the keys that contain my filter entry, ex. if filter entry is "Audi" than all John keys (rows) should be hidden

table_excel.jpg