I have created a table and my function uses the array ranges within the table:
Table Name: Vendor
Label Names: Vendor Name, Vendor Status, Vendor Class ID
<tbody>
Corresponding Ranges:
A2:A2000, B2:B2000, C2:C2000
I would use the array in my function such as
Vendor[Vendor Name]
When...