I want to perform a vlookup into a separate table. Similar to in excel, you can vlookup from another tab.
However, it seems the only way to do that is by using the lookup field. That is pretty straightforward, however the field with the linked records must be a text field. I’d like to have that be a formula.
Here is an example:
- Create formula that combines two columns.
- This creates a unique value
- I want to use that unique value (that uses the formula) as the value to lookup into another table to pull in a value from that table.
Is this possible? I just want to execute what a simple vlookup would do in excel, but by using a formula instead of single text to be the value that lookups into the second table.

