Hi all
Greetings from the UK Midlands!
Really hope you can help with this...
I have the following data in an Excel (note the random spacing):
| Account number | Comment |
| xxxx9999 | issues with rec1 revert fo X for guidance |
| | 24 May - transaction x failed, |
| | overpayment to sam $100 |
| | |
| | |
| | |
| xxxx7985 | No issues |
| | |
| xxxx3241 | Rec complete no issue |
| | Escalate - $8000 27 July no history? |
| | |
| | |
| xxxx4963 | Transaction history sent for audit |
| | Reconciled - no issue |
| | Escalate to company sec - FX transaction |
| | Escalate to company sec - FX transaction |
| | Query charges with bank |
| | |
| xxxx4898 | no issues |
and I am trying to write a script to combine the comments into one cell against the account number... the output would look something like this:
| Account number | Comment |
| xxxx9999 | issues with rec1 revert fo X for guidance, 24 May - transaction x failed, overpayment to sam $100 |
| xxxx7985 | No issues |
| xxxx3241 | Rec complete no issue, Escalate - $8000 27 July no history? |
| xxxx4963 | Transaction history sent for audit, Reconciled - no issue, Escalate to controller - FX transaction, Escalate to controller - FX transaction, Query charges with bank |
| xxxx4898 | no issues |
I've been going round in circles with this all afternoon, so any help would be greatly appreciated...
Many thanks 