chrisppppp
MIS
Excel 2007
Hi
I have a list of names that i've been given and i want to compare it to a list of names in our database. I've exported all of the names in our database out into Excel. The names from the database are in full strings, so not split into first, middle or last names ie:
Mr John Smith
Mr J Smith
Mr John Smith Esq
To compare the two strings i thought upon the lines of this formula:
=IF(ISNUMBER(FIND("v",A2)),"OK", "Not OK")
This is from the help by the way. However this is case sensitive. Is there any other way of comparing these strings that is case insentive, or a better way of doing this than above? Would it be better to make both sets of strings lower case using crystal or something to make the above formula work?
Thanks
Hi
I have a list of names that i've been given and i want to compare it to a list of names in our database. I've exported all of the names in our database out into Excel. The names from the database are in full strings, so not split into first, middle or last names ie:
Mr John Smith
Mr J Smith
Mr John Smith Esq
To compare the two strings i thought upon the lines of this formula:
=IF(ISNUMBER(FIND("v",A2)),"OK", "Not OK")
This is from the help by the way. However this is case sensitive. Is there any other way of comparing these strings that is case insentive, or a better way of doing this than above? Would it be better to make both sets of strings lower case using crystal or something to make the above formula work?
Thanks