How to Analyze Survey Data in Excel: 6 Quick Methods

Method 1 – Creating a Survey Form for Feedback

<a href=How to Analyze Survey Data in Excel " width="569" height="596" />

Method 2 – Counting Blank and Non-Blank Feedback from Survey Data in Excel

<a href=How to Analyze Survey Data in Excel " width="831" height="401" />

=COUNTBLANK(C5:C14)

<a href=How to Analyze Survey Data in Excel " width="830" height="513" />

<a href=How to Analyze Survey Data in Excel " width="830" height="474" />

<a href=How to Analyze Survey Data in Excel " width="835" height="473" />

=COUNTA(C5:C14)

<a href=How to Analyze Survey Data in Excel " width="836" height="479" />

=SUM(C16:C17)

<a href=How to Analyze Survey Data in Excel " width="833" height="479" />

Method 3 – Counting All Feedback from Survey

=COUNTIF(C5:C14,$C$6)

<a href=How to Analyze Survey Data in Excel " width="833" height="587" />

<a href=How to Analyze Survey Data in Excel " width="834" height="553" />

Breakdown of the Formula

COUNTIF(C5:C14,$C$6)

This formula denotes the total number of condition that appears in the given range of cells. The function first enters into the range of cells C5 to C14. It searches the criteria you give in the formula. We give a criterion cell C6 which means Strongly Agree. The function searches this criterion in the whole range of cells. It returns the total number of times it appears. Two customers give this response in the survey data.

=COUNTIF(C5:C14,$C$5)

<a href=How to Analyze Survey Data in Excel " width="833" height="590" />

<a href=How to Analyze Survey Data in Excel " width="832" height="553" />

<a href=How to Analyze Survey Data in Excel " width="829" height="555" />

=SUM(C20:C23)

<a href=How to Analyze Survey Data in Excel " width="825" height="558" />

Method 4 – Calculating Percentage of Each Feedback

=C20/$C$24

<a href=How to Analyze Survey Data in Excel " width="824" height="479" />

=D20/$D$24

<a href=How to Analyze Survey Data in Excel " width="823" height="478" />

=E20/$E$24

<a href=How to Analyze Survey Data in Excel " width="826" height="482" />

<a href=How to Analyze Survey Data in Excel " width="826" height="486" />

=SUM(C27:C30)

<a href=How to Analyze Survey Data in Excel " width="821" height="477" />

Method 5 – Using Estimated Results to Analyze Survey Data

<a href=How to Analyze Survey Data in Excel " width="265" height="267" />

<a href=How to Analyze Survey Data in Excel " width="300" height="272" />

<a href=How to Analyze Survey Data in Excel " width="396" height="326" />

<a href=How to Analyze Survey Data in Excel " width="777" height="269" />

Method 6 – Creating Excel Chart to Analyze Survey Data

<a href=How to Analyze Survey Data in Excel " width="778" height="266" />

<a href=How to Analyze Survey Data in Excel " width="471" height="280" />

<a href=How to Analyze Survey Data in Excel " width="474" height="279" />

<a href=How to Analyze Survey Data in Excel " width="474" height="281" />

Download Practice Workbook

Download this practice workbook.

Related Articles