STACK.TAKEOFFREPORT
Overview
The STACK.TAKEOFFREPORT function returns all Takeoff report records for all takeoffs within a project.
Syntax
=STACK.TAKEOFFREPORT(
ConnectionName,
Project,
Select,
Takeoff,
Plan,
Tag,
TableOutputCell
)
Arguments
Argument | Required/Optional | Description |
---|---|---|
| Required | The name of the connection, as specified in the Connection Manager |
| Required | Project name. |
Select | ||
Takeoff | ||
Plan | ||
Tag | ||
| Optional | If the argument is specified, the function output is represented as an Excel table, and the first column is populated at this address. See the Table Mirroring article for details. If the argument is omitted, the result is returned as a spill range. |
Example
=STACK.TAKEOFFREPORT(
"Stack",
"Second Project"
)
Description: Returns all takeoff report records in the Second Project
project for the connection named Stack
.
Result:
