I'm trying to write in a procedure that will:
IF AL2, AM2, AN2 = "MATCH" THEN
range("AO").value = "MATCHES"
more or less, if the word "MATCH" is found in any of the cells AL2, AM2, or AN2 then I need AO2 to return "MATCHES". If not, then "NO MATCH"
then loop it.
THANKS GENTS
Sub...