Forum Discussion

JollyRoger01's avatar
JollyRoger01
Helper III
5 years ago
Solved

How to remove two rows based on their specific values i.e. remove a payment that later gets refunded

I am trying to reconcile PayPal statements against a bank account and just want to get a list of incoming and outgoing transactions. To do this I need to weed out the refunds from that occur at a lat...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi JollyRoger01 ,

     

    I created this sample data.

    The result is this.

     

    The method is to first find out the number with Refund, and then add a custom number to turn the found out number into the opposite. Then add the opposite sequence as a new query.

    Turn the list into a table. Then use merge to merge the two tables, filter and delete redundant columns.

     

    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.