Hello everyone, I have a question, I have a table with Items and next to the items a condition (outsourced, or from my own company)
I have another table with reference values to this one above. As I go forward, I display dependent lists from the highest level to the lowest level. At the point of the lowest level (the Item) I need to look for that Item in the source table and it appears (if it is outsourced or if it is from my own company).
I have done this with a virtual column since there is no data to look up in the table with a real column. I have used the lookup() formula however I am not getting results, the condition is not searched when displaying the list.
Does anyone know how to proceed?