Hi, I'm trying to come up with a formula that takes:
a list of values cells
a list of data cells
and checks if all the values are present in at least one of the data cell.
let's say the formula receives:
Values: 1,2,3
Data: 3,3,2,1,2,5
It would return TRUE
Let's say the formula receives:
Values: "Mom", "Dad", "Dad"
Data: "Mom", "Dad"
It would return TRUE
LEt's say the formula receives:
Value: 1
Data: 2,3,4,5,11,10,21
It would return FALSE
a list of values cells
a list of data cells
and checks if all the values are present in at least one of the data cell.
let's say the formula receives:
Values: 1,2,3
Data: 3,3,2,1,2,5
It would return TRUE
Let's say the formula receives:
Values: "Mom", "Dad", "Dad"
Data: "Mom", "Dad"
It would return TRUE
LEt's say the formula receives:
Value: 1
Data: 2,3,4,5,11,10,21
It would return FALSE