I am trying to write a statement that basically means If x AND y AND z AND e = "Yes", then "True" else "False".

Above is a set of data I am working with. In the Complete Fulfillment column, I want to capture a True or False for if each row in all the columns labeled "fulfilled" are Yes. For example, Week 1 would be a True and Week 2 would be a False.
Any suggestions on how to format that statement in Alteryx?