Skip to main content
Skip table of contents

SI.PROJECTNAME

Overview

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

Syntax

CODE
=SI.PROJECTNAME(Connection, Project)

Arguments

The SI. PROJECTNAME function uses the following arguments:

Argument

Required/Optional

Description

Connection

Required

The name of the connection as configured in the Connection Manager

Project

Required

The ID(s) for the project(s) for which the name is to be retrieved.

Examples

Example 1

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


Description
Returns the starting date for project 10000.


Example 2

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


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


Example 3

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


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

JavaScript errors detected

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

If this problem persists, please contact our support.