Skip to main content
Skip table of contents

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

CODE
=STACK.EXPANDTAKEOFFTAGVALUES(
    ConnectionName,
    Project,
    Takeoff,
    Tag
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

The name of the connection, as specified in the Connection Manager

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

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

JavaScript errors detected

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

If this problem persists, please contact our support.