Ariana (., I have a quick follow-up question here.
I have this workCategories column with "Category A|Category B|Category C". It doesn't have to be in this format, by the way. Let's call this "List A".
Now, let's say I have a "master list" with "Category A|Category D|Category E". It could be stored somewhere else, either in Clay or in a different format. Let's call it "List B".
Is it possible to merge them, like an INNER JOIN between List A and List B, so the final output is just "Category A"?
Do you get what I mean? The thing is, I need to make sure the final list comes from List A, but it should only include work categories that also exist in List B. If List A contains any work category that's not in List B, it should be discarded.
Is that something we can achieve with formulas?