Exported mint transactions manipulation to change debit numbers to minus.
After exporting to excel select an empty column and put this in the first cell Assuming D column has the amounts and E column has the debit/credit =if(E1=”debit”,-D1,D1)…
Reviews, opinions and all the rest.
After exporting to excel select an empty column and put this in the first cell Assuming D column has the amounts and E column has the debit/credit =if(E1=”debit”,-D1,D1)…
Using Excel 2010, 1) Load both files 2) copy the older table and paste it to the end of the newer table 3) In the Data Tab Click…