Satisfaction Surveys help you measure your employees (or customer) attitude, opinion and satisfaction levels with your product or work place. Unless you are rich, probably you can not afford survey software tools and need a cheap alternative like excel based employee satisfaction surveys.
Today we will learn how to make a satisfaction survey and consolidate the data using excel.

First make your questionnaire in one excel sheet
See the example above.
Now the fun part, send an email to your colleagues with the questionnaire
And go out, get a cup of coffee and learn excel between sips.
Ok, got the replies? well, move on to next step.
Create a new workbook and copy response sheets to this work book
How? Well, there is a simpler way to do. Open each response sheet and right click on the response tab, select “move or copy” and enable copy option and select the new workbook name.

Copied Everything? Time to Learn 3D References
No, don’t fetch your 3D glasses. 3D references are your way to refer to same cell in multiple sheet. Confused ? See this illustration:

So we will use the 3D formula references to compute average satisfaction level for a question like “how cool your company is?”. Assuming the sheets are arranged such that we have Shelly’s sheet first and Zack’s sheet in the end, and the question satisfaction is entered in cell D5, the formula will look like, =average(Shelly:Zack!D5)
Pretty simple, isn’t it?
That is all, you can use the same principles to create customer satisfaction surveys or other types where you need inputs from several parties in same format.
Of course, if you have internet and Google docs access at work, you can use the Google docs forms to do the same with more time to sip that coffee.
This post is part of our spreadcheats series, learn excel articles in this series and findout how you can be more productive.

















11 Responses to “MLB Pitching Stats Dashboard in Excel+VBA by our VBA Class Student”
Hey Dan,
Thanks a lot... this is too good 🙂
Awesome stuff Dan! very impressed..
Thanks guys.
Some nice ideas in there, thanks for sharing. I noticed the list with teams has a missing value though ('Arizona Diamondbacks'). Also when manipulating Pivot Tables with VBA you should be really careful not to try to select a value that isn't in the Pivot Table, if you do all hell breaks loose 🙂 That's not the case here but just some advise as I learned the hard way...
Ah.....ya caught me.
dnrTeamName drives both the charts and the drop down list. It refers to:
=OFFSET(PvtTeams!$A$6,0,0,COUNTA(PvtTeams!$A$6:$A$40),1)
If you change A6 to A5, it fixes that little issue.
A better question though, who actually cares about the Arizona Diamondbacks?
🙂
Excellent post. Thanks
Great job, Dan! Thanks a million!
[...] MLB Pitching Statistics Dashboard [...]
Gr8 work Dan
Hi,
I downloaded file, but looks like everything is in xml. Was there suppose to be excel file as well?
Thanks!
I'm late to the party, but seeing this file in action and studying the underlying data in this Excel file has been AWESOME. I have TONS of new ideas to implement in my work files now. THANK YOU Dan and Chandoo!