Breadcrumbs

SI.LOCATIONNAME

Overview

The SI.LOCATIONNAME function returns the Name field of the location entities from Sage Intacct.

Syntax

=SI.LOCATIONNAME(
    ConnectionName, 
    LocationID
)

Arguments

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

LocationID

Optional

A filter of Location IDs for determining which Location names to include in the results.

Valid entries are:

  • a single location code

  • multiple location IDs contained in an Excel array

  • multiple location IDs referenced via a cell range

Example

Assuming the following configuration with Sage Intacct:

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


Example 1 - Excel array of Location IDs

=SI.LOCATIONNAME(
    "Sage", 
    J5#
)


Description

Returns the name of each location for which the location ID is returned by the function in cell J5.

Result

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


Example 2 - single Location ID

=SI.LOCATIONNAME(
    "Sage", 
    "100"
)

Description

Returns the name of the location entity with ID 100

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/115m-PpVtsePfABdnMcz19HfrPZW-mRUCA.png

(cell references have been used for some parameters in this example)


Example 3 - Excel cell range of Location IDs

=SI.LOCATIONNAME(
    "Sage", 
    J5:J7
)

Description

Returns the name of each location for which the location ID listed in cell J5 through J7

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/825SgLJK38ml798imwr-79aTrDs4tp4xRg.png