Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Remove row with two filters

How do I remove rows following two steps. First: filter all null cells in collum T Second: filter all cells that contains any value in collum S then delete rows
  • parry2k's avatar
    parry2k
    6 years ago

    Anonymous in formula bar update your filter expression as below, first filter column T by selecting a value and then on filter row step, update the expression as below

     

     

    ([T] <> null and [S]<>null)  or [S]=null)