- Rate Projections Functions Walkthrough
- Accruals and Cash
- Repeating Formulae
- Range Names and References
- Optional Parameters
- Using PmtsPerYear
- Modelling Seasonality
- Calculating Interest
- Using Business Functions in VBA (Visual Basic for Applications)
- Array Functions
- Volatility
- Annual Equivalent Rates
- Array Function
- Auto Multi Functions
- Variable Plurality
- GoalSeek
Auto Multi Functions | |
Getting one function to do the job of many | |
Many of the projections functions in the library are so-called "Auto Multi" functions. That means that they can do multiple additive repetitions of the basic function, one for each input amongst a range of inputs. For example, Con is an Auto Multi Function. Its basic job is to project an AnnualRate between a Start date and a Finish date. But can also add the results of several Cons together where you have several sets of AnnualRates, Starts and Finishes. All you have to do is input ranges instead of single values for the 3 variables, and the function will do as many repeat calculations as there are inputs, adding them all up. |