Cell Formulas | ||
---|---|---|
Range | Formula | |
I11:I60 | I11 | =IF(F11,$B$1,0) |
J11:J60 | J11 | =PRODUCT(G11,$B$2) |
K11:K60 | K11 | =SUM(I11,J11) |
L11:L60 | L11 | =SUM(C11*$B$3,B11)*$B$4 |
M11:M60 | M11 | =PRODUCT(G11,$B$5) |
N11:N60 | N11 | =SUM(K11,L11,M11) |
O11:O60 | O11 | =IF(B11<=$E$4,$F$4,IF(B11<=$E$5,$F$5,IF(B11>=$E$6,$F$6))) |
P11:P60 | P11 | =N11-O11 |
B62 | B62 | =COUNTIF(F11:F60,TRUE) |
P62 | P62 | =SUM(P11:P60) |
P64 | P64 | =AVERAGE(P62*12) |
B65:B69 | B65 | =AVERAGEIFS(P11:P60,E11:E60, A65) |
B70 | B70 | =SUM(B65:B69) |
Book3 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | Options | Present Value | Future Value | Annual Interest Rate | # Compounding periods | Type | Years | Payment | RESULT (TRUE or FALSE) | Explanation | ||
2 | 1 | $ 95,000.00 | 3.5% | 12 | 5 | ($1,728.22) | FALSE | |||||
3 | 2 | |||||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
H2 | H2 | =PMT(D2/E2,G2*E2,B2) |
I2 | I2 | =IF(H2<='[PerkyPupDogShelterAML.xlsm]Adopted Dogs'!P62,TRUE,FALSE) |
I am trying to find out if my monthly loan payment is in my monthly budget with a true or false statement. Please help