Indexing with a Table
Posted: Fri Jan 24, 2020 10:14 am
I have a table with ISO codes in one column and a value in another. I want to loop through ISO codes and then lookup the value, essentially like a VLOOKUP function in Excel. Essentially;
for %iso USA
!index = **find the row that the USA is in on the table**
string wanted_value = Table(!index,3)
next
for %iso USA
!index = **find the row that the USA is in on the table**
string wanted_value = Table(!index,3)
next