I have an array of text phrases (A1:A4).
I have another array of text phrases (B1:B4)
___A___ ____B_____ __C__
1 | Up | Northeast | T
2 | Down | Downward | T
3 | North | Up | T
4 | South | West | F
In C1, I want a formula that says, take the value in B1 and see if any of the text in B1 is a match in A1:A4. If so, return true, else false. So C1 = TRUE because "North" is in the array of A1:A4, and C4 = FALSE because "West" is not in the array.
I have tried using combinations of MATCH(), VLOOKUP(), FIND(), and SEARCH(), to no avail. Any suggestions?
Thanks!
I have another array of text phrases (B1:B4)
___A___ ____B_____ __C__
1 | Up | Northeast | T
2 | Down | Downward | T
3 | North | Up | T
4 | South | West | F
In C1, I want a formula that says, take the value in B1 and see if any of the text in B1 is a match in A1:A4. If so, return true, else false. So C1 = TRUE because "North" is in the array of A1:A4, and C4 = FALSE because "West" is not in the array.
I have tried using combinations of MATCH(), VLOOKUP(), FIND(), and SEARCH(), to no avail. Any suggestions?
Thanks!