Google Forms is a versatile tool for collecting data and feedback. After gathering responses, you might want to visualize the data in a pie chart for a quick, intuitive understanding. Here's a step-by-step guide on how to view Google Form responses in a pie chart.

Before we dive in, ensure you've collected responses and have Google Sheets set up to receive them. If not, create a new Google Form, click on 'Responses' at the top, then 'Select response destination' and choose 'Create a new spreadsheet'.

Preparing Your Data in Google Sheets
Once responses are collected, you'll need to prepare your data in Google Sheets before creating a pie chart.

First, ensure your data is in a tabular format with each response in a new row. If not, you can use the 'Transpose' function to convert columns into rows or vice versa.
Formatting Your Data

For a pie chart, you'll need to convert your data into a format where each response is a unique value. For example, if you're asking respondents to choose their favorite color, each color should be listed once, with the number of responses for that color beside it.
You can achieve this by using the 'Countif' function. Suppose your responses are in column A (A2:A100), and you want to count how many times each color appears. In cell B2, enter '=COUNTIF($A$2:$A$100, "Red")', then drag this formula down to count occurrences of other colors.
Creating a Pivot Table

A pivot table can help organize your data further. Click on 'Data' in the menu, then 'Pivot table'. Choose where you want to place it, then drag your color column into the 'Rows' section and the count column into the 'Values' section.
This will give you a summarized view of your data, making it easier to create a pie chart.
Creating a Pie Chart

Now that your data is ready, it's time to create the pie chart.
Select the range of cells containing your data (including headers), then click on 'Insert' in the menu, then 'Pie chart'. A pie chart will be inserted into your sheet.



















Customizing Your Pie Chart
Google Sheets allows you to customize your pie chart. Click on the chart to bring up the editing toolbar. Here, you can change the title, add a legend, or modify the colors.
To add data labels to your pie chart, click on the three vertical dots in the top-right corner of the chart, then 'Add data labels'. This will display the count of each response directly on the chart.
Once you're satisfied with your pie chart, you can share your Google Sheet with others or embed the chart in a Google Site or other web page. This allows you to effectively communicate your data and insights with a visually appealing pie chart.