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

WRAPROWS

Description

Wraps the specified row or column of values by rows, into a new 2-dimensional array, using the maximum number of values for each row that you specify.

Syntax

WRAPROWS(
vector
,
wrap_count
, [
pad_with
])
  • vector: The vector or reference to wrap.
  • wrap_count: The maximum number of values for each row.
  • pad_with: The value to pad the result with. If you don't specify the argument, the default is #N/A.
  • criteria
    : The condition to use to evaluate the values.