In A10:
=A3
In B10:
=A1
In C10:
=B10*$A$2
In A11:
=IF(A10="","",IF(A10+1>$A$4,"",A10+1))
In B11:
=IF(A11="","",B10+C10)
In C11:
=IF(A11="","",B11*$A$2)
Now copy A11, B11 and C11 down as far as you need for the maximum number of days.
Important is how you specify the interest rate. The way it works now you need to enter a daily rate. If you want to enter a yearly
rate, you need to specify how the daily rate is calculated: divide by 360, by 365, by the real number of days, or use the EFFECT
function to calculate the effective rate from the nominal rate.

Signature
Kind regards,
Niek Otten
Microsoft MVP - Excel
| Hi all,
|
[quoted text clipped - 29 lines]
|
| Mas