VALUES

Syntax

=VALUES(obj)

Arguments

ArgumentTypeDescription
objAnyThe object or reference to test

Examples

=VALUES(OBJECT("A", 1, "B", 2))[1, 2]
Returns the values of the given object

=VALUES()[123, "Hello World", true, #ERROR!]
Returns the values of the current object including at least one error value