Forum Discussion

OlllieMollie92's avatar
OlllieMollie92
Copper Contributor
Nov 24, 2022
Solved

Show data by default without hitting Reapply in Sort&Filter menu

Hello, Could you please help me out with automating a filter as follows.   1. I populate data into Sheet 1, choosing a Response from column D. It can be Yes, Unknown, No. 2. In sheet 2 I ...
  • HansVogelaar's avatar
    HansVogelaar
    Nov 24, 2022

    OlllieMollie92 

    You should refer to the sheet in the conditions too, and use + instead of *:

     

    =FILTER(Worksheet!B2:D1000, (Worksheet!D2:D1000="No")+Worksheet!D2:D1000="Unknown"), "")

Resources