STACK.PROJECTSTATUS
Overview
The STACK.PROJECTSTATUS function returns the status of the queried project.
Syntax
=STACK.PROJECTSTATUS(
ConnectionName,
Project
)
Arguments
Argument | Required/Optional | Description |
|---|---|---|
| Required | The name of the connection, as specified in the Connection Manager |
| Required | Project name. |
Example
=STACK.PROJECTSTATUS("Stack",A9)
Description: Returns the project status for the project listed in cell A9 for the connection Stack.
