Skip to main content
Skip table of contents

SI.PROJECTSTARTDATE

Overview

The SI.PROJECTSTARTDATE function returns the starting date for the specified project (in culture-neutral date format).

Syntax

CODE
=SI.PROJECTSTARTDATE(
    ConnectionName,
    ProjectId
)

Arguments

The SI. PROJECTSTARTDATE function uses the following arguments:

Argument

Required/Optional

Description

ConnectionName

Optional

Provide one of the following values:

OR

Omit the argument to return results for all compatible connections with default aggregation settings.

ProjectId

Required

The ID for the project for which the start date is to be retrieved.

Examples

Example 1

CODE
=SI.PROJECTSTARTDATE(
    "Sage",
    "10019"
)


Description
Returns the starting date for project 10019.

Results


Example 2

CODE
=SI.PROJECTSTARTDATE(
    "Sage",
    C1#
)


Description
Returns the starting date for the project IDs listed by the array function in cell C1.

Results


Example 3

CODE
=SI.PROJECTSTARTDATE(
    "Sage",
    C1:C20
)


Description
Returns the starting date for the project IDs listed in cells C1 through C20.

Results

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.