RiskUnits

Descripción

 

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 para the input or output.

 

Ejemplos

 

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

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

 

Reglas

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 para 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”)).