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)…