STACK.ESTIMATEWORKSHEET
Overview
The STACK.ESTIMATEWORKSHEET function returns quantified item costs for a given Estimate Worksheet.
Syntax
=STACK.ESTIMATEWORKSHEET(
ConnectionName,
Estimate,
Select,
Takeoff,
Plan,
Item,
TableOutputCell
)
Arguments
Argument | Required/Optional | Description |
---|---|---|
| Required | The name of the connection, as specified in the Connection Manager |
| Required | Estimate name. |
| Optional | A comma-separated list of case-insensitive field names to be included in the results as columns. Run this function with this argument omitted to see all available fields. |
| Optional | A search expression for filtering takeoffs, uses Velixo filtering techniques. If not specified, returns all takeoffs. |
| Optional | A search expression for filtering plans, uses Velixo filtering techniques. If not specified, returns all plans. |
| Optional | A search expression for filtering items, uses Velixo filtering techniques. If not specified, returns all items. |
| 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. |