Recording Interest in spreadsheet accounting for Deposits/Withdrawals from Balance

fdiddy

New Member
Joined
Nov 20, 2012
Messages
43
Hi All,
See attached a tracker that i am trying to create that tracks interest accrued, cumulative interest but also accounting for withdrawals/deposits

The end result is i want to enter a balance in Col F at the end of each week and to calculate the interest received less the sum of the Deposits/Withdrawals.

Proving trickier that i thought but maybe cos its a Saturday!

Thanks all

Interest_Tracker.xlsx
ABCDEFGHI
1Start Date13 December 2021
2Start Balance$13,632.03
3
4
5
6
7YearDateWeekWeekly InterestCumulative InterestBalanceDaily InterestDepositsWithdrawals
8202113-Dec-21Week 51$0.00$0.00$13,632.03$0.00$0.00$0.00
9202120-Dec-21Week 52$77.97$77.97$13,610.00$11.14$500.00-$600.00
10      
11      
12      
13      
14      
15      
16      
17      
18      
19      
20      
21      
1
Cell Formulas
RangeFormula
A8:A21A8=IF(F8="","",YEAR(B8))
B8B8=IF('1'!F8="","",C1)
C8C8=IF('1'!F8="","",("Week "&(WEEKNUM('1'!$B8,2))))
D8D8=IF(F8="","",'1'!F8-C2)
E8E8=IF('1'!$F8="","",D8)
B9:B21B9=IF('1'!F9="","",B8+7)
C9:C21C9=IF('1'!$F9="","",("Week "&(WEEKNUM('1'!$B9,2))))
D9D9=F9-SUM(H9,I9)-F8
E9:E21E9=IF('1'!$F9="","",D9+E8)
D10D10=IF(F10="","",((F10-H10-F9)))
D11:D21D11=IF(F11="","",'1'!F11-F10)
G8:G21G8=IF(F8="","",D8/7)
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
In the above Cell D9 this should be Sum(deposits/Withdrawals)less the current balance to give interest received for that week - Hope it makes sense
 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,649
Members
448,975
Latest member
sweeberry

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