I have a spreadsheet with thousands of rows from bank statements. The description of some transactions have been split over 2 or 3 rows and I need to merge them into a single row. The XXXXXXXXX needs to merged into row above it. So any row with a value in the description column that is without a value in the balance column the value in the description column needs to be merged into the description cell in the row above it.
The result for the first row below should be:
Current sheet
The result for the first row below should be:
02/08/2022 | Inward Remittance XXXXXXXXXXXX XXXXXXXXXXXX | 999,999,999.000 | 9,999,999.000 |
Current sheet
Date | Description | Debit | Credit | Balance | |
02/08/2022 | Inward Remittance | 999,999,999.000 | 9,999,999.000 | ||
XXXXXXXXXXXX | |||||
XXXXXXXXXXXX | |||||
02/08/2022 | Online Acct to Acct transfer | 99,999.000 | 999.000 | ||
03/08/2022 | Salary Received | 999.000 | 99,999.000 | ||
05/08/2022 | Debit Card Purchase Card number | 9999999.000 | 999,999,999.000 | ||
XXXXXXXXXXXX | |||||
XXXXXXXXXXXX |