The following formula resides in cell Z2.
I need to add additional logic that includes:
If the value in Y2 = "MSN", then say "MSN NOT FOUND"
Follow the logic in the formula below.
=IF(ISNUMBER(MATCH(X2,Y2,0)), "Yes", "No")
I need to add additional logic that includes:
If the value in Y2 = "MSN", then say "MSN NOT FOUND"
Follow the logic in the formula below.
=IF(ISNUMBER(MATCH(X2,Y2,0)), "Yes", "No")