expand_less
m0 = {{Clean Clothes Campaign+Supplier Disclosure|not_researched: result_unknown}};

m1 = {{Fashion_Revolution+3 {{Fashion_Revolution+3 1 Tier One Factory Disclosure|not_researched: result_unknown }};1 Tier One Factory Disclosure|not_researched: {} }};
opts = {
"Name of Facility",
"Address",
"Types of products or services",
"Approximate number of workers at each site",
"Name of Parent Company (for each facility if applicable)"
};
count = Length[Intersection[m1, opts]];

If[
MemberQ[{"Yes", "Partial"}, m0],
m0,
If[count == 5,
"Yes",
If[
count > 0,
"Partial",
"No"
]
]
]