ChoiceValue
Specifies the condition and value to use with the Choice function.
The ChoiceValue function is used only as an argument to the Choice function to provide the condition and value pair.
Arguments
Condition | Specify the condition that selects this choice value. If the condition is omitted, this value is never selected (unless it is the default and satisfies the default value condition). |
Value | Specify the value to return if the condition is true. |
Properties
Is Default Value? | Select this check box to return this value if no other ChoiceValue condition is true. |