I have one table with item names in the first column, and I want to add a column that displays TRUE if the item name is present in the first column of another table of item names.
In Excel I would do this with a VLOOKUP or MATCH wrapped in an IFERROR...