How to Analyze Likert Scale Data in Excel (with Simple Steps)

Table of Contents

Table of Contents

Analyzing Likert scale data is an essential part for understanding customer feedback. It allows businesses and researchers to measure the sentiment behind responses, providing a clearer picture of satisfaction levels. In this article, we will walk you through the process of analyzing Likert scale data in Excel using four simple steps. Whether you are looking to count responses, calculate percentages, create reports, or visualize results, we have got you covered.

Key Takeaways

โžค Start by counting the number of responses for each satisfaction level using the COUNTIF function.
โžค Convert these counts into percentages by dividing each count by the total count.
โžค Create a clean summary report by transposing the data into a new sheet for easier presentation.
โžค Finally, visualize the results using a column chart to identify trends and compare satisfaction levels across categories.

overview image


What is a Likert Scale?

A Likert scale is a popular survey method used to measure attitudes, opinions, or perceptions across a range of statements. Respondents typically indicate their agreement or disagreement with statements using a scale, such as “Satisfied,” “Neutral,” or “Unsatisfied. It helps in quantifying subjective data. This is used in customer satisfaction surveys, employee feedback forms, and market research.


Steps to Analyze Likert Scale Data in Excel

In this section, we will guide you through four easy steps to analyze Likert scale data in Excel.

Suppose we have a sample dataset containing customer names and their feedback, categorized as satisfied, unsatisfied, or neutral, for the criteria of Food Quality, Service Speed, Staff Friendliness, and Cleanliness. Now, we will analyze the Likert scale data using the above dataset.

Steps to Analyze Likert Scale Data in Excel

Step 1: Counting Feedback from the Dataset

Starting with, we will analyze customer feedback to quantify satisfaction levels across different categories like “Food Quality”, “Service Speed”, “Staff Friendliness”, and “Cleanliness”. First, list the satisfaction categories you wish to count. In column A, starting from cell A13, input the categories: “Unsatisfied”, “Satisfied”, and “Neutral”. In cell A16, input “Total” to sum up the counts.

Now, we will use the COUNTIF function to count the occurrences of each satisfaction level for “Food Quality”.

โžค Select cell B13, and enter the following formula into the formula bar.

=COUNTIF(B$2:B$11, $A13)

This formula counts how many times the text in cell A13 (Unsatisfied) appears in the cell range B2 to B11. The $ signs ensure that when you drag the formula, the row for the category (A13) changes, but the column for the data range stays fixed.

Steps to Analyze Likert Scale Data in Excel

โžค Drag the fill handle down to apply the formula to cells B14 and B15 to count “Satisfied” and “Neutral” responses for “Food Quality”.

Steps to Analyze Likert Scale Data in Excel

To apply this counting across all survey categories, extend the formulas horizontally.

โžค Select the range B13:B15.
โžค Drag the fill handle horizontally to the right across column E.

As a result, the counts for “Unsatisfied”, “Satisfied”, and “Neutral” will be calculated for “Service Speed”, “Staff Friendliness”, and “Cleanliness” as well.

Steps to Analyze Likert Scale Data in Excel

Finally, we will sum the counts for each category to get the total number of responses per category.

โžค Select cell B16, and put the following formula into the formula bar.

=SUM(B13:B15)

This formula sums the counts for “Unsatisfied”, “Satisfied”, and “Neutral” for “Food Quality”.

Steps to Analyze Likert Scale Data in Excel

โžค Drag the fill handle horizontally to the right across column E.

Thus, the “Total” number of responses for each survey category will be displayed, providing a complete overview of the satisfaction levels.

Steps to Analyze Likert Scale Data in Excel

Step 2: Calculating the Percentage of All Feedback

In this step, we will calculate the percentage for the customer satisfaction survey analysis. To understand the proportion of each satisfaction level, we can convert the raw counts into percentages.

โžค Choose cell B18, write the following formula into the formula bar, and press ENTER.

=B13/B$16

This formula divides the count for “Unsatisfied” (B13) by the “Total” count for “Food Quality” (B16). The $ before 16 ensures that the total row reference remains fixed when you drag the formula.

Note:
If you do not see the percentage value, you can click Format > Number > Percent from the menu.

Steps to Analyze Likert Scale Data in Excel

โžค Pull the fill handle down to apply the formula to cells B19 and B20, calculating the percentages for “Satisfied” and “Neutral” for “Food Quality”.

Steps to Analyze Likert Scale Data in Excel

To apply this percentage calculation across all survey categories:

