Skip to main content
Skip table of contents

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

CODE
=STACK.EXPANDTAKEOFFLABELVALUES(
    ConnectionName,
    Project,
    Takeoff,
    Label
)

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.

Label

Required

Label name.

Use the STACK.EXPANDLABELRANGE function to retrieve the list of STACK tags.

Example

CODE
=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.

image-20251211-152007.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.