SlideShare a Scribd company logo
1 of 9
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

What's hot

Variance rover system web analytics tool using data
Variance rover system web analytics tool using dataVariance rover system web analytics tool using data
Variance rover system web analytics tool using dataeSAT Publishing House
 
IRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET Journal
 
[M3A3] Data Analysis and Interpretation Specialization
[M3A3] Data Analysis and Interpretation Specialization [M3A3] Data Analysis and Interpretation Specialization
[M3A3] Data Analysis and Interpretation Specialization Andrea Rubio
 
Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...eSAT Journals
 
Ch17 lab r_verdu103: Entry level statistics exercise (descriptives)
Ch17 lab r_verdu103: Entry level statistics exercise (descriptives)Ch17 lab r_verdu103: Entry level statistics exercise (descriptives)
Ch17 lab r_verdu103: Entry level statistics exercise (descriptives)Sherri Gunder
 
Missing Data and data imputation techniques
Missing Data and data imputation techniquesMissing Data and data imputation techniques
Missing Data and data imputation techniquesOmar F. Althuwaynee
 
Hypothesis Testing: Spread (Compare 1:1)
Hypothesis Testing: Spread (Compare 1:1)Hypothesis Testing: Spread (Compare 1:1)
Hypothesis Testing: Spread (Compare 1:1)Matt Hansen
 
Hypothesis Testing: Finding the Right Statistical Test
Hypothesis Testing: Finding the Right Statistical TestHypothesis Testing: Finding the Right Statistical Test
Hypothesis Testing: Finding the Right Statistical TestMatt Hansen
 
Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...nalini manogaran
 
Publication - The feasibility of gaze tracking for “mind reading” during search
Publication - The feasibility of gaze tracking for “mind reading” during searchPublication - The feasibility of gaze tracking for “mind reading” during search
Publication - The feasibility of gaze tracking for “mind reading” during searchA. LE
 
Binary classification metrics_cheatsheet
Binary classification metrics_cheatsheetBinary classification metrics_cheatsheet
Binary classification metrics_cheatsheetJakub Czakon
 
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...National Cheng Kung University
 
Hypothesis Testing: Central Tendency – Normal (Compare 1:1)
Hypothesis Testing: Central Tendency – Normal (Compare 1:1)Hypothesis Testing: Central Tendency – Normal (Compare 1:1)
Hypothesis Testing: Central Tendency – Normal (Compare 1:1)Matt Hansen
 
Rubrics & Self Assessments Online Submission
Rubrics & Self Assessments Online SubmissionRubrics & Self Assessments Online Submission
Rubrics & Self Assessments Online SubmissionStephen Taylor
 
IRJET- Probability based Missing Value Imputation Method and its Analysis
IRJET- Probability based Missing Value Imputation Method and its AnalysisIRJET- Probability based Missing Value Imputation Method and its Analysis
IRJET- Probability based Missing Value Imputation Method and its AnalysisIRJET Journal
 
Hypothesis Testing: Proportions (Compare 2+ Factors)
Hypothesis Testing: Proportions (Compare 2+ Factors)Hypothesis Testing: Proportions (Compare 2+ Factors)
Hypothesis Testing: Proportions (Compare 2+ Factors)Matt Hansen
 

What's hot (20)

Variance rover system web analytics tool using data
Variance rover system web analytics tool using dataVariance rover system web analytics tool using data
Variance rover system web analytics tool using data
 
IRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence Chain
 
FSRM 582 Project
FSRM 582 ProjectFSRM 582 Project
FSRM 582 Project
 
[M3A3] Data Analysis and Interpretation Specialization
[M3A3] Data Analysis and Interpretation Specialization [M3A3] Data Analysis and Interpretation Specialization
[M3A3] Data Analysis and Interpretation Specialization
 
Tinkerplots
TinkerplotsTinkerplots
Tinkerplots
 
Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...Dimensionality reduction by matrix factorization using concept lattice in dat...
Dimensionality reduction by matrix factorization using concept lattice in dat...
 
Ch17 lab r_verdu103: Entry level statistics exercise (descriptives)
Ch17 lab r_verdu103: Entry level statistics exercise (descriptives)Ch17 lab r_verdu103: Entry level statistics exercise (descriptives)
Ch17 lab r_verdu103: Entry level statistics exercise (descriptives)
 
Missing Data and data imputation techniques
Missing Data and data imputation techniquesMissing Data and data imputation techniques
Missing Data and data imputation techniques
 
Hypothesis Testing: Spread (Compare 1:1)
Hypothesis Testing: Spread (Compare 1:1)Hypothesis Testing: Spread (Compare 1:1)
Hypothesis Testing: Spread (Compare 1:1)
 
