Skip to main content
Skip table of contents

BRANCHNAME

Overview

The BRANCHNAME function returns the name of a specified branch ID.

Syntax

CODE
=BRANCHNAME(
    ConnectionName, 
    Branch
)

Arguments

The BRANCHNAME function uses the following arguments (see our article on using arrays or cell ranges as 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.

Branch

Required

The code of the branch.

Example

CODE
=BRANCHNAME(
    "Demo", 
    "PRODWHOLE"
)


Description: Returns the name of PRODWHOLE branch.

Result: Products Wholesale

Empty List

If a non-existent branch code is specified, the BRANCHNAME function will display the message Branch 'xxxxx' not found...


or, if you have configured Velixo reports to return zero values under certain circumstances...


... your report will display Excel's #N/A error:

JavaScript errors detected

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

If this problem persists, please contact our support.