BravoBravoAu
Board Regular
- Joined
- Nov 8, 2011
- Messages
- 64
- Office Version
- 2016
- Platform
- Windows
Hi guys - I manage the work coffee club and each fortnight need to balance the bank account and petty cash. I'm hoping a simple WB will help me and others with transparency and simplicity.
I currently have a WB with two WSs: data and balance.
DATA:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]DATE[/TD]
[TD="align: center"]CREDIT[/TD]
[TD="align: center"]DEBIT[/TD]
[TD="align: center"]ACCOUNT[/TD]
[TD="align: center"]BANK ACCOUNT BALANCE[/TD]
[TD="align: center"]PETTY CASH BALANCE[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]1/7/18[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]$1000[/TD]
[TD="align: center"]$200[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]6/7/18[/TD]
[TD="align: center"]$10[/TD]
[TD="align: center"][/TD]
[TD="align: center"]bank account[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]6/7/18[/TD]
[TD="align: center"][/TD]
[TD="align: center"]$5[/TD]
[TD="align: center"]petty cash[/TD]
[TD="align: center"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Column D is a list of 'bank account' or 'petty cash' (for this argument, row 2 is showing current balance)
Obviously a credit or a debit impacts positively or negatively on the balance of whichever account balance which is confusing me, plus it moves down the worksheet with each respective entry.
Lastly, I hope, the BALANCE:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]ACCOUNT[/TD]
[TD="align: center"]AMOUNT[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]Bank account[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]Petty Cash[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]TOTAL[/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
I want B2 to display the current bank account balance ('DATA!E') and B3 to display the current petty cash balance ('DATA!F'). I'm not sure how to do this as the balance moves down the DATA worksheet.
I'm confident B4 will just be =sum(B2:B3).
Thanks as always for your assistance, legends.
I currently have a WB with two WSs: data and balance.
DATA:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]DATE[/TD]
[TD="align: center"]CREDIT[/TD]
[TD="align: center"]DEBIT[/TD]
[TD="align: center"]ACCOUNT[/TD]
[TD="align: center"]BANK ACCOUNT BALANCE[/TD]
[TD="align: center"]PETTY CASH BALANCE[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]1/7/18[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]$1000[/TD]
[TD="align: center"]$200[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]6/7/18[/TD]
[TD="align: center"]$10[/TD]
[TD="align: center"][/TD]
[TD="align: center"]bank account[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]6/7/18[/TD]
[TD="align: center"][/TD]
[TD="align: center"]$5[/TD]
[TD="align: center"]petty cash[/TD]
[TD="align: center"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Column D is a list of 'bank account' or 'petty cash' (for this argument, row 2 is showing current balance)
- based upon the $10 bank account credit, I want in E3 to show $1000 plus $10 therefore $1010.
- based upon the $5 petty cash debit, I want F4 to show $200 less $5 therefore $195.
Obviously a credit or a debit impacts positively or negatively on the balance of whichever account balance which is confusing me, plus it moves down the worksheet with each respective entry.
Lastly, I hope, the BALANCE:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]ACCOUNT[/TD]
[TD="align: center"]AMOUNT[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]Bank account[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]Petty Cash[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]TOTAL[/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
I want B2 to display the current bank account balance ('DATA!E') and B3 to display the current petty cash balance ('DATA!F'). I'm not sure how to do this as the balance moves down the DATA worksheet.
I'm confident B4 will just be =sum(B2:B3).
Thanks as always for your assistance, legends.