For example, if there is a global table with a single row called "trucks" and two columns "Ford" and "Chevy", can a global table lookup be performed where row = 'trucks' and column = "Chevy" instead of row = 1 and column = 2?? It appears I could use the query() command, but that may require restructuring the table that is being provided as input. Thanks.