Excel Rate function assumes that interest compounding is periodic whereas in finance and banking the interest rate is compounded continuously which means that interest is paid or charged on ever small portion of time
Here is a variant of this Excel Rate function that allows you to specify whether interest should be compounded discretely or continuously
=tadRATE ( NPER, PMT, PV, FV, type, guess, compounding )
the last arguments passed to this function accepts a value of 0 or omitted for periodic compounding of interest and a value of 1 for continuous compounding of interest
You may want to try out the function by downloading the TADXL add-in at the following links where the first one is for 32-bit Excel and the second one is for 64-bit Excel
32 Bit Excel
32_bit_tadxl_v_1.0_en_trial.zip
64 Bit Excel
64_bit_tadxl_v_1.0_en_trial.zip
The interest rate is lower when interest is compounded continuously as opposed to when interest is compounded discretely (periodically).
phpexcel, but surely there are docs – Madbreaks Jan 18 at 18:19