Skip to main content
Skip table of contents

BC.ACCOUNTNAME

Overview

The BC.ACCOUNTNAME function returns the account name corresponding to a given account code, as visible in the Business Central Chart of Accounts.

Syntax

CODE
=BC.ACCOUNTNAME(
    ConnectionName,
    Account
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

The name of the connection, as specified in the Connection Manager

Account

Required

The code of the general ledger account, a spill range, or a cell range containing account codes.

For example, 10100, A1:A10 or A1#

Example

CODE
=BC.ACCOUNTNAME(
    "BC",
    "12100"
)


Description: Returns the account name for the account number “12100”.

image-20250625-065937.png

JavaScript errors detected

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

If this problem persists, please contact our support.