Breadcrumbs

SI.ACCOUNTNAME

Overview

The SI.ACCOUNTNAME function returns the account name corresponding to a given account code.

Syntax

=SI.ACCOUNTNAME(
    ConnectionName, 
    Account
)

Arguments

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

Account

Required

The code of the account

Example

=SI.ACCOUNTNAME(
    "Demo", 
    "10010"
)

Description

Returns the name of the account with the code "10010".

Result

Referencing a specific account:

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

Referencing a cell containing an account:

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

Referencing multiple accounts displayed as an Excel array:

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