Three conditions to meet the result.
[Name] to match with another reference sheet with [Full_Name]
from other reference sheet: PayerAbv = "B"
from other reference sheet: Effective Date = Not blank
return "Yes" or "No"
=IF({Full_Name} = [Name]@row, {PayerAbv} = "B", {EffDate} <> "", "Yes", "No")