Hi All
I have two sheets. I need to match column B with column D on sheet 1,
and at the same time, I need to match also column B of sheet 1 with column B of sheet 2 both using column A as a common identifier.
If column B match with column D on sheet 1 and column B of sheet 1 match with column B of sheet 2, return ” match ”
If column B match with column D on sheet 1 but column B of sheet 1 does not match with column B of sheet 2, return ” name match ”
if column B does not match with column D on sheet 1 but column B of sheet 1 match with column B of sheet 2, return ” symbol match ”
if all of the above does not match, return ” Unmatch ”
TIA
Regards, francis