mdavontuur25
New Member
- Joined
- May 5, 2011
- Messages
- 11
Hi Everyone
I have an spreadsheet with multiple columns. Column "F" is called Debit and column "G" Credit then Column "H" is and accumalative Column.
Ideally I want the macro to sumtract anything in the debit column and add what is in the credit column to give the cummulative figure.
eg. 100 (Debit) + 0 (Credit) = -100 (Cummulative)
0 (Debit) + 600 (Credit) = 500 (Commulative)
at the end the macro must put the total Cummulative amount in either the Debit column (if " - ") or the credit column (if "+") and place a single line above and a double line at the bottom.
I hope this makes sense
I have an spreadsheet with multiple columns. Column "F" is called Debit and column "G" Credit then Column "H" is and accumalative Column.
Ideally I want the macro to sumtract anything in the debit column and add what is in the credit column to give the cummulative figure.
eg. 100 (Debit) + 0 (Credit) = -100 (Cummulative)
0 (Debit) + 600 (Credit) = 500 (Commulative)
at the end the macro must put the total Cummulative amount in either the Debit column (if " - ") or the credit column (if "+") and place a single line above and a double line at the bottom.
I hope this makes sense