i've tried dumping my bank transactions into excel. i want to remove the bank balance though. at the moment each transaction shows up in one cell. eg:
<table style="width: 525px; height: 52px;" border="0" cellpadding="0" cellspacing="0"><col width="64"><tr height="17"> <td style="height:12.75pt;width:48pt" height="17" width="64">Jun 16, 2011 MERCHANDISE ESSO SUP $50.00 $4,379.07</td> </tr></table>
I don't want my bank balance in there so want to get rid of that part. This could be done I suppose by erasing the last 9 characters (assuming the comma and $ count as characters). But I have about 400 lines. How do I do this?
Also I have a transaction every other line, with a blank line in between. How do I get rid of the blanks?
Thanks!
<table style="width: 525px; height: 52px;" border="0" cellpadding="0" cellspacing="0"><col width="64"><tr height="17"> <td style="height:12.75pt;width:48pt" height="17" width="64">Jun 16, 2011 MERCHANDISE ESSO SUP $50.00 $4,379.07</td> </tr></table>
I don't want my bank balance in there so want to get rid of that part. This could be done I suppose by erasing the last 9 characters (assuming the comma and $ count as characters). But I have about 400 lines. How do I do this?
Also I have a transaction every other line, with a blank line in between. How do I get rid of the blanks?
Thanks!