Currently, I have a formula that says IIF(Contains([Data],"Secured"),"Yes","No"). However, this also picks up the word "Unsecured", but I only need it to pick up the word Secured. Is there a different way to structure this formula so that the word "Unsecured" does not become a "Yes"?