Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page. compound
where Value returned: value of one unit of principal invested at the interest rate and compounded over the specified number of periods, or a number equal to An interest rate involves a certain percentage (expressed as a decimal) per some unit of time—usually per year. You must use the same unit of time to measure the number of periods. For example, if you have a yearly interest rate that is compounded monthly, you must convert the yearly rate to the interest per month ( Examples
Demo Scripton compoundDemo set numberFormat to "0.00" answer "$100 invested for 5 years at 5.75% interest" &&¬ "compounded quarterly yields $" & (100 * compound(.0575/4,5*4)) end compoundDemo Related TopicsPlaceholders |
Version 0.8b4 (July 4, 2025)