Skip to main content
Workday User Guide
Last Updated: 2023-06-23
MULTIINST

MULTIINST

Description

Create a multi-instance value from a comma-separated list of single instance values.

Syntax

MULTIINST(
instance
, ...)
  • instance
    : The list of single instance values.

Example

Where cells A4, A5, and A6 contain single instance values, the formula:
=MULTIINST(A4,A5,A6)
creates a multi-instance value in the cell, containing the instances in cells A4-A6.