Skip to main content
Skip table of contents

SI.PROJECTSTATUS

Overview

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

Syntax

CODE
=SI.PROJECTSTATUS(ConnectionName, ProjectID)

Arguments

The SI. PROJECTSTATUS function uses the following arguments:

Argument

Required/Optional

Description

ConnectionName

Required

The name of the connection as configured in the Connection Manager

ProjectID

Required

The ID number of the project

Examples

Example 1

CODE
=SI.PROJECTSTATUS("Sage", E1)


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

Result


Example 2

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


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

Result


Example 3

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


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

Result

JavaScript errors detected

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

If this problem persists, please contact our support.