Hypothesis Testing: Finding the Right Statistical Test
Hypothesis Testing: Finding the Right Statistical TestHypothesis Testing: Finding the Right Statistical Test
Hypothesis Testing: Finding the Right Statistical Test
 
Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...Anomaly detection via eliminating data redundancy and rectifying data error i...
Anomaly detection via eliminating data redundancy and rectifying data error i...
 
Publication - The feasibility of gaze tracking for “mind reading” during search
Publication - The feasibility of gaze tracking for “mind reading” during searchPublication - The feasibility of gaze tracking for “mind reading” during search
Publication - The feasibility of gaze tracking for “mind reading” during search
 
Shmueli
ShmueliShmueli
Shmueli
 
Binary classification metrics_cheatsheet
Binary classification metrics_cheatsheetBinary classification metrics_cheatsheet
Binary classification metrics_cheatsheet
 
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...
 
Hypothesis Testing: Central Tendency – Normal (Compare 1:1)
Hypothesis Testing: Central Tendency – Normal (Compare 1:1)Hypothesis Testing: Central Tendency – Normal (Compare 1:1)
Hypothesis Testing: Central Tendency – Normal (Compare 1:1)
 
T 8-gurjinder
T 8-gurjinderT 8-gurjinder
T 8-gurjinder
 
Rubrics & Self Assessments Online Submission
Rubrics & Self Assessments Online SubmissionRubrics & Self Assessments Online Submission
Rubrics & Self Assessments Online Submission
 
IRJET- Probability based Missing Value Imputation Method and its Analysis
IRJET- Probability based Missing Value Imputation Method and its AnalysisIRJET- Probability based Missing Value Imputation Method and its Analysis
IRJET- Probability based Missing Value Imputation Method and its Analysis
 
Hypothesis Testing: Proportions (Compare 2+ Factors)
Hypothesis Testing: Proportions (Compare 2+ Factors)Hypothesis Testing: Proportions (Compare 2+ Factors)
Hypothesis Testing: Proportions (Compare 2+ Factors)
 

Viewers also liked

Letter of recommendation-Mark Tanner
Letter of recommendation-Mark TannerLetter of recommendation-Mark Tanner
Letter of recommendation-Mark TannerNebojsa Jurjevic
 
History of SSF
History of SSFHistory of SSF
History of SSFLes Tubb
 
circular decoración estrella de navidad
 circular decoración estrella de navidad circular decoración estrella de navidad
circular decoración estrella de navidadcolenavalazarza
 
Planificador del proyecto mis derechos humanos sexuales y reproductivos (1)
Planificador del proyecto mis derechos humanos sexuales y reproductivos (1)Planificador del proyecto mis derechos humanos sexuales y reproductivos (1)
Planificador del proyecto mis derechos humanos sexuales y reproductivos (1)Gloria Amparo Millan
 
Coalition Assessment: Approaches for Measuring Capacity and Impact
Coalition Assessment: Approaches for Measuring Capacity and ImpactCoalition Assessment: Approaches for Measuring Capacity and Impact
Coalition Assessment: Approaches for Measuring Capacity and ImpactInnovation Network
 
Programm "Nuit des Musées"
Programm "Nuit des Musées"Programm "Nuit des Musées"
Programm "Nuit des Musées"Luxemburger Wort
 
De Reis van de Heldin December .
De Reis van de Heldin December . De Reis van de Heldin December .
De Reis van de Heldin December . Peter de Kuster
 
5つのポイントから学ぶ、新事業構築のノウハウ 先生:本荘 修二
5つのポイントから学ぶ、新事業構築のノウハウ 先生:本荘 修二5つのポイントから学ぶ、新事業構築のノウハウ 先生:本荘 修二
5つのポイントから学ぶ、新事業構築のノウハウ 先生:本荘 修二schoowebcampus
 
Ersatzverkehr Richtung Frankreich am 18. und 19. Februar
Ersatzverkehr Richtung Frankreich am 18. und 19. FebruarErsatzverkehr Richtung Frankreich am 18. und 19. Februar
Ersatzverkehr Richtung Frankreich am 18. und 19. FebruarLuxemburger Wort
 

Viewers also liked (14)

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

Similar to Real-Time Survey Data Collection & Analysis

Exploratory data analysis v1.0
Exploratory data analysis v1.0Exploratory data analysis v1.0
Exploratory data analysis v1.0Vishy Chandra
 
