SI.VENDORNAME
Created by Damien Zwillinger, Modified on Thu, 14 Sep, 2023 at 2:30 AM by Damien Zwillinger
Applies to:
- Velixo NX
- Sage Intacct
The SI.VENDORNAME function returns the vendor name corresponding to one or more given vendor IDs.
TABLE OF CONTENTS
Syntax
SI.VENDORNAME(Connection, VendorID)
Parameters
The SI. VENDORNAME function uses the following parameters:
Parameter | Required/Optional | Description |
Connection | Required | The name of the connection as configured in the Connection Manager |
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
(a cell reference has been used for the VendorID parameter)
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
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
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article