This article describes the formula syntax of the MONTE.FIRST function.
Return cell if the first simulation and FALSE otherwise.
MONTE.FIRST(cell)
cell is the value of cell for the first simulation.
This is equivalent to MONTE.WHEN(MONTE.COUNT() = 1, cell)
.