Simple Cash Book. Formula proble in Column K

rincewind2019

New Member
Joined
Jan 29, 2019
Messages
23

a
b
c
d
e
f
g
h
i
j
k
income
expend
bank
Date
Description
Rec
Income
Vouch
expend
CHQ No
Deposits
Withdrawal
balance
Cash
1/1
B Forward
100.00
10.00
1/1
Test 1
1
10.00
1
100.00
20..00
2/1
Test 2
1
20.00
1
20.00
80
0.00

<tbody>
</tbody>



I have put together a simple Cash book. In test 1 the formula =IF(OR(ISBLANK(A4),ISBLANK(B4)),"",D4+K3-F4) works fine to calculate Plus or Minus in the cash column.
My problem is that in test 2, where I have bank transaction I need the cash column in K4 to copy down to K5 while still calculating the change in the bank column I am using the formula =IF(OR(ISBLANK(A5),ISBLANK(B5)),"",D5+K4-F5)

Thanks in advance.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Hi again,

The formula you sent works great, thank you. there is just one more thing.
I also need formula to take into account moving cash to and from the bank column so the only cells filled in would be Date, Description and either deposit or withdrawal depending on if the money as going into or coming out of the cash column.

any ideas?
 
Upvote 0
I figured out the formula for row K as =IF(OR(ISBLANK(A10),ISBLANK(B10)),"",IF((H10+I10)=0,D10+K9-F10,K9-H10+I10)) which takes from the cash column and places it in the bank column.
Do you know the formula to do the reverse in the J column, withdrawing cash from the J bank column to place in the K cash column?
The formula in the J column at the moment is =IF(OR(ISBLANK(A10),ISBLANK(B10)), "",H10+J9-I10)
 
Upvote 0

Forum statistics

Threads
1,215,741
Messages
6,126,590
Members
449,319
Latest member
iaincmac

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top