STACK.PROJECTBIDDATE
Overview
The STACK.PROJECTBIDDATE function enables you to retrieve the latest bid date for a project.
Syntax
=STACK.PROJECTBIDDATE(
ConnectionName,
Project
)
Arguments
Argument | Required/Optional | Description |
| Required | The name of the connection, as specified in the Connection Manager |
| Required | Project name. Use the STACK.EXPANDPROJECTRANGE function to retrieve a list of project names. |
Example
=STACK.PROJECTBIDDATE(
"Stack",
"Second Project"
)
Description:
This formula retrieves the latest bid date for the project named Second Project
for the connection named Stack
.
