Used within another function to reference all descendant rows of the referenced cell of the parent row.
Sample Usage
COUNT(DESCENDANTS([Clothing Item]1))
Syntax
DESCENDANTS(
-
[
parent_cell]
-
parent_cell—[optional]The parent cell for which you want to return all descendants. If no cell is specified, the function references all descendants of the current cell.