This article describes the formula syntax of the MONTE.CONDITIONAL function.
Return range when condition is true, otherwise do nothing.
MONTE.CONDITIONAL(range, condition)
range is a formula or reference condition is a boolean value indicating whether to evaluate the second argument
This function is the same as MONTE.WHEN(condition, range)
."