STACK.EXPANDTAKEOFFTAGVALUES
Overview
The STACK.EXPANDTAKEOFFTAGVALUES function returns a list of values used within a given tag, within a given takeoff in a project, matching the search criterion.
Syntax
=STACK.EXPANDTAKEOFFTAGVALUES(
ConnectionName,
Project,
Takeoff,
Tag
)
Arguments
Argument | Required/Optional | Description |
|---|---|---|
| Required | The name of the connection, as specified in the Connection Manager |
| 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 | Tag name. Use the STACK.EXPANDTAGRANGE function to retrieve the list of STACK tags. |
Example
=STACK.EXPANDTAKEOFFTAGVALUES(
"Stack",
D4,
F2,
H5
)
Description: Returns all tag values used in the tag contained in cell H5 in the takeoff listed in cell F2 in the project listed in cell D4 for the connection named Stack.
