Skip to main content

GET

Slice data from a range.

Syntax

=OBB.GET(array,[rows],[columns])

Examples

=OBB.GET({"a","b","c";"d","e","f"})
=OBB.GET({"a","b","c";"d","e","f"},"d","c")

Parameters

NameTypeDescriptionRequired
arrayAnyArray to slice.True
rowsAnyRange of row labels or indices.False
columnsAnyRange of column labels or indices.False