โžค Choose the range B18:B20.
โžค Drag the fill handle horizontally till column E.

Finally, the percentages for “Unsatisfied”, “Satisfied”, and “Neutral” will be shown for all survey categories.

Steps to Analyze Likert Scale Data in Excel

Finally, to verify that your percentages sum up correctly to 100% for each category:

โžค Select cell B21, put the formula below, and hit ENTER.

=SUM(B18:B20)

Steps to Analyze Likert Scale Data in Excel

โžค Similarly, drag the fill handle horizontally for all the cells.

Thus, the “Total” percentage for each survey category will be displayed, confirming that all responses are accounted for.

Steps to Analyze Likert Scale Data in Excel

Step 3: Making a Report on the Likert Scale Analysis

In this part, we will transpose the “Customer Feedback” categories from a column to a row into a new sheet to create a report on the Likert scale analysis.

โžค Select the cells A1:E1.
โžค Right-click on the selected cells.
โžค Click Copy from the context menu.

Steps to Analyze Likert Scale Data in Excel

โžค Open a new sheet and select the cell where you want the transposed data.
โžค Right-click on the selected cell, and click Paste Special from the context menu.

Steps to Analyze Likert Scale Data in Excel

โžค In the “Paste Special” dialog box, checkmark the Transpose option.
โžค Finally, click OK.

Steps to Analyze Likert Scale Data in Excel

โžค Now, name the heading as Customer Feedback in cell A1.

โžค Then, select the range containing your feedback percentage, which is from cell A18 to E20.
โžค Press  Ctrl  +  C ย to copy the selected data.

Steps to Analyze Likert Scale Data in Excel

โžค Now, choose cell B1 where you want to paste the transposed data.
โžค Right-click on the selected cell and from the context menu, choose Paste Special.

Steps to Analyze Likert Scale Data in Excel

โžค In the Paste Special dialog box, select the Values button to paste only the values.
โžค Then, checkmark the Transpose option.
โžค Finally, click OK.

Steps to Analyze Likert Scale Data in Excel

Thus, we have successfully created our report on Likert scale analysis.

Steps to Analyze Likert Scale Data in Excel

Step 4: Plotting Chart to Analyze Likert Scale Report

In this final step, we will plot a chart to analyze Likert scale report.

โžค First, select cells A1 to D5 containing your customer feedback categories and their respective percentages.
โžค Next, navigate to the menu bar and click on the Insert tab.
โžค From the Charts group, click on Recommended Charts.

Steps to Analyze Likert Scale Data in Excel

โžค In the Insert Chart dialog box, select the All Charts tab.
โžค From the left-hand pane, choose Column.
โžค Then, from the available column chart options, select the Clustered Column chart.
โžค Finally, click OK.

Steps to Analyze Likert Scale Data in Excel

Thus, a column chart representing your customer feedback will be successfully inserted into your sheet.

Steps to Analyze Likert Scale Data in Excel

After editing the chart, we have successfully created our chart to analyze Likert scale data in Excel.

Steps to Analyze Likert Scale Data in Excel


Downloadable Resources

Get our practice workbook or necessary files that we have worked with to prepare this article.

Analyze Likert Scale Data.xlsx


Frequently Asked Questions

How do I find the most common response?

You can use the formula =MODE(range) to find the most frequently selected response.

How can I handle missing data in Likert scale responses?

You can handle missing data by using imputation methods to fill in the gaps. Excel allows you to filter out or replace missing values as needed.

How do I calculate the average response?

You can use the formula =AVERAGE(range) where “range” is the cells containing the responses.


Concluding Words

In conclusion, we have covered the key steps for effectively analyzing Likert scale data in Excel. Using the steps, you will get a complete analysis of your Likert scale data to uncover meaningful patterns and trends in your survey results. If you have any questions or would like clarification on any aspect, feel free to drop them in the comment section below.

Facebook
X
LinkedIn
WhatsApp
Picture of Wasim Akram

Wasim Akram

Wasim Akram holds a BSc in Industrial and Production Engineering and has around four years of hands-on Excel and Google Sheets experience. He specializes in formulas, lookups, PivotTables, dashboards, charts, data cleaning, macros, VBA, and Google Apps Script. He has created 300+ tutorials that helped over 100,000 users solve data problems. He enjoys exploring advanced formulas and building automated templates that simplify daily tasks.
We will be happy to hear your thoughts

      Leave a reply


      Excel Insider
      Logo