Here's one way:
1. Create a new column, for example Response, and make it Character type
2. Click on Column Properties > Formula
3. Click on Edit Formula
3. Double click on the formula rectangle and enter the following code:
If(:worksc1, "Worksc1", :worksc2, "Worksc2", :worksc3, "Worksc3", :worksc4, "Worksc4", :worksc5, "Worksc5", :worksc6, "Worksc6", :worksc7, "Worksc7", :worksc8, "Worksc8")
Basically it's a giant IF statement that looks for Yes values (which are coded to 1s). The Response column will now show which column contained Yes.