I am using the following formula, which gives me one problem.
=IF(ISERROR(MATCH(AL1,AK:AK, 0)), "", "ALERT")
I need to be able to have some way for the solution to ignore the differences in upper and lower case between the two columns if that's possible. As an example, the entry in AL1 is exactly the same as one of the entries in column K except for words that are in caps in the one column and not in the other and that prevents the formula from recognizing the match.
Is there some way around this problem?
=IF(ISERROR(MATCH(AL1,AK:AK, 0)), "", "ALERT")
I need to be able to have some way for the solution to ignore the differences in upper and lower case between the two columns if that's possible. As an example, the entry in AL1 is exactly the same as one of the entries in column K except for words that are in caps in the one column and not in the other and that prevents the formula from recognizing the match.
Is there some way around this problem?