Forum Discussion

Crawforc's avatar
Crawforc
Copper Contributor
Oct 03, 2022
Solved

How to reference user selected value from a filter

I am trying to reference the item a user picks from a filter. I cannot use a drop down list.    For example, there is a column where a filter is applied. User selects 1 item in the list. How can I ...
  • Patrick2788's avatar
    Oct 04, 2022

    Crawforc 

    This might work if you only need to reference 1 selected item in the filter (If you need multiple, another formula can be drawn up).

     

    =REDUCE("",category,LAMBDA(a,v,IF(SUBTOTAL(3,v)=0,a,v)))

Resources