STACK.ESTIMATEWORKSHEETOTHERCOSTS
Overview
The STACK.ESTIMATEWORKSHEETOTHERCOSTS function returns Other Costs lines in a given Estimate Worksheet.
Syntax
=STACK.ESTIMATEWORKSHEETOTHERCOSTS(
ConnectionName,
Estimate,
Select,
OtherCostType,
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 | An optional filter by cost types. |
| 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. |