Hi,
I have a bank statement in the format marked input below . I want to concatenate all the text together , but the number of rows vary.
======> input
date--------- text---------debit ---------credit
28/9---------big
-------------store
-------------in big
-------------town--------200----------------
29/9---------small
-------------store in
-------------small town--------------------100
======> output
date----text--------------------debit------credit
28/9----big store in big town-----200
29/9----small store in small town-------------100
regards and thanks Paul
I have a bank statement in the format marked input below . I want to concatenate all the text together , but the number of rows vary.
======> input
date--------- text---------debit ---------credit
28/9---------big
-------------store
-------------in big
-------------town--------200----------------
29/9---------small
-------------store in
-------------small town--------------------100
======> output
date----text--------------------debit------credit
28/9----big store in big town-----200
29/9----small store in small town-------------100
regards and thanks Paul