SlideShare a Scribd company logo
The long method for surveying in real time Yuqi Wang, Innovation Network
AEA 2015, Chicago,IL
1
Overview
Figure 1 is an example of what afinishedspreadsheetforcollectingandanalyzingreal time surveydata
couldlooklike. Thisdocumentshows the step-by-stepprocessfororganizing aspreadsheetinadvance
to collectandanalyze real time survey data.Althoughthisdocument usesonlyone survey question as
an example forhowtocollectandanalyze data,the process can be replicatedforany numberof survey
questions.
Example dataset used
Thisprocessis dividedintothreemainsections:organizingthe spreadsheetfordataentry,organizing
the spreadsheetfordataanalysis,andorganizing the spreadsheettocreate graphs.Each section also
containssubsections withstepsforenteringexcel formulasthatwill helpyou expedite the data
collectionandanalysisprocess.
The sample surveyquestionwe are goingtouse throughoutthisdocument asksforan opinion about
OrganizationX’sfunding: “There issufficientfundingtosupportOrganizationX’sprograms”,andthe
responsesforsurveyparticipantstochoose from isa Likertscale:“Stronglydisagree”,“Disagree”,
“Neitherdisagreenoragree”,“Agree”,and“Stronglyagree”.We are goingto suppose thatthe number
of anticipated survey participantsis10.
Organizing the spreadsheet for data entry
1. Create twocolumnsinyour excel sheettokeeptrackof the numberof surveyrespondents (column
A),and the questionnumberandthe question(columnB).Create athirdcolumnif yourclosed
endedresponsesare qualitative (likeaLikertscale) andyouwant to be able to quantifythe
responses (e.g.1,2, 3, 4, 5), such as “Stronglydisagree”=1,“Disagree”=2,“Neitherdisagreenor
agree”=3, “Agree”=4,“Stronglyagree”=5.
Figure 1
The long method for surveying in real time Yuqi Wang, Innovation Network
AEA 2015, Chicago,IL
2
Quantifyingqualitative responsesishelpfulwhenyouwanttoknow whatthe average survey
respondent’sorgroup’sopinionisfora specificquestion. InFigure 2 thisthirdcolumnusedto
quantifyresponsesistitled“Q-revised”(columnC).
2. If you knowthe exactnumberof surveyrespondentsyou’ll have,youcanbegintopopulate the first
column.
If you don’tknowthe exactnumberof surveyrespondents,estimate how manyrespondentsyou
will get,andpopulate the firstcolumnuptothat estimatednumber.Make sure toleave enough
blankrowsin eachof yourcolumns incase there are additional respondents.
Using data validation to create a drop-down menu
3. Data entryin real time can be stressful,andhavingtomanuallyenterortype datais time consuming
and mayincrease chancesof human error. To reduce the chance of an error, make sure to
prepopulate all of the answerchoicesforeachquestioninyoursurveysothatduringdata entry all
youdo is choose the correct answer insteadof typingit.The easiestwaytodothisis by creatinga
drop downmenuof all possible answerchoicesforeachquestioninyoursurvey.
To create a dropdownmenu,inserta row at the topof yourspreadsheet,andenterall possible
answerchoices foryourquestion.Usingourexample,the Likertscale isenteredinthe firstrow
(Figure 3).Once youhave done so, clickon the “Data” tab at the top of the excel spreadsheet.Find
the icon thatsays “Data Validation”,thenclickonthe datavalidationoptioninthe dropdownmenu.
Figure 2
The long method for surveying in real time Yuqi Wang, Innovation Network
AEA 2015, Chicago,IL
3
A taskmenucalled“Data Validation”will popup(Figure 4).Under“Allow”,select “List”andunder
“Source”,highlightthe responsesyouenteredinthe toprow alongwithan additional blankcell.The
blankcell isthere sothat duringdata entryyoucan differentiate betweencellsthatalreadyhave an
answer,andonesthat do not. Click“OK” whenyou’re done.Repeatstep3if youwantto create
more drop-downmenuswithdifferentanswerresponses forotherquestions.
4. The cellsyouhighlightedshouldnow show anarrow box whenyouclickon themagain – this
signifies yourcell isformattedasadrop downmenu(Figure 5).Selectandcopy the blankcell that
youjust highlighted inyourtop row,and paste itin to eachof the cells incolumnB where youneed
to have the drop-downmenu.
Figure 4
Figure 3
The long method for surveying in real time Yuqi Wang, Innovation Network
AEA 2015, Chicago,IL
4
You can alwayshide the toprow of scale choicesafterwardstoavoiddistraction.Selectthe entire
row,right click,andchoose “Hide.”
Quantifying qualitative responses
5. Quantifyingqualitative responsesishelpfulwhenyouwanttoknow whatthe average survey
respondent’sorgroup’sopinionisfora specificquestion. Inthe example datasetwe are tryingto
quantify“Stronglydisagree”toa 1, “Disagree”toa 2, “Neitherdisagree noragree”toa 3, “Agree”to
a 4, and “Stronglyagree”toa 5.
To quantify one qualitative response, we use anIFcommand:=IF([logical test], [value if true]).
Because we don’tknowwhatthe surveyrespondents’answersare goingtobe aheadof time, this
formulawill make sure thateachcell will be able toquantifythe responseintothe correctnumber
no matterwhat the response is.Todo thisall we needtodo isstringthe IFcommandsof all possible
answerchoicesfora particularquestiontogetherwithaplussign(+):
=IF([excel cell]="strongly disagree",1)+ IF([excel cell]="disagree",2)+IF([excelcell]="neither
disagreenoragree",3)+IF([excelcell]="gree",4)+IF([excelcell]="strongly agree",5)
Locate the thirdcolumnyoucreatedfor quantifyingqualitativeresponses. Inthe examplethis third
columniscolumnC. In the firstblankcell of column C,copy and paste the above formulaintothe
cell (Figure 6).Replace [excel cell] withthe cell in column B that will contain the qualitativeresponse
youare tryingto quantify.
Figure 5
The long method for surveying in real time Yuqi Wang, Innovation Network
AEA 2015, Chicago,IL
5
6. Once you have the hang of creatingthat formula, copyandpaste it intothe rest of the cellsin
columnC. You will knowif the formulaworksif youchoose ananswerfromthe drop-downmenuin
the secondcolumn,anditscorrespondingnumbershowsinthe thirdcolumn.
Organizing the spreadsheet for dataanalysis
7. Scroll downinyour excel sheettoablank area where youcan create a new sectionto keeptrack of
the numberof people whoselectedaparticularanswerchoice foreachquestion.Enterthe header
“Frequencycounts”ina newrow underneath columnA.Incolumn Btype all answerchoices
available toyoursurveyrespondentsfor the particularquestion (Figure7).
Scroll furtherdownthe sheet if youare quantifyingyourqualitativeresponses. AgainincolumnA in
a newrow,enterthe header“Data summary”,and incolumn B enter“Total numberof responses”,
“Minimumnumber”,“Maximumnumber”,and“Average”(Figure7).
Figure 7
Figure 6
The long method for surveying in real time Yuqi Wang, Innovation Network
AEA 2015, Chicago,IL
6
Entering formulasforfrequency
8. To calculate the frequency of aparticularanswerchoice to a question,we needtouse the COUNTIF
formula:=COUNTIF(range,criteria).
In the greenoutlinedcell(C17) inFigure 8,the formulatocount the frequencyof “1” is:
=COUNTIF($C$4:$C$13,1).This formulaistellingexcel tosearch,andcountall of the cells fromC4 to
C13 that containsthe number1. The dollarsignsinfrontof the C and 4 tellsExcel tolockinthe
column(C) and row(4) to keepthemfrommovingwhenyoucopy andpaste the formulaintoother
cells.
There may be situationswhere you wanttoknow frequencycountswithoutquantifyingyouranswer
responses.Inthiscase, youcan use the formulashowninFigure 9: =COUNTIF([rangeof cells you
wantexcel to search in],“answerchoice”).
Figure 9
Figure 8
The long method for surveying in real time Yuqi Wang, Innovation Network
AEA 2015, Chicago,IL
7
Entering formulasfor data summary
9. The data summarysection iscreatedusinginformationfromthe frequency andsurveydatasection.
The functionsyoucan use are prettystraightforward:SUM to calculate total numberof responses,
MIN to calculate minimum, MAXtocalculate maximum, and AVERAGEtocalculate average
The range of cellswe needtocalculate the sumis all of the cells underourfrequencysection (Figure
10).
For those whoquantifiedtheirqualitative responses,the range of cellswe need tocalculate
minimum,maximum,andaverage isall the cellsincolumnCwe createdearlierthatquantifiedour
qualitative responses (Figure 11).
Figure 10
The long method for surveying in real time Yuqi Wang, Innovation Network
AEA 2015, Chicago,IL
8
Organizing the spreadsheet tocreate graphs
10. If you wantto take yourskillsone stepfurther, youcancreate charts inadvance.The charts will
thenpopulate itself withthe informationyouwant asyou enterthe data.
To create a chart showingyourdata summaryor questionfrequency,all youneedtodoishighlight
the cellsinthe data summaryor frequencysection,andinsertthe desiredcharttype.Thenyoucan
formatthe chart size andcolors to your preference.
Anotherwayto displayyourdatais to graphthe percentage of peoplewhorespondedtoeachof
the answerresponses inaparticularquestion.Todothis,finda blankareaunder“Data summary”.
Create a newsection titled“Charts”where youcanpopulate percentagesforeachanswerresponse.
Figure 11
=MAX($C$4:$C$13)
=AVERAGE($C$4:$C$13)
The long method for surveying in real time Yuqi Wang, Innovation Network
AEA 2015, Chicago,IL
9
You can use thisformulato obtainpercentages:=[thefrequency of a particular answer
response]/[totalresponses] (Figure 12).
For example,tocalculate the percentageof peoplewhoresponded“Stronglydisagreed” (B35in
Figure 12) the formulawouldbe: =[frequency of peoplewho responded “Strongly disagree”]/[total
numberof responses].Repeatthisformulaforthe restof the answerchoices.Whenyouare
complete,highlightyourformulasandinsertthe desiredchart type.Lastly,playaroundwiththe size
and colorof the chart until youare satisfied.
Happy evaluating!
Figure 12

More Related Content

PDF
TPCMFinalACone
PPT
Excel Datamining Addin Advanced
PPTX
Machine learning algorithms
PPTX
Repurposing Classification & Regression Trees for Causal Research with High-D...
PDF
Data Trend Analysis by Assigning Polynomial Function For Given Data Set
PDF
SELECTED DATA PREPARATION METHODS
PDF
Variance rover system
PDF
Variance rover system web analytics tool using data
TPCMFinalACone
Excel Datamining Addin Advanced
Machine learning algorithms
Repurposing Classification & Regression Trees for Causal Research with High-D...
Data Trend Analysis by Assigning Polynomial Function For Given Data Set
SELECTED DATA PREPARATION METHODS
Variance rover system
Variance rover system web analytics tool using data

What's hot (19)

PDF
IRJET- Missing Data Imputation by Evidence Chain
DOCX
FSRM 582 Project
PDF
[M3A3] Data Analysis and Interpretation Specialization
PPT
Tinkerplots
PDF
Dimensionality reduction by matrix factorization using concept lattice in dat...
PDF
Ch17 lab r_verdu103: Entry level statistics exercise (descriptives)
PPTX
Missing Data and data imputation techniques
PPTX
Hypothesis Testing: Spread (Compare 1:1)
PPTX
Hypothesis Testing: Finding the Right Statistical Test
PDF
Anomaly detection via eliminating data redundancy and rectifying data error i...
PDF
Publication - The feasibility of gaze tracking for “mind reading” during search
PDF
Shmueli
PDF
Binary classification metrics_cheatsheet
PPTX
Hypothesis Testing: Central Tendency – Normal (Compare 1:1)
DOCX
T 8-gurjinder
DOTX
Rubrics & Self Assessments Online Submission
PDF
IRJET- Probability based Missing Value Imputation Method and its Analysis
PPTX
Hypothesis Testing: Proportions (Compare 2+ Factors)
PPTX
Hypothesis Testing: Central Tendency – Non-Normal (Compare 1:1)
IRJET- Missing Data Imputation by Evidence Chain
FSRM 582 Project
[M3A3] Data Analysis and Interpretation Specialization
Tinkerplots
Dimensionality reduction by matrix factorization using concept lattice in dat...
Ch17 lab r_verdu103: Entry level statistics exercise (descriptives)
Missing Data and data imputation techniques
Hypothesis Testing: Spread (Compare 1:1)
Hypothesis Testing: Finding the Right Statistical Test
Anomaly detection via eliminating data redundancy and rectifying data error i...
Publication - The feasibility of gaze tracking for “mind reading” during search
Shmueli
Binary classification metrics_cheatsheet
Hypothesis Testing: Central Tendency – Normal (Compare 1:1)
T 8-gurjinder
Rubrics & Self Assessments Online Submission
IRJET- Probability based Missing Value Imputation Method and its Analysis
Hypothesis Testing: Proportions (Compare 2+ Factors)
Hypothesis Testing: Central Tendency – Non-Normal (Compare 1:1)
Ad

Viewers also liked (14)

PDF
Untitled Presentation
PDF
Letter of recommendation-Mark Tanner
PPTX
Tarea 3
PDF
Statec U20 wortlu
DOC
History of SSF
PDF
circular decoración estrella de navidad
DOCX
Planificador del proyecto mis derechos humanos sexuales y reproductivos (1)
PDF
Coalition Assessment: Approaches for Measuring Capacity and Impact
PDF
Shaping the Tradability of US Energy Efficiency
PDF
Programm "Nuit des Musées"
PDF
De Reis van de Heldin December .
PDF
5つのポイントから学ぶ、新事業構築のノウハウ 先生:本荘 修二
PDF
Ersatzverkehr Richtung Frankreich am 18. und 19. Februar
PPTX
Condensing Boiler Optimization
Untitled Presentation
Letter of recommendation-Mark Tanner
Tarea 3
Statec U20 wortlu
History of SSF
circular decoración estrella de navidad
Planificador del proyecto mis derechos humanos sexuales y reproductivos (1)
Coalition Assessment: Approaches for Measuring Capacity and Impact
Shaping the Tradability of US Energy Efficiency
Programm "Nuit des Musées"
De Reis van de Heldin December .
5つのポイントから学ぶ、新事業構築のノウハウ 先生:本荘 修二
Ersatzverkehr Richtung Frankreich am 18. und 19. Februar
Condensing Boiler Optimization
Ad

Similar to Real Time Survey_Long Method (20)

PDF
Basic_introduction_KoboToolBox_May2022.pdf
PDF
Epp 6 btb 83pgs_19copies_a4_size
PPTX
Information Communication/Entrepreneurship6-W5-6.pptx
PDF
𝐁𝐚𝐬𝐢𝐜 𝐃𝐚𝐭𝐚 𝐂𝐥𝐞𝐚𝐧𝐢𝐧𝐠 for dta analytics
PPTX
ICT-w5-6-google form-excel.pptx
PPT
Data Exploration & Visualization in Excel & Tableau - No Videos
DOCX
Whatsapp survery report
PDF
95 exceltipsv4
DOCX
PAGE 1Using Microsoft Excel 2010 for Selected Tasks(Thr.docx
PDF
95 exceltipsv4
PDF
50 MS Excel Tips and Tricks
PPT
Project on Electronic Spreadsheets for Students
PDF
Refresher in statistics and analysis skill
PDF
Tips on Setting Up Excel Spreadsheets - Nancy Buderer
PDF
95 excel tip sv4
PPT
Research methodology fro md teaching
PPTX
Pivottables through car approach
PPTX
statistical analysis of questionnaires
PPTX
Introduction to excel - application to statistics
PPTX
Figure 1.7
 
Basic_introduction_KoboToolBox_May2022.pdf
Epp 6 btb 83pgs_19copies_a4_size
Information Communication/Entrepreneurship6-W5-6.pptx
𝐁𝐚𝐬𝐢𝐜 𝐃𝐚𝐭𝐚 𝐂𝐥𝐞𝐚𝐧𝐢𝐧𝐠 for dta analytics
ICT-w5-6-google form-excel.pptx
Data Exploration & Visualization in Excel & Tableau - No Videos
Whatsapp survery report
95 exceltipsv4
PAGE 1Using Microsoft Excel 2010 for Selected Tasks(Thr.docx
95 exceltipsv4
50 MS Excel Tips and Tricks
Project on Electronic Spreadsheets for Students
Refresher in statistics and analysis skill
Tips on Setting Up Excel Spreadsheets - Nancy Buderer
95 excel tip sv4
Research methodology fro md teaching
Pivottables through car approach
statistical analysis of questionnaires
Introduction to excel - application to statistics
Figure 1.7
 

More from Innovation Network (20)

PPTX
Refreshing Evaluation in Support of the Social Movements Revival
PDF
Dataviz Products throughout the Evaluation Lifecycle
PPTX
10-Year Evaluation of Connecticut Health Foundation's Leadership Program
PDF
Evaluation Theory Tree: Evaluation Approaches
PDF
Putting Data in Context: Timelining for Evaluators (HANDOUT)
PPTX
Putting Data in Context: Timelining for Evaluators
PPTX
Data Placemats: Construction and Practical Design Tips
DOCX
Real Time Evaluation Handout
PPTX
Real Time Evaluation: Tips, Tools, and Tricks of the Trade
DOCX
Make Your Data Count: Tips & Tools for Visual Reporting
PPTX
Make Your Data Count: New, Visual Approaches to Evaluation Reporting
PPTX
Success and Failure in the Evaluation Process
PPTX
Evaluating Adaptive Capacity and Skills + Resources
PPTX
#Eval14 - Make Your Data Count: New, Visual Approaches to Reporting
PDF
Data Placemats (handout)
PPTX
#JAGUnity2014: Innovations in Evaluating Social Movements
PPTX
Evaluation Essentials for Nonprofits: Terms, Tips, and Trends
PPTX
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...
PDF
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...
PDF
Evaluation Plan Workbook
Refreshing Evaluation in Support of the Social Movements Revival
Dataviz Products throughout the Evaluation Lifecycle
10-Year Evaluation of Connecticut Health Foundation's Leadership Program
Evaluation Theory Tree: Evaluation Approaches
Putting Data in Context: Timelining for Evaluators (HANDOUT)
Putting Data in Context: Timelining for Evaluators
Data Placemats: Construction and Practical Design Tips
Real Time Evaluation Handout
Real Time Evaluation: Tips, Tools, and Tricks of the Trade
Make Your Data Count: Tips & Tools for Visual Reporting
Make Your Data Count: New, Visual Approaches to Evaluation Reporting
Success and Failure in the Evaluation Process
Evaluating Adaptive Capacity and Skills + Resources
#Eval14 - Make Your Data Count: New, Visual Approaches to Reporting
Data Placemats (handout)
#JAGUnity2014: Innovations in Evaluating Social Movements
Evaluation Essentials for Nonprofits: Terms, Tips, and Trends
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...
Evaluation Plan Workbook

Recently uploaded (20)

PDF
Introduction to the R Programming Language
PPT
ISS -ESG Data flows What is ESG and HowHow
PDF
Microsoft Core Cloud Services powerpoint
PDF
Lecture1 pattern recognition............
PDF
Data Engineering Interview Questions & Answers Batch Processing (Spark, Hadoo...
PDF
Introduction to Data Science and Data Analysis
PPTX
climate analysis of Dhaka ,Banglades.pptx
PPT
Predictive modeling basics in data cleaning process
PPTX
(Ali Hamza) Roll No: (F24-BSCS-1103).pptx
PPTX
QUANTUM_COMPUTING_AND_ITS_POTENTIAL_APPLICATIONS[2].pptx
PDF
Optimise Shopper Experiences with a Strong Data Estate.pdf
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PPTX
Acceptance and paychological effects of mandatory extra coach I classes.pptx
PPTX
Qualitative Qantitative and Mixed Methods.pptx
PDF
annual-report-2024-2025 original latest.
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
Leprosy and NLEP programme community medicine
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
Introduction to the R Programming Language
ISS -ESG Data flows What is ESG and HowHow
Microsoft Core Cloud Services powerpoint
Lecture1 pattern recognition............
Data Engineering Interview Questions & Answers Batch Processing (Spark, Hadoo...
Introduction to Data Science and Data Analysis
climate analysis of Dhaka ,Banglades.pptx
Predictive modeling basics in data cleaning process
(Ali Hamza) Roll No: (F24-BSCS-1103).pptx
QUANTUM_COMPUTING_AND_ITS_POTENTIAL_APPLICATIONS[2].pptx
Optimise Shopper Experiences with a Strong Data Estate.pdf
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
Acceptance and paychological effects of mandatory extra coach I classes.pptx
Qualitative Qantitative and Mixed Methods.pptx
annual-report-2024-2025 original latest.
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
IBA_Chapter_11_Slides_Final_Accessible.pptx
Leprosy and NLEP programme community medicine
Introduction-to-Cloud-ComputingFinal.pptx

Real Time Survey_Long Method

  • 1. The long method for surveying in real time Yuqi Wang, Innovation Network AEA 2015, Chicago,IL 1 Overview Figure 1 is an example of what afinishedspreadsheetforcollectingandanalyzingreal time surveydata couldlooklike. Thisdocumentshows the step-by-stepprocessfororganizing aspreadsheetinadvance to collectandanalyze real time survey data.Althoughthisdocument usesonlyone survey question as an example forhowtocollectandanalyze data,the process can be replicatedforany numberof survey questions. Example dataset used Thisprocessis dividedintothreemainsections:organizingthe spreadsheetfordataentry,organizing the spreadsheetfordataanalysis,andorganizing the spreadsheettocreate graphs.Each section also containssubsections withstepsforenteringexcel formulasthatwill helpyou expedite the data collectionandanalysisprocess. The sample surveyquestionwe are goingtouse throughoutthisdocument asksforan opinion about OrganizationX’sfunding: “There issufficientfundingtosupportOrganizationX’sprograms”,andthe responsesforsurveyparticipantstochoose from isa Likertscale:“Stronglydisagree”,“Disagree”, “Neitherdisagreenoragree”,“Agree”,and“Stronglyagree”.We are goingto suppose thatthe number of anticipated survey participantsis10. Organizing the spreadsheet for data entry 1. Create twocolumnsinyour excel sheettokeeptrackof the numberof surveyrespondents (column A),and the questionnumberandthe question(columnB).Create athirdcolumnif yourclosed endedresponsesare qualitative (likeaLikertscale) andyouwant to be able to quantifythe responses (e.g.1,2, 3, 4, 5), such as “Stronglydisagree”=1,“Disagree”=2,“Neitherdisagreenor agree”=3, “Agree”=4,“Stronglyagree”=5. Figure 1
  • 2. The long method for surveying in real time Yuqi Wang, Innovation Network AEA 2015, Chicago,IL 2 Quantifyingqualitative responsesishelpfulwhenyouwanttoknow whatthe average survey respondent’sorgroup’sopinionisfora specificquestion. InFigure 2 thisthirdcolumnusedto quantifyresponsesistitled“Q-revised”(columnC). 2. If you knowthe exactnumberof surveyrespondentsyou’ll have,youcanbegintopopulate the first column. If you don’tknowthe exactnumberof surveyrespondents,estimate how manyrespondentsyou will get,andpopulate the firstcolumnuptothat estimatednumber.Make sure toleave enough blankrowsin eachof yourcolumns incase there are additional respondents. Using data validation to create a drop-down menu 3. Data entryin real time can be stressful,andhavingtomanuallyenterortype datais time consuming and mayincrease chancesof human error. To reduce the chance of an error, make sure to prepopulate all of the answerchoicesforeachquestioninyoursurveysothatduringdata entry all youdo is choose the correct answer insteadof typingit.The easiestwaytodothisis by creatinga drop downmenuof all possible answerchoicesforeachquestioninyoursurvey. To create a dropdownmenu,inserta row at the topof yourspreadsheet,andenterall possible answerchoices foryourquestion.Usingourexample,the Likertscale isenteredinthe firstrow (Figure 3).Once youhave done so, clickon the “Data” tab at the top of the excel spreadsheet.Find the icon thatsays “Data Validation”,thenclickonthe datavalidationoptioninthe dropdownmenu. Figure 2
  • 3. The long method for surveying in real time Yuqi Wang, Innovation Network AEA 2015, Chicago,IL 3 A taskmenucalled“Data Validation”will popup(Figure 4).Under“Allow”,select “List”andunder “Source”,highlightthe responsesyouenteredinthe toprow alongwithan additional blankcell.The blankcell isthere sothat duringdata entryyoucan differentiate betweencellsthatalreadyhave an answer,andonesthat do not. Click“OK” whenyou’re done.Repeatstep3if youwantto create more drop-downmenuswithdifferentanswerresponses forotherquestions. 4. The cellsyouhighlightedshouldnow show anarrow box whenyouclickon themagain – this signifies yourcell isformattedasadrop downmenu(Figure 5).Selectandcopy the blankcell that youjust highlighted inyourtop row,and paste itin to eachof the cells incolumnB where youneed to have the drop-downmenu. Figure 4 Figure 3
  • 4. The long method for surveying in real time Yuqi Wang, Innovation Network AEA 2015, Chicago,IL 4 You can alwayshide the toprow of scale choicesafterwardstoavoiddistraction.Selectthe entire row,right click,andchoose “Hide.” Quantifying qualitative responses 5. Quantifyingqualitative responsesishelpfulwhenyouwanttoknow whatthe average survey respondent’sorgroup’sopinionisfora specificquestion. Inthe example datasetwe are tryingto quantify“Stronglydisagree”toa 1, “Disagree”toa 2, “Neitherdisagree noragree”toa 3, “Agree”to a 4, and “Stronglyagree”toa 5. To quantify one qualitative response, we use anIFcommand:=IF([logical test], [value if true]). Because we don’tknowwhatthe surveyrespondents’answersare goingtobe aheadof time, this formulawill make sure thateachcell will be able toquantifythe responseintothe correctnumber no matterwhat the response is.Todo thisall we needtodo isstringthe IFcommandsof all possible answerchoicesfora particularquestiontogetherwithaplussign(+): =IF([excel cell]="strongly disagree",1)+ IF([excel cell]="disagree",2)+IF([excelcell]="neither disagreenoragree",3)+IF([excelcell]="gree",4)+IF([excelcell]="strongly agree",5) Locate the thirdcolumnyoucreatedfor quantifyingqualitativeresponses. Inthe examplethis third columniscolumnC. In the firstblankcell of column C,copy and paste the above formulaintothe cell (Figure 6).Replace [excel cell] withthe cell in column B that will contain the qualitativeresponse youare tryingto quantify. Figure 5
  • 5. The long method for surveying in real time Yuqi Wang, Innovation Network AEA 2015, Chicago,IL 5 6. Once you have the hang of creatingthat formula, copyandpaste it intothe rest of the cellsin columnC. You will knowif the formulaworksif youchoose ananswerfromthe drop-downmenuin the secondcolumn,anditscorrespondingnumbershowsinthe thirdcolumn. Organizing the spreadsheet for dataanalysis 7. Scroll downinyour excel sheettoablank area where youcan create a new sectionto keeptrack of the numberof people whoselectedaparticularanswerchoice foreachquestion.Enterthe header “Frequencycounts”ina newrow underneath columnA.Incolumn Btype all answerchoices available toyoursurveyrespondentsfor the particularquestion (Figure7). Scroll furtherdownthe sheet if youare quantifyingyourqualitativeresponses. AgainincolumnA in a newrow,enterthe header“Data summary”,and incolumn B enter“Total numberof responses”, “Minimumnumber”,“Maximumnumber”,and“Average”(Figure7). Figure 7 Figure 6
  • 6. The long method for surveying in real time Yuqi Wang, Innovation Network AEA 2015, Chicago,IL 6 Entering formulasforfrequency 8. To calculate the frequency of aparticularanswerchoice to a question,we needtouse the COUNTIF formula:=COUNTIF(range,criteria). In the greenoutlinedcell(C17) inFigure 8,the formulatocount the frequencyof “1” is: =COUNTIF($C$4:$C$13,1).This formulaistellingexcel tosearch,andcountall of the cells fromC4 to C13 that containsthe number1. The dollarsignsinfrontof the C and 4 tellsExcel tolockinthe column(C) and row(4) to keepthemfrommovingwhenyoucopy andpaste the formulaintoother cells. There may be situationswhere you wanttoknow frequencycountswithoutquantifyingyouranswer responses.Inthiscase, youcan use the formulashowninFigure 9: =COUNTIF([rangeof cells you wantexcel to search in],“answerchoice”). Figure 9 Figure 8
  • 7. The long method for surveying in real time Yuqi Wang, Innovation Network AEA 2015, Chicago,IL 7 Entering formulasfor data summary 9. The data summarysection iscreatedusinginformationfromthe frequency andsurveydatasection. The functionsyoucan use are prettystraightforward:SUM to calculate total numberof responses, MIN to calculate minimum, MAXtocalculate maximum, and AVERAGEtocalculate average The range of cellswe needtocalculate the sumis all of the cells underourfrequencysection (Figure 10). For those whoquantifiedtheirqualitative responses,the range of cellswe need tocalculate minimum,maximum,andaverage isall the cellsincolumnCwe createdearlierthatquantifiedour qualitative responses (Figure 11). Figure 10
  • 8. The long method for surveying in real time Yuqi Wang, Innovation Network AEA 2015, Chicago,IL 8 Organizing the spreadsheet tocreate graphs 10. If you wantto take yourskillsone stepfurther, youcancreate charts inadvance.The charts will thenpopulate itself withthe informationyouwant asyou enterthe data. To create a chart showingyourdata summaryor questionfrequency,all youneedtodoishighlight the cellsinthe data summaryor frequencysection,andinsertthe desiredcharttype.Thenyoucan formatthe chart size andcolors to your preference. Anotherwayto displayyourdatais to graphthe percentage of peoplewhorespondedtoeachof the answerresponses inaparticularquestion.Todothis,finda blankareaunder“Data summary”. Create a newsection titled“Charts”where youcanpopulate percentagesforeachanswerresponse. Figure 11 =MAX($C$4:$C$13) =AVERAGE($C$4:$C$13)
  • 9. The long method for surveying in real time Yuqi Wang, Innovation Network AEA 2015, Chicago,IL 9 You can use thisformulato obtainpercentages:=[thefrequency of a particular answer response]/[totalresponses] (Figure 12). For example,tocalculate the percentageof peoplewhoresponded“Stronglydisagreed” (B35in Figure 12) the formulawouldbe: =[frequency of peoplewho responded “Strongly disagree”]/[total numberof responses].Repeatthisformulaforthe restof the answerchoices.Whenyouare complete,highlightyourformulasandinsertthe desiredchart type.Lastly,playaroundwiththe size and colorof the chart until youare satisfied. Happy evaluating! Figure 12