Chapter 1 TestSuppose that you are an administrator in a .docx
Chapter 1 TestSuppose that you are an administrator in a .docxChapter 1 TestSuppose that you are an administrator in a .docx
Chapter 1 TestSuppose that you are an administrator in a .docxsleeperharwell
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...IJCSES Journal
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...ijcseit
 
MAT 240 Random Sampling in Excel Tutorial This tutorial wi
MAT 240 Random Sampling in Excel Tutorial This tutorial wiMAT 240 Random Sampling in Excel Tutorial This tutorial wi
MAT 240 Random Sampling in Excel Tutorial This tutorial wiAbramMartino96
 
MAT 240 Random Sampling in Excel Tutorial This tutorial wi
MAT 240 Random Sampling in Excel Tutorial This tutorial wiMAT 240 Random Sampling in Excel Tutorial This tutorial wi
MAT 240 Random Sampling in Excel Tutorial This tutorial wiAbramMartino96
 
Week 2 Project - STAT 3001Student Name Type your name here.docx
Week 2 Project - STAT 3001Student Name Type your name here.docxWeek 2 Project - STAT 3001Student Name Type your name here.docx
Week 2 Project - STAT 3001Student Name Type your name here.docxcockekeshia
 
Truth Table Generator
Truth Table GeneratorTruth Table Generator
Truth Table GeneratorIRJET Journal
 
PSYCH 625 Exceptional Education - snaptutorial.com
PSYCH 625   Exceptional Education - snaptutorial.comPSYCH 625   Exceptional Education - snaptutorial.com
PSYCH 625 Exceptional Education - snaptutorial.comDavisMurphyB22
 
Data warehousing and business intelligence project report
Data warehousing and business intelligence project reportData warehousing and business intelligence project report
Data warehousing and business intelligence project reportsonalighai
 
Trust Measurement Presentation_Part 3
Trust Measurement Presentation_Part 3Trust Measurement Presentation_Part 3
Trust Measurement Presentation_Part 3Gan Chun Chet
 
notes as .ppt
notes as .pptnotes as .ppt
notes as .pptbutest
 
End-to-End Machine Learning Project
End-to-End Machine Learning ProjectEnd-to-End Machine Learning Project
End-to-End Machine Learning ProjectEng Teong Cheah
 

Similar to Real-Time Survey Data Collection & Analysis (20)

Exploratory data analysis v1.0
Exploratory data analysis v1.0Exploratory data analysis v1.0
Exploratory data analysis v1.0
 
Analyzing Performance Test Data
Analyzing Performance Test DataAnalyzing Performance Test Data
Analyzing Performance Test Data
 
Chapter 1 TestSuppose that you are an administrator in a .docx
Chapter 1 TestSuppose that you are an administrator in a .docxChapter 1 TestSuppose that you are an administrator in a .docx
Chapter 1 TestSuppose that you are an administrator in a .docx
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
 
MAT 240 Random Sampling in Excel Tutorial This tutorial wi
MAT 240 Random Sampling in Excel Tutorial This tutorial wiMAT 240 Random Sampling in Excel Tutorial This tutorial wi
MAT 240 Random Sampling in Excel Tutorial This tutorial wi
 
MAT 240 Random Sampling in Excel Tutorial This tutorial wi
MAT 240 Random Sampling in Excel Tutorial This tutorial wiMAT 240 Random Sampling in Excel Tutorial This tutorial wi
MAT 240 Random Sampling in Excel Tutorial This tutorial wi
 
Week 2 Project - STAT 3001Student Name Type your name here.docx
Week 2 Project - STAT 3001Student Name Type your name here.docxWeek 2 Project - STAT 3001Student Name Type your name here.docx
Week 2 Project - STAT 3001Student Name Type your name here.docx
 
Truth Table Generator
Truth Table GeneratorTruth Table Generator
Truth Table Generator
 
PSYCH 625 Exceptional Education - snaptutorial.com
PSYCH 625   Exceptional Education - snaptutorial.comPSYCH 625   Exceptional Education - snaptutorial.com
PSYCH 625 Exceptional Education - snaptutorial.com
 
Matrix Diagram2001
Matrix Diagram2001Matrix Diagram2001
Matrix Diagram2001
 
Lesson 6 recursion
Lesson 6  recursionLesson 6  recursion
Lesson 6 recursion
 
MyStataLab Assignment Help
MyStataLab Assignment HelpMyStataLab Assignment Help
MyStataLab Assignment Help
 
old seven quality control tools
old seven quality control toolsold seven quality control tools
old seven quality control tools
 
Data warehousing and business intelligence project report
Data warehousing and business intelligence project reportData warehousing and business intelligence project report
Data warehousing and business intelligence project report
 
Trust Measurement Presentation_Part 3
Trust Measurement Presentation_Part 3Trust Measurement Presentation_Part 3
Trust Measurement Presentation_Part 3
 
Data Science Machine
Data Science Machine Data Science Machine
Data Science Machine
 
CHAPTER 7.pptx
CHAPTER 7.pptxCHAPTER 7.pptx
CHAPTER 7.pptx
 
notes as .ppt
notes as .pptnotes as .ppt
notes as .ppt
 
End-to-End Machine Learning Project
End-to-End Machine Learning ProjectEnd-to-End Machine Learning Project
End-to-End Machine Learning Project
 

More from Innovation Network

Refreshing Evaluation in Support of the Social Movements Revival
Refreshing Evaluation in Support of the Social Movements RevivalRefreshing Evaluation in Support of the Social Movements Revival
Refreshing Evaluation in Support of the Social Movements RevivalInnovation Network
 
Dataviz Products throughout the Evaluation Lifecycle
Dataviz Products throughout the Evaluation LifecycleDataviz Products throughout the Evaluation Lifecycle
Dataviz Products throughout the Evaluation LifecycleInnovation Network
 
10-Year Evaluation of Connecticut Health Foundation's Leadership Program
10-Year Evaluation of Connecticut Health Foundation's Leadership Program10-Year Evaluation of Connecticut Health Foundation's Leadership Program
10-Year Evaluation of Connecticut Health Foundation's Leadership ProgramInnovation Network
 
Evaluation Theory Tree: Evaluation Approaches
Evaluation Theory Tree: Evaluation ApproachesEvaluation Theory Tree: Evaluation Approaches
Evaluation Theory Tree: Evaluation ApproachesInnovation Network
 
Putting Data in Context: Timelining for Evaluators (HANDOUT)
Putting Data in Context: Timelining for Evaluators (HANDOUT)Putting Data in Context: Timelining for Evaluators (HANDOUT)
Putting Data in Context: Timelining for Evaluators (HANDOUT)Innovation Network
 
Putting Data in Context: Timelining for Evaluators
Putting Data in Context: Timelining for EvaluatorsPutting Data in Context: Timelining for Evaluators
Putting Data in Context: Timelining for EvaluatorsInnovation Network
 
Data Placemats: Construction and Practical Design Tips
Data Placemats: Construction and Practical Design TipsData Placemats: Construction and Practical Design Tips
Data Placemats: Construction and Practical Design TipsInnovation Network
 
Real Time Evaluation: Tips, Tools, and Tricks of the Trade
Real Time Evaluation: Tips, Tools, and Tricks of the TradeReal Time Evaluation: Tips, Tools, and Tricks of the Trade
Real Time Evaluation: Tips, Tools, and Tricks of the TradeInnovation Network
 
Make Your Data Count: Tips & Tools for Visual Reporting
Make Your Data Count: Tips & Tools for Visual Reporting Make Your Data Count: Tips & Tools for Visual Reporting
Make Your Data Count: Tips & Tools for Visual Reporting Innovation Network
 
Make Your Data Count: New, Visual Approaches to Evaluation Reporting
Make Your Data Count: New, Visual Approaches to Evaluation Reporting Make Your Data Count: New, Visual Approaches to Evaluation Reporting
Make Your Data Count: New, Visual Approaches to Evaluation Reporting Innovation Network
 
Success and Failure in the Evaluation Process
Success and Failure in the Evaluation ProcessSuccess and Failure in the Evaluation Process
Success and Failure in the Evaluation ProcessInnovation Network
 
Evaluating Adaptive Capacity and Skills + Resources
Evaluating Adaptive Capacity and Skills + ResourcesEvaluating Adaptive Capacity and Skills + Resources
Evaluating Adaptive Capacity and Skills + ResourcesInnovation Network
 
#Eval14 - Make Your Data Count: New, Visual Approaches to Reporting
#Eval14 - Make Your Data Count: New, Visual Approaches to Reporting#Eval14 - Make Your Data Count: New, Visual Approaches to Reporting
#Eval14 - Make Your Data Count: New, Visual Approaches to ReportingInnovation Network
 
#JAGUnity2014: Innovations in Evaluating Social Movements
#JAGUnity2014: Innovations in Evaluating Social Movements#JAGUnity2014: Innovations in Evaluating Social Movements
#JAGUnity2014: Innovations in Evaluating Social MovementsInnovation Network
 
Evaluation Essentials for Nonprofits: Terms, Tips, and Trends
Evaluation Essentials for Nonprofits: Terms, Tips, and TrendsEvaluation Essentials for Nonprofits: Terms, Tips, and Trends
Evaluation Essentials for Nonprofits: Terms, Tips, and TrendsInnovation Network
 
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...Innovation Network
 
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...Innovation Network
 

More from Innovation Network (20)

Refreshing Evaluation in Support of the Social Movements Revival
Refreshing Evaluation in Support of the Social Movements RevivalRefreshing Evaluation in Support of the Social Movements Revival
Refreshing Evaluation in Support of the Social Movements Revival
 
Dataviz Products throughout the Evaluation Lifecycle
Dataviz Products throughout the Evaluation LifecycleDataviz Products throughout the Evaluation Lifecycle
Dataviz Products throughout the Evaluation Lifecycle
 
10-Year Evaluation of Connecticut Health Foundation's Leadership Program
10-Year Evaluation of Connecticut Health Foundation's Leadership Program10-Year Evaluation of Connecticut Health Foundation's Leadership Program
10-Year Evaluation of Connecticut Health Foundation's Leadership Program
 
Evaluation Theory Tree: Evaluation Approaches
Evaluation Theory Tree: Evaluation ApproachesEvaluation Theory Tree: Evaluation Approaches
Evaluation Theory Tree: Evaluation Approaches
 
Putting Data in Context: Timelining for Evaluators (HANDOUT)
Putting Data in Context: Timelining for Evaluators (HANDOUT)Putting Data in Context: Timelining for Evaluators (HANDOUT)
Putting Data in Context: Timelining for Evaluators (HANDOUT)
 
Putting Data in Context: Timelining for Evaluators
Putting Data in Context: Timelining for EvaluatorsPutting Data in Context: Timelining for Evaluators
Putting Data in Context: Timelining for Evaluators
 
Data Placemats: Construction and Practical Design Tips
Data Placemats: Construction and Practical Design TipsData Placemats: Construction and Practical Design Tips
Data Placemats: Construction and Practical Design Tips
 
Real Time Evaluation Handout
Real Time Evaluation HandoutReal Time Evaluation Handout
Real Time Evaluation Handout
 
Real Time Evaluation: Tips, Tools, and Tricks of the Trade
Real Time Evaluation: Tips, Tools, and Tricks of the TradeReal Time Evaluation: Tips, Tools, and Tricks of the Trade
Real Time Evaluation: Tips, Tools, and Tricks of the Trade
 
Make Your Data Count: Tips & Tools for Visual Reporting
Make Your Data Count: Tips & Tools for Visual Reporting Make Your Data Count: Tips & Tools for Visual Reporting
Make Your Data Count: Tips & Tools for Visual Reporting
 
Make Your Data Count: New, Visual Approaches to Evaluation Reporting
Make Your Data Count: New, Visual Approaches to Evaluation Reporting Make Your Data Count: New, Visual Approaches to Evaluation Reporting
Make Your Data Count: New, Visual Approaches to Evaluation Reporting
 
Success and Failure in the Evaluation Process
Success and Failure in the Evaluation ProcessSuccess and Failure in the Evaluation Process
Success and Failure in the Evaluation Process
 
Evaluating Adaptive Capacity and Skills + Resources
Evaluating Adaptive Capacity and Skills + ResourcesEvaluating Adaptive Capacity and Skills + Resources
Evaluating Adaptive Capacity and Skills + Resources
 
#Eval14 - Make Your Data Count: New, Visual Approaches to Reporting
#Eval14 - Make Your Data Count: New, Visual Approaches to Reporting#Eval14 - Make Your Data Count: New, Visual Approaches to Reporting
#Eval14 - Make Your Data Count: New, Visual Approaches to Reporting
 
Data Placemats (handout)
Data Placemats (handout)Data Placemats (handout)
Data Placemats (handout)
 
#JAGUnity2014: Innovations in Evaluating Social Movements
#JAGUnity2014: Innovations in Evaluating Social Movements#JAGUnity2014: Innovations in Evaluating Social Movements
#JAGUnity2014: Innovations in Evaluating Social Movements
 
Evaluation Essentials for Nonprofits: Terms, Tips, and Trends
Evaluation Essentials for Nonprofits: Terms, Tips, and TrendsEvaluation Essentials for Nonprofits: Terms, Tips, and Trends
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...#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...
 
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...
#JAGUnity2014: DataViz for Philanthropists! Tips, Tools, and How-Tos for Comm...#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
Evaluation Plan WorkbookEvaluation Plan Workbook
Evaluation Plan Workbook
 

Recently uploaded

Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...ThinkInnovation
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceSapana Sha
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 

Recently uploaded (20)

VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts Service
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 

Real-Time Survey Data Collection & Analysis

  • 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