Hello Friends,
I am back with another question for my Excel Project.
My Excel Worksheet uses =FILTER() Functions to get some data based on two criterias out of a larger table.
I would like to include a Field/ Dropdown with Names of Persons as an optional choice which should influence my FILTER function.
So basically a third optional criteria (Consider it if I choose something, dont consider it if empty.)
My current Function
What I would like to add![]()
=FILTER(Tabelle1[Customer];(Tabelle1[Revenue Start]>=Tabelle3!A4)*(Tabelle1[Revenue End]<=Tabelle3!B4)+(Tabelle1[Owner]=Tabelle3!D4);"")
Dropdown: NAMES
If there is a name in the dropwdown selected the function should adjust and check for the NAME and if I dont select a NAME the function should run as before.
Hope the explanation is somewhat clear.
Thank you very much for your help!
Bookmarks