J
Jay
Hi,
I have two columns of text strings, one of which (col A) is just an
alphabetic string and the other (col B) is an alpha-numeric.
What I want to do is check whether each of the strings in col A is in
col B (if the numeric suffixes were removed).
What I was going to do was add a column and remove the numeric suffixes
(actually a year in brackets) with:
=LEFT(B1,FIND("(",B1,1)-2)
and then see if the COL A strings are in that column using MATCH.
My question is - Is there any way of doing the same thing but without
the need to add a column and create the new range ? Find out if each
A column string matches any cell in column B (but without the year range
in brackets (which isn't a fixed length)
Any help appreciated.....Regards, Jason
I have two columns of text strings, one of which (col A) is just an
alphabetic string and the other (col B) is an alpha-numeric.
What I want to do is check whether each of the strings in col A is in
col B (if the numeric suffixes were removed).
What I was going to do was add a column and remove the numeric suffixes
(actually a year in brackets) with:
=LEFT(B1,FIND("(",B1,1)-2)
and then see if the COL A strings are in that column using MATCH.
My question is - Is there any way of doing the same thing but without
the need to add a column and create the new range ? Find out if each
A column string matches any cell in column B (but without the year range
in brackets (which isn't a fixed length)
Any help appreciated.....Regards, Jason