Overview
The SI.PROJECTESTIMATEDESCRIPTION function returns the description corresponding to one or more specified project estimate IDs.
Syntax
=SI.PROJECTESTIMATEDESCRIPTION(
ConnectionName,
EstimateId
)
Arguments
The SI. PROJECTESTIMATEDESCIPTION function uses the following arguments:
|
Argument |
Required/Optional |
Description |
|
|
Optional |
Provide one of the following values:
OR Omit the argument to return results for all compatible connections with default aggregation settings. |
|
|
Required |
The ID number of the project estimate |
Examples
Example #1
=SI.PROJECTESTIMATEDESCRIPTION(
"Sage",
E1
)
Description
Returns the description estimate whose ID is displayed in cell E1.
Result
Example #2
=SI.PROJECTESTIMATEDESCRIPTION(
"Sage",
E1#
)
Description
Returns the descriptions of the project estimates whose ID numbers are displayed by the function in cell E1.
Result