RiskCategory
| Description 
 | RiskCategory(category name) names the category to be used when displaying an input distribution. This name defines the grouping in which an input will appear in the @RISK Model window’s inputs list and in any reports that include simulation results for the input. 
 | 
| Examples 
 | RiskTriang(10,20,30,RiskCategory("Prices")) places the probability distribution RiskTriang(10,20,30) in the category “Prices”. 
 | 
| Guidelines | The specified category name must be entered in quotes. Any valid cell references can be used to define a category name. |