Logic

Coalesce

Returns the first of its inputs that actually has a value, skipping any that are blank. It is the clean way to say "use the real number if we have it, otherwise fall back" without building a chain of If nodes.

Inputs

InputAcceptsRequired
Value1AnyYes
Value2AnyYes
Value3AnyOptional
Value4AnyOptional

Outputs

OutputProduces
ResultAny

Example

Mid-quarter, Q3 actual revenue does not exist yet. Connect the actual (blank until the books close) to Value1, the current forecast to Value2, and the original budget to Value3. The model always works with the best number available, and the moment actuals land they take over automatically.

Related nodes