Skip to main content
Skip table of contents

SI.ITEMNAME

Overview

The SI.ITEMNAME function returns the item name corresponding to one or more given item IDs.

Syntax

CODE
=SI.ITEMNAME(
    ConnectionName,
    ItemID
)

Arguments

The SI. ITEMNAME 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.

ItemID

Required

The ID number(s) of the item(s)

Examples

Assuming the following configuration within Sage Intacct:


Example 1

CODE
=SI.ITEMNAME(
    "Sage", 
    "1001"
)

Description

Returns the name of the item with the ID "1001".

Result

Example 2

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

Description

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

Result


Example 3

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

Description

Returns the name of all item 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.