How to Analyze Survey Data with Multiple Responses in Excel (2 Methods)

Dataset-How to Analyze Survey Data with Multiple Responses Excel

Suppose we have a dataset of compiled survey data and we want to analyze it. In this article, we’ll use multiple formulas and the Power Query method to analyze this survey data by preparing a visual representation of the responses to every question.

Method 1 – Using Multiple Formulas to Analyze Survey Data with Multiple Responses

Dataset-How to Analyze Survey Data with Multiple Responses Excel

In the survey data, we have multiple responses to individual questions from different customers. First we need to count the number of each response to a particular question. The percentage of each response compared to the total number of responses will reflect the customer’s opinion. Step 1 – Creating a Survey Data Report

=COUNTIF($C$5:$C$15,B20)

Formula-Analyze Survey Data with Multiple Responses Excel

Repeat

=SUM(C20:C23)

Sum

Repeat

=C20/$C$24

Percentage

The percentage for each response for each question is returned, indicating the customers’ overall view concerning that question.

Step 2 – Presenting the Report in a Stacked Bar Chart

Data Source

The Insert Chart window opens.

All Charts-Analyze Survey Data with Multiple Responses Excel

E xcel inserts a Stacked bar Chart as depicted in the below picture.

Stacked Bar-Analyze Survey Data with Multiple Responses Excel

Method 2 – Using Power Query to Analyze Survey Data with Multiple Responses

We can also use Power Query for better representation of our data in a Table.

Power Query-Analyze Survey Data with Multiple Responses Excel

Steps:

Power Query-Analyze Survey Data with Multiple Responses Excel

Excel loads the Power Query Editor window.

Loaded Data

Excel transforms all the data as depicted in the below picture. All the entries within the selected columns get unpivoted.

Unpivoted data-Analyze Survey Data with Multiple Responses Excel

Load & Close-Analyze Survey Data with Multiple Responses Excel

Excel loads all the columns.

Loaded Data-Analyze Survey Data with Multiple Responses Excel

The PivotTable from table or range window appears.

PivotTable Fields

Pivot Table Fields

A Pivot Table is created, as shown in the below image.

Pivot Table

Value Fields Settings-Analyze Survey Data with Multiple Responses Excel

The Value Field Settings dialog box appears.

Value Field Settings Window

Each response’s results are now displayed as a percentage of total responses.

Power Query Depiction- Analyze Survey Data with Multiple Responses Excel

We have used just a small portion of our survey data to analyze survey responses and provide a better overview. Using the techniques above, add more response items for each section as desired.

Download Excel Workbook

Analyze Survey Data with Multiple Responses.xlsx

Related Articles