STACK.EXPANDTAKEOFFLABELVALUES
Overview
The STACK.EXPANDTAKEOFFLABELVALUES function returns a list of values used within a given label, within a given takeoff in a project, matching the search criterion.
Syntax
=STACK.EXPANDTAKEOFFLABELVALUES(
ConnectionName,
Project,
Takeoff,
Label
)
Arguments
Argument | Required/Optional | Description |
|---|---|---|
| Optional | Provide one of the following values:
OR Omit the argument to return results for all compatible connections with default aggregation settings. |
| Required | Project name. Use the STACK.EXPANDPROJECTRANGE function to retrieve the list of STACK projects. |
| Required | Takeoff name. Use the STACK.EXPANDTAKEOFFRANGE function to retrieve the list of STACK takeoffs. |
| Required | Label name. Use the STACK.EXPANDLABELRANGE function to retrieve the list of STACK tags. |
Example
=STACK.EXPANDTAKEOFFLABELVALUES(
"Stack",
B4,
D2,
E2
)
Description: Returns all label values used in the label contained in cell E2 in the takeoff listed in cell D2 in the project listed in cell B4 for the connection named Stack.
