Breadcrumbs

SI.PROJECTSTATUS

Overview

The SI.PROJECTSTATUS function returns the status corresponding to one or more specified project IDs.

Syntax

=SI.PROJECTSTATUS(
    ConnectionName,
    ProjectID
)

Arguments

The SI. PROJECTSTATUS 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 number of the project

Examples

Example 1

=SI.PROJECTSTATUS(
    "Sage",
    E1
)


Description
Returns the status of the project ID displayed in cell E1.

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/uozUHyf203sIQpBYobP5jFoehaL61aR7Hg.png


Example 2

=SI.PROJECTSTATUS(
    "Sage",
    E1:E2
)


Description
Returns the status of the project whose ID numbers are listed in cell E1 through E2.

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/Mhlk3AcO60ewqsXwMT25RZmw3bAaOiFpzQ.png


Example 3

=SI.PROJECTSTATUS(
    "Sage",
    E2#
)


Description
Returns the status of the projects whose ID numbers are displayed by the function in cell E1.

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/NB2AlbKhVBstQi8agxuZqdnu7XoSLxysDQ.png