Skip to main content
Workday User Guide
Last Updated: 2023-06-23
WD.LIST.LIST

WD.LIST.LIST

Description

Creates a list based on the specified values.

Syntax

WD.LIST.LIST(
value
)
  • value
    : The values to place in the list.

Example

The formula =list.list({10,9,8,7}) returns a 4 item list.
The example below uses the values in this table:
A
B
C
1
jan
feb
mar
2
apr
may
jun
3
jul
aug
sept
The formula =LIST.LIST(A1:C1) returns the values jan, feb, and mar across 3 cells.

Related Functions

WD.LIST.GET
WD.LIST.SIZE