Consider the Columns A
and C
, where the values in C
can be found in A
.
How do I get a match where the following conditions are met?
- If a value of
C
is found inA
, it will print a1
. - If no matches are found, it will print out
0
in columnB
.