In a table, I have a column where the cells contain a formula displaying a result.
This result is a string and happens to be the name of rows/items of another table I want to reference.
How can I do that ?
I replied to the specific case on the other thread.
Going back to the original question here:
Say you generate a string through a formula, you can use either Lookup or Filter to find the correspondent row from another table:
Keep in mind this is far from ideal and could create all sorts of problems. You’re better off with the direct references as you have them in your other doc.