Hi Everyone,
I am working on a formula to calculate the time (Term) in months it will take to pay off a loan. I am getting a data overflow error on 1 record in my test sample, is there a way to work around this?
The formula is as follows: {@Term_Curr_Pmt}
Where:
{@IntRate_Per_Payment} is the Interest Rate for one Period. Expressed as a whole number, example 6% is .5%/Month (when mathematically it is .06 annual and .005/month)
{LN.PMTPI} is the payment on the loan.
{LN.BAL} is the loan balance.
{LN.DIST1AF} is the Annual Frequency (# Payments / Year)
I get the Numeric Overflow on the following values:
{@IntRate_Per_Period} : 3.5
{LN.PMTPI} : $9400.00
{LN.BAL} : $248,732.54
{LN.DIST1AF} : 2
Thanks,
Mike
______________________________________________________________
"It Seems All My Problems Exist Between Keyboard and Chair"
I am working on a formula to calculate the time (Term) in months it will take to pay off a loan. I am getting a data overflow error on 1 record in my test sample, is there a way to work around this?
The formula is as follows: {@Term_Curr_Pmt}
Code:
(12*([blue]NPER[/blue](({@IntRate_Per_Payment}/100),{LN.PMTPI},-{LN.BAL})))/{LN.DIST1AF}
Where:
{@IntRate_Per_Payment} is the Interest Rate for one Period. Expressed as a whole number, example 6% is .5%/Month (when mathematically it is .06 annual and .005/month)
{LN.PMTPI} is the payment on the loan.
{LN.BAL} is the loan balance.
{LN.DIST1AF} is the Annual Frequency (# Payments / Year)
I get the Numeric Overflow on the following values:
{@IntRate_Per_Period} : 3.5
{LN.PMTPI} : $9400.00
{LN.BAL} : $248,732.54
{LN.DIST1AF} : 2
Thanks,
Mike
______________________________________________________________
![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)