Hi!
I'm trying to do something similar to a vlookup but a little more complicated. I have two lists, one full of addresses and the other has only a partial strings.
What I need to do is see if the addresses in column A (original addresses) contain strings from column b (neighborhood strings) and return a value of true or false in column C.
For example,
Column A has:
(A1) Villa Fontana Park
(A2) Urb Villa Fontana
(A3) Villa Fontana
(A4) Urb Alts de Fontana
Column B has "Villa Fontana" somewhere within a range of 711 rows.
Column C should:
Return (A1) as true
Return (A2) as true
Return (A3) as true
Return (A4) as false
no matter what I do I can't seem to make it work, so far I've tried
=if(isna(match(etc...
=iferror(vlookup(etc...
=find(etc...
and a bunch others, can anyone please enlighten me in this? I've reached a dead end and I'm driving myself crazy x_@ Thanks in advance!
I'm trying to do something similar to a vlookup but a little more complicated. I have two lists, one full of addresses and the other has only a partial strings.
What I need to do is see if the addresses in column A (original addresses) contain strings from column b (neighborhood strings) and return a value of true or false in column C.
For example,
Column A has:
(A1) Villa Fontana Park
(A2) Urb Villa Fontana
(A3) Villa Fontana
(A4) Urb Alts de Fontana
Column B has "Villa Fontana" somewhere within a range of 711 rows.
Column C should:
Return (A1) as true
Return (A2) as true
Return (A3) as true
Return (A4) as false
no matter what I do I can't seem to make it work, so far I've tried
=if(isna(match(etc...
=iferror(vlookup(etc...
=find(etc...
and a bunch others, can anyone please enlighten me in this? I've reached a dead end and I'm driving myself crazy x_@ Thanks in advance!