MONTE.FIRST function

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

Description

Return cell if the first simulation and FALSE otherwise.

Syntax

MONTE.FIRST(cell)

cell is the value of cell for the first simulation.

This is equivalent to MONTE.WHEN(MONTE.COUNT() = 1, cell).