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