Hello, all. I don't seem to be able to find this specific variant of a value-matching formula.
I'm trying to output the list in column "ValueIsPresentInA-B-C", where it checks all of the other columns for values that must be present in each each of the others and then populates the column.
The problem I'm trying to solve would use either of numbers or text.
Any ideas on how this might work? Thank you for considering this problem.
[TABLE="class: grid, width: 700, align: left"]
<tbody>[TR]
[TD]LIST-A[/TD]
[TD]LIST-B[/TD]
[TD]LIST-C[/TD]
[TD]ValueIsPresentInListA-B-C[/TD]
[/TR]
[TR]
[TD]apples[/TD]
[TD]pears[/TD]
[TD]peaches[/TD]
[TD]pears[/TD]
[/TR]
[TR]
[TD]guava[/TD]
[TD]lemon[/TD]
[TD]lime[/TD]
[TD]lemon[/TD]
[/TR]
[TR]
[TD]watermelon[/TD]
[TD]blueberry[/TD]
[TD]blackberry[/TD]
[TD]apples[/TD]
[/TR]
[TR]
[TD]pears[/TD]
[TD]apples[/TD]
[TD]pears[/TD]
[TD]dragonfruit[/TD]
[/TR]
[TR]
[TD]lemon[/TD]
[TD]blackberry[/TD]
[TD]lemon[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]peaches[/TD]
[TD]watermelon[/TD]
[TD]apples[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]dragonfruit[/TD]
[TD]dragonfruit[/TD]
[TD]dragonfruit[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to output the list in column "ValueIsPresentInA-B-C", where it checks all of the other columns for values that must be present in each each of the others and then populates the column.
The problem I'm trying to solve would use either of numbers or text.
Any ideas on how this might work? Thank you for considering this problem.
[TABLE="class: grid, width: 700, align: left"]
<tbody>[TR]
[TD]LIST-A[/TD]
[TD]LIST-B[/TD]
[TD]LIST-C[/TD]
[TD]ValueIsPresentInListA-B-C[/TD]
[/TR]
[TR]
[TD]apples[/TD]
[TD]pears[/TD]
[TD]peaches[/TD]
[TD]pears[/TD]
[/TR]
[TR]
[TD]guava[/TD]
[TD]lemon[/TD]
[TD]lime[/TD]
[TD]lemon[/TD]
[/TR]
[TR]
[TD]watermelon[/TD]
[TD]blueberry[/TD]
[TD]blackberry[/TD]
[TD]apples[/TD]
[/TR]
[TR]
[TD]pears[/TD]
[TD]apples[/TD]
[TD]pears[/TD]
[TD]dragonfruit[/TD]
[/TR]
[TR]
[TD]lemon[/TD]
[TD]blackberry[/TD]
[TD]lemon[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]peaches[/TD]
[TD]watermelon[/TD]
[TD]apples[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]dragonfruit[/TD]
[TD]dragonfruit[/TD]
[TD]dragonfruit[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: