fayez_MrExcel
Active Member
- Joined
- Oct 29, 2005
- Messages
- 444
- Office Version
- 365
- Platform
- Windows
Im tring to get the no. of months/days AND years/months from Balance amount vs monthly deduction. But the 2 decimal result seems not correct.
Just would like to clarify my query, the quotient of 143.67 represent months days. Then i'd like to convert this integer into years & months
- In D6 im expecting 145 months and 7 days, while
- in D7, im expecting 12 years & 9months
Book5 | |||||
---|---|---|---|---|---|
C | D | E | |||
3 | Details | Value | Expected Result | ||
4 | Monthly Deduction | 5,279.82 | |||
5 | Amortizaton Balance | 754,881.18 | |||
6 | No. of Months/days | 143.67 | 145.07 | ||
7 | No. of Years / Months | 12.85 | 12.09 | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D6 | D6 | =IF(MOD((D5/D4),1)>0.3,(D5/D4)+1-0.3,(D5/D4)) |
D7:E7 | D7 | =IF(MOD((D6/12),1)>0.11,(D6/12)+1-0.12,(D6/12)) |
Just would like to clarify my query, the quotient of 143.67 represent months days. Then i'd like to convert this integer into years & months
Last edited by a moderator: