Customer Feedback

Analyzing customer feedback is essential for understanding customer satisfaction and areas for improvement. In Excel, you can use the COUNTIF function to count the number of positive and negative feedback entries. Below is an example demonstrating how to use this function, along with an exercise for you to practice.

Example

Here’s an example of how the COUNTIF function works. You can see the embedded Excel sheet below to interact with the data.

CustomerFeedback
1Positive
2Negative
3Positive
4Negative
5Positive

Exercise

Using the table below, count the number of positive and negative feedback entries using COUNTIF.

Solution

To count the number of positive and negative feedback entries:

  1. Using COUNTIF for "Positive" Feedback:
    • Formula: =COUNTIF(B2:B6, "Positive")
    • Result: 3 (Customer 1, Customer 3, Customer 5)
  2. Using COUNTIF for "Negative" Feedback:
    • Formula: =COUNTIF(B2:B6, "Negative")
    • Result: 2 (Customer 2, Customer 4)

Here's a table showing the results of the functions:

Please enable JavaScript in your browser to complete this form.
How would you rate this post?
Do you think adding a video explanation would be useful?
Your Excel Skill Level