SI.EXPANDSTANDARDCOSTTYPERANGE
Overview
The SI.EXPANDSTANDARDCOSTTYPERANGE returns an alphabetized array containing one or more standard cost types configured within Sage Intacct.
Syntax
=SI.EXPANDSTANDARDCOSTTYPERANGE(Connection, Range, IncludeInactive)
Arguments
The SI. EXPANDSTANDARDCOSTTYPERANGE function uses the following arguments:
Argument | Required/ Optional | Description |
| Required | The name of the connection as configured in the Connection Manager |
| Optional | The range of cost types to include in the results. See our article on including multiple argument values |
| Optional |
Determines whether or not to include entries with a Status field set to (available in version 2023.8 and higher) |
Examples
Assuming the following configuration within Sage Intacct:

Example 1
=SI.EXPANDSTANDARDCOSTTYPERANGE("Sage", "*")
Description
Returns all cost types configured within Sage Intacct
Result

Example 2
Assuming the following configuration within Sage Intacct:
=SI.EXPANDSTANDARDCOSTTYPERANGE("Sage",,FALSE)
Description
Returns all active cost types configured within Sage Intacct
Result

The inactive cost type BUR is not included
If cost types have not been set up with Sage Intacct (or your user account does not have access to the cost type configuration), the function will return a #N/A
error:
