I’m working on a project where we collect employee surveys and report on them. Depending on role and location, the surveys may have up to 15 responses. Each response must be from one to five.
Responses are then grouped. For example:
Group 1: q1, q4, q9
Group 2: q5, q6, q7
Group 3: q6 and q8
Group 4: q2 and q3
Group 5: q10 and q11
(Yes, a question can be in more than one group, as q4 is in this example.)
Straightforward so far. However, it’s an inherited project and the surveys from before a certain date were not kept, nor was a count of the responses. I’d like to approximate the old surveys in order to determine a minimum number of responses for those old weeks. Usually there’s only 8-15 responses in any given week, so it shouldn’t require all that much crunching.
I’ve set up a spreadsheet, naturally, and tried running the Excel (XL07) Solver add-in over the data but no luck-- no surprise there, I’ve never got Solver to do much for me, although it probably works fine on simpler problems like textbook break-evens. I’m not even coming up with good search terms to look up. Any ideas?
Sample responses:
Group 1: 3.4
Group 2: 3.2
Group 3: 3.15
Group 4: 3.5
Group 5: 3.8