Skip to main content
Skip table of contents

SI.TAXRATE

Overview

The SI.TAXRATE function returns the Percent field values of one or more corresponding Detail IDs defined in the Tax details form in Sage Intacct.

Syntax

CODE
=SI.TAXRATE(ConnectionName, Range)

Arguments

The SI. TAXRATE function uses the following arguments:

Argument

Required/Optional

Description

ConnectionName

Required

The name of the connection as configured in the Connection Manager

Range

Required

One or more Tax Detail IDs for which the Tax Rate is to be returned.

Examples

Assuming the following configuration within Sage Intacct:


Example 1

CODE
=SI.TAXRATE("Sage",A3)


Description
Returns the Percent field defined for the Tax Detail ID defined in cell A2.

Result


Example 2

CODE
=SI.TAXRATE("Sage","Bad Debts")


Description
Returns the Percent field defined for the Bad Debts Tax Detail ID.

Result


Example 3

CODE
=SI.TAXRATE("Sage",A3#)


Description
Returns the Percent field defined for the Tax Detail IDs displayed by the array function in cell A3.

Result

JavaScript errors detected

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

If this problem persists, please contact our support.