Breadcrumbs

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

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

Project

Required

Project name.

Use the STACK.EXPANDPROJECTRANGE function to retrieve the list of STACK projects.

Takeoff

Required

Takeoff name.

Use the STACK.EXPANDTAKEOFFRANGE function to retrieve the list of STACK takeoffs.

Tag

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.

image-20251203-161239.png