<HR style="BACKGROUND-COLOR: #ffffff; COLOR: #ffffff" SIZE=1><!-- / icon and title --><!-- message -->I need to create a If statement to calculate a Penalty using specific terms & Rates.
If my term is Less then 12 mths (Balance x .5%),
if my term is 12 to 23 mths (Balance x 1%),
if my term is 24 - 35 mths (Balance x 2%),
if my term is 36 - 47 mths (Balance x 3%).
Balance $ 1,000.00 Term14Penalty???
We will enter the balance and the term but how do I write the if statement to look at the month ranges to calculate penalty?
<!-- / message -->
If my term is Less then 12 mths (Balance x .5%),
if my term is 12 to 23 mths (Balance x 1%),
if my term is 24 - 35 mths (Balance x 2%),
if my term is 36 - 47 mths (Balance x 3%).
Balance $ 1,000.00 Term14Penalty???
We will enter the balance and the term but how do I write the if statement to look at the month ranges to calculate penalty?
<!-- / message -->