This article describes the formula syntax of the ARRAY.DIFF function.
Return adjacent differences of array.
ARRAY.DIFF(array)
array is an array or handle to an array.
Return {a0, a1 - a0, a2 - a1,...}.
{a0, a1 - a0, a2 - a1,...}