Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I downloaded a checkbook register template and i would like to know how i get
it to automatically add/subtract the debits/credits so i have a current balance at all times |
#2
![]() |
|||
|
|||
![]()
Hi mic
The logical way would be to add a Balance column. If you have deposits in say Column C and withdrawals in say Column D, and you start in Row 3 you can insert an opening balance in E3. In E4 enter the following formula: =IF(AND(C4="",D4=""),"",E3+C4-D4) and copy it doen as far as you wnat to go -- ve_2nd_at. Randburg, Gauteng, South Africa "mic" wrote: I downloaded a checkbook register template and i would like to know how i get it to automatically add/subtract the debits/credits so i have a current balance at all times |
#3
![]() |
|||
|
|||
![]()
We would need a bit more information as to what the issues are. Can
you describe the cell structure? Steve |
#4
![]() |
|||
|
|||
![]()
thank-you... problem has been solved
"stretch" wrote: We would need a bit more information as to what the issues are. Can you describe the cell structure? Steve |
#5
![]() |
|||
|
|||
![]()
thank -you...problem solved
"Kassie" wrote: Hi mic The logical way would be to add a Balance column. If you have deposits in say Column C and withdrawals in say Column D, and you start in Row 3 you can insert an opening balance in E3. In E4 enter the following formula: =IF(AND(C4="",D4=""),"",E3+C4-D4) and copy it doen as far as you wnat to go -- ve_2nd_at. Randburg, Gauteng, South Africa "mic" wrote: I downloaded a checkbook register template and i would like to know how i get it to automatically add/subtract the debits/credits so i have a current balance at all times |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i get the running balance from one worksheet to another? | Excel Worksheet Functions | |||
How do I calculate a running balance? | Excel Worksheet Functions | |||
How to hide values in a running balance untill new data is entere. | Excel Discussion (Misc queries) | |||
how : check register running balance is a stationary cell | Excel Discussion (Misc queries) | |||
running balance | New Users to Excel |