Hi guys, I'm having trouble figuring out the formula for the amortization amount I should choose.
In the table below I've entered in the values that should be in there. I've tested it in 4 scenarios. In the first 2 it works fine, in the second two it doesnt. I'm hoping someone can advise.
The main thing I need help with is col K. I'm assuming the current month is June, so I need to calculate the amortized amount for June. The way to do that is to divide the total dollar amount by the number of months, which gives the monthly amount; however since there cant be anything before the current month (Jan-May), I'd want June to have the YTD figures. Even that would be easy enough if everything was starting in Jan, but often times something starts in April or June itself.
That all sounds pretty complicated but the table below has the correct values, so I'm hoping someone can advise.
Thanks so much!
In the table below I've entered in the values that should be in there. I've tested it in 4 scenarios. In the first 2 it works fine, in the second two it doesnt. I'm hoping someone can advise.
The main thing I need help with is col K. I'm assuming the current month is June, so I need to calculate the amortized amount for June. The way to do that is to divide the total dollar amount by the number of months, which gives the monthly amount; however since there cant be anything before the current month (Jan-May), I'd want June to have the YTD figures. Even that would be easy enough if everything was starting in Jan, but often times something starts in April or June itself.
That all sounds pretty complicated but the table below has the correct values, so I'm hoping someone can advise.
Thanks so much!
Excel 2012 | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | |||
1 | Accounted Net | Coverage Period | Start | End | # of Months | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec | Amortized | ||
2 | 1,000.00 | Jan - Dec 2016 | Jan | Dec | 12 | 500 | 83 | 83 | 83 | 83 | 83 | 83 | 1,000 | |||||||
3 | 1,000.00 | Jan - Aug 2016 | Jan | Aug | 8 | 750 | 125 | 125 | 1,000 | |||||||||||
4 | 1,000.00 | Apr - June 2016 | Apr | Jun | 3 | 1,000 | 1,000 | |||||||||||||
5 | 1,000.00 | Apr - July 2016 | Apr | Jul | 4 | 750 | 250 | 1,000 | ||||||||||||
6 | ||||||||||||||||||||
7 | ||||||||||||||||||||
8 | Current Month | 6 | ||||||||||||||||||
Sheet2 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
L3 | =$A3/$E3 | |
L5 | =A5/E5 | |
L2 | =$A2/$E2 | |
M3 | =$A3/$E3 | |
M2 | =$A2/$E2 | |
K5 | =A5/E5*3 | |
K2 | =$A2/$E2*$B$8 | |
N2 | =$A2/$E2 | |
O2 | =$A2/$E2 | |
P2 | =$A2/$E2 | |
Q2 | =$A2/$E2 | |
R2 | =SUM(F2:Q2) |