I have what I feel like should be an easy logical error to solve but I do not know how to properly write the "if statement".
Given the 4 options of W, X, Y, and Z in a section box of 6 slots where every letter is an option for each box.
I have a counter that goes through and counts the number of times each letter in this box appears.
This is where the problem arises: The only conditions that I want to pass as true are "all 6 slots occupied with X" OR "5 slots occupied with X AND 1 slot occupied with Y"
Something like this: x_ x_ x_ x_ x_ x_ OR y_ x_ x_ x_ x_ x_ (or any of the the other five combinations of this)
All other combinations of the slots filled to pass as false! To then trigger an error message