RiskName

Description

 

RiskName(input name) names the corresponding input distribution.  This name will appear in the @RISK Model window and in any reports and graphs that include simulation results for the input.

 

Examples

 

RiskTriang(10,20,30,RiskName(“Price”)) specifies the name Price for the RiskTriang(10,20,30) input distribution.

RiskTriang(10,20,30,RiskName(A10)) specifies the name contained in the cell A10 for the RiskTriang(10,20,30) input distribution.

 

Guidelines

input name must be entered in quotes.

Any valid cell references can be used to point to a name.