Forum Discussion
Hogstad_Raadgivning
May 20, 2021Iron Contributor
Filter using dynamic operrator.
Hi, The goal here is to select the oprator from a list. So the filter function change if the selection is < > <= >= from cell reference Function =FILTER(Tabell1;INDEX(Tabell1;;XMATCH(S4;...
- May 20, 2021You can do this using a range name. Suppose the > is in C1 and the value in D1, define this range name:
Name: MyFilter
Refersto:
=FILTER(Table1[a],EVALUATE(Table1[a]&Sheet1!$C$1&Sheet1!$D$1))
Now enter =MyFilter somewhere.
JKPieterse
May 20, 2021Silver Contributor
Nope, Test is the name of the name, you can see what the formula translated to in Name Manager (Formulas tab).
Hogstad_Raadgivning
May 20, 2021Iron Contributor
I noticed, when I looked closer.
Thank you again.
Best regards
- Geir
Thank you again.
Best regards
- Geir