Breadcrumbs

SI.VENDORNAME

Overview

The SI.VENDORNAME function returns the vendor name corresponding to one or more given vendor IDs.

Syntax

=SI.VENDORNAME(
    ConnectionName, 
    VendorID
)

Arguments

The SI. VENDORNAME function uses the following 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.

VendorID

Required

The ID number of the vendor

Examples

Example 1

=SI.VENDORNAME(
    "Sage", 
    "20001"
)


Description

Returns the name of the vendor with the ID "20001".

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/BWgK4gMBjMc7vMOA8b5VyTRQ5uTFJgpRRw.png


Example 2

=SI.VENDORNAME(
    "Sage", 
    C2:C4
)


Description

Returns the name of the vendors whose ID numbers are listed in cell C2 through C4.

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/I2NVE2Ro461Q6vYsVGccN3jU6JiMqpaDeA.png


Example 3

=SI.VENDORNAME(
    "Sage", 
    C2#
)


Description

Returns the name of all vendors whose ID numbers are displayed by the function in cell C2.

Result

https://s3.ca-central-1.amazonaws.com/cdn.velixo.com/helpdesk/Lda-njq8vwmfir9PHqQI-vx8MfldPWwIrQ.png