Skip to main content
Skip table of contents

SI.DEPARTMENTNAME

Overview

The SI.DEPARTMENTNAME function returns the department name corresponding to one or more given department IDs.

Syntax

CODE
=SI.DEPARTMENTNAME(Connection, DEPARTMENTID)

Arguments

The SI. DEPARTMENTNAME function uses the following arguments:

Argument

Required/Optional

Description

Connection

Required

The name of the connection as configured in the Connection Manager

DepartmentID

Required

The ID number of the department

Examples

Assuming the following configuration within Sage Intacct:


Example 1

CODE
=SI.DEPARTMENTNAME("Sage", "100")

Description

Returns the name of the department with the ID "100".

Result


Example 2

CODE
=SI.DEPARTMENTNAME("Sage", C2:C4)

Description

Returns the name of the departments whose ID numbers are listed in cell C2 through C4.

Result


Example 3

CODE
=SI.DEPARTMENTNAME("Sage", C2#)

Description

Returns the name of all department names whose ID numbers are displayed by the function in cell C2.

Result

JavaScript errors detected

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

If this problem persists, please contact our support.