Introduction to Calculations
Key concepts to understand about Models Calculations
Last updated
Key concepts to understand about Models Calculations
Last updated
Calculations allow you to specify relationships between .
For instance,
Profits = Revenues - Costs
whereProfits
,Revenues
, andCosts
are all Variables
With Calculations you can replicate most of the operations you'd perform in an Excel formula, including Date/Time, Logical, Lookup, and Mathematical functions.
Calculations are made up of . When you create a Calculation, you create a list of Calculation Parts which you can rearrange and edit as in any .
For example, the Calculation
SUM(Cost1, Cost2)
contains six Calculation Parts:
SUM
: A Sum Function
(
and)
: Opening and Closing brackets surrounding the Function content
Cost1
andCost2
: Variable References
,
: Comma between Function arguments
You don't usually need to think about Calculation Parts as you can type a formula directly into the , which creates the associated Calculation Parts automatically. However, you can use the Calculation Part list to edit specific items (e.g. ) and quickly rearrange/edit your Calculation.