Forum Discussion

kekepania052970's avatar
kekepania052970
New Member
4 years ago
Solved

Filter rows if multiple columns have values are 0

How do I filter out rows that have zeros in multiple columns?    
  • mussaenda's avatar
    4 years ago

    Hi kekepania052970,

     

    You can create a custom column with rule of

    if Coulmn1 = 0 and

    Column2 = 0 and

    Column3 = 0 and

    etc.

    then "Hide"

    else "Show"

     

    then filter the custom column to Show.

     

    Hope this helps