REVERSE

Reverses the order of an array.

Syntax

=REVERSE(array)

Arguments

ArgumentTypeDescription
arrayArrayThe array of values to reverse

Examples

=REVERSE([1, 2, 3, 4])[4, 3, 2, 1]