MONTE.WHEN function

This article describes the formula syntax of the MONTE.WHEN function.

Description

When condition is true return range, otherwise do nothing.

Syntax

MONTE.WHEN(condition, range)

condition is a boolean value indicating whether to evaluate the second argument
range is a formula or reference

This function is the same as MONTE.CONDITIONAL(range, condition)."