Ok so here is the logic I'm working on right now. The formula for A, B, and C is the same all you have to do is swap out "A", with "B", and so on.
=IF(CONTAINS("A", [Dropdown Test]1), 1, 0)
What I'm trying to figure out is the formula for the A & B, B & C, and A & C. Meaning when I select A & B I want both flags for A & B to be checked.
Thanks!
Greg