As we all know, we can filter only based on 1 condition on 1 column within our data-set using FILTER tool till date.
Idea is if people can add multiple conditions on same or different columns within same tool. e.g.
- Multiple conditions might be on same column (like column A > 1 and A is not null)
- Different conditions on different columns of dataset (like column A>=5 and B equals ="xyz"
Thanks!