RiskUnits

Description

 

RiskUnits(units) names the units to be used in labeling the corresponding input distribution or output.  This name will appear in the @RISK Model window and in any reports and graphs that include simulation results for the input or output.

 

Examples

 

RiskTriang(10,20,30,RiskUnits("Dollars")) specifies the name Dollars for the units described by the RiskTriang(10,20,30) distribution.

RiskTriang(10,20,30, RiskUnits(A10)) specifies the name contained in the cell A10 for the units described by the RiskTriang(10,20,30) distribution.

 

Guidelines

units must be entered in quotes.

Any valid cell references can be used to define a units name.

If RiskUnits is used as a property function for a RiskOutput function, it must come after the name, range name, and position arguments of RiskOutput.  For example, if you are using RiskOutput with no name, range name, or position arguments, you would enter RiskOutput(,,,RiskUnits(“MyUnits”)).