I want to have a comparison in a “Valid if” field, where I want to filter all the rows from List A that has an equivalent in List B, but not necessarily the other way around. Let’s say
Basically I am counting the elements of list 1, and counting the shared elements of both lists; if the result is 0, it is fine; else it should not appear in the Valid If field. However when I paste that formula in the “Valid If” field of the other column and enclose it in a “Select” to get the desired Valid list, it gives me an error:
INTERSECT does not accept a list of list.
How can I avoid that and keep the basic formula? or maybe a better solution?
Same result. “Cannot compare list with list of lists”.
Maybe it is because list 2 is a dereference to a different row from the same list 1. What I want to achieve is, to have a list of items that share some components in common. It is something like the ABO blood type: O can be added to A, but A is not ok for O type.