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
Name | Type | Description | Required |
---|---|---|---|
array | Any | Array to slice. | True |
rows | Any | Range of row labels or indices. | False |
columns | Any | Range of column labels or indices. | False |