Forum Discussion

DanielOrtiz's avatar
DanielOrtiz
Copper Contributor
Dec 29, 2019
Solved

I want to filter 2, 3 or more rows depending on the value of one of them...

Hi everyone,    This is probably a very basic question:    I want to be able to filter "groups" of rows based on the value of one of the columns   For example:   Name Studio Unique Code ...
  • SergeiBaklan's avatar
    Dec 30, 2019

    DanielOrtiz 

    You may add helper column like

    =COUNTIFS([Favorite Drink],"Coke",[Studio],[@Studio])>0

    and filter on it.

Resources