Skip to main content
Skip table of contents

ACCOUNTCLASSLIST

Overview

The ACCOUNTCLASSLIST function returns the list of GL account codes that are assigned to the specified account class.

Syntax

CODE
=ACCOUNTCLASSLIST(
    ConnectionName, 
    AccountClass
)

Arguments

This function uses the following arguments (see our articles on Filtering Velixo Functions and using Excel arrays or cell ranges are 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.

AccountClass

Required

The account class(es) for which the component accounts are to be displayed.

Example

CODE
=ACCOUNTCLASSLIST(
    "Demo",
    "Sales"
)

Description: Returns the list of accounts with an Account Class of Sales

Result: 40000;40010;40020;41000

acctclasslistex.png
JavaScript errors detected

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

If this problem persists, please contact our support.