ARRAY.DIFF function

This article describes the formula syntax of the ARRAY.DIFF function.

Description

Return adjacent differences of array.

Syntax

ARRAY.DIFF(array)

array is an array or handle to an array.

Return {a0, a1 - a0, a2 - a1,...}.