R
rrstudio2
Lets say in colums a1-c1 I have
red blue orange
then i columns L1-o1 I have
pink blue purple
I want to see if an any of the items in the first list match any item
in the second list. I was trying an array formula like:
=if( or(A1:C1 = $L$1-$O$1),"found","not found")
The array formula seems to work if iI only search one range (i.e.
A1=$l$1:$O$1) but I can't seem to find the trick for getting it to use
both ranges. Any ideas?
-Andrew V. Romero
red blue orange
then i columns L1-o1 I have
pink blue purple
I want to see if an any of the items in the first list match any item
in the second list. I was trying an array formula like:
=if( or(A1:C1 = $L$1-$O$1),"found","not found")
The array formula seems to work if iI only search one range (i.e.
A1=$l$1:$O$1) but I can't seem to find the trick for getting it to use
both ranges. Any ideas?
-Andrew V. Romero