Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Remove all rows with same ID based on another row's input

Hi, I have a table like the one below but with more columns. If I wanted to remove someone who has Status = Complete, but remove all of their data how would I do so? I have tried this but it is only...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Anonymous ,

     

    Here's my solution.

    1.Group by ID.

     

    2.Add a custom column to check if Status = "Complete".

     

     

    3.Remove the rows with ture.

     

     

    4.Expand the Count column and remove the unneeded column.

     

    You can check more details from my attachment.

     

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.