Breadcrumbs

SI.PROJECTNAME

Overview

The SI.PROJECTNAME function returns the name for the specified project(s).

Syntax

=SI.PROJECTNAME(
    ConnectionName,
    ProjectId
)

Arguments

The SI. PROJECTNAME 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(s) for the project(s) for which the name is to be retrieved.

Examples

Example 1

=SI.PROJECTNAME(
    "Sage",
    "10000"
)


Description
Returns the starting date for project 10000.

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/0PNIEcAAS-2pus0yZEVXmPUFBfTcdZ5gAg.png


Example 2

=SI.PROJECTNAME(
    "Sage",
    H2:H12
)


Description
Returns the names corresponding to the project IDs in cells H2 through H12.

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


Example 3

=SI.PROJECTNAME(
    "Sage",
    H2#
)


Description
Returns the names of the all the project IDs displayed by the array function in cell H2.

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