Hi,
I have a task which I am not very sure how to tackle it and need some guidance
So there are thousands of rows as per the example below, so items such as BANK/PAID are 'paired' and the same per PAID/CREDIT, NOTE THE ORDER OF THE PAIRS, so what I need to do is to isolate the row I have highlighted in black as this needs to investigate.
| CUSTOMER | TRANSACTION | DATE |
| A | BANK | 01/01/2022 |
| A | PAID | 01/01/2022 |
| A | BANK | 02/02/20222 |
| A | PAID | 02/02/2022 |
| A | BANK | 03/03/2022 |
| B | BANK | 01/01/2022 |
| B | PAID | 01/01/2022 |
| B | PAID | 01/02/2022 |
| B | CREDIT | 02/02/2022 |
Kind Regards,
Dan