Ova

How to Delete Duplicate Responses in Google Forms

Published in Google Forms Data Management 4 mins read

While Google Forms does not feature an automated tool for identifying and deleting duplicate responses directly within the platform, you can effectively manage them by first identifying duplicates, typically using Google Sheets, and then manually removing unwanted entries from your form responses. This two-step approach ensures your data remains clean and accurate.

Preventing Duplicate Responses

The most effective way to avoid duplicates is to prevent them from happening in the first place. Google Forms offers a built-in setting for this:

  1. Open your Google Form.
  2. Go to the Settings tab.
  3. Under the "Responses" section, expand Responses.
  4. Toggle on "Limit to 1 response".
    • Note: This option requires respondents to sign in to their Google account to submit the form, ensuring each account can only submit once.

Identifying Duplicate Responses Using Google Sheets

Since Google Forms doesn't automatically detect duplicates, exporting your responses to Google Sheets is the best method for identification.

  1. Access your Google Form.
  2. Click on the Responses tab.
  3. Click the "View in Sheets" icon (green cross) to open your responses in a new Google Sheet.

Once your data is in Google Sheets, you can use several functions to spot duplicates:

1. Using the UNIQUE Function

The UNIQUE function can extract a list of unique rows from your data. Comparing this unique list to your original data can help identify what was excluded.

  • Example: If your form collects names and emails, and you suspect duplicates based on email, you can use =UNIQUE(A:B) assuming names are in column A and emails in column B.

2. Applying Conditional Formatting

Conditional formatting visually highlights duplicate entries, making them easy to spot.

  1. Select the column(s) you want to check for duplicates (e.g., email addresses).
  2. Go to Format > Conditional formatting.
  3. Under "Format rules," set "Format cells if..." to "Custom formula is".
  4. Enter a formula like =COUNTIF(A:A,A1)>1 (if checking column A).
  5. Choose a distinct fill color to highlight duplicates.

3. Utilizing Pivot Tables

Pivot tables can help summarize and count occurrences of specific data points, revealing duplicates.

  1. Select all your response data.
  2. Go to Data > Pivot table.
  3. In the Pivot table editor, drag the field you suspect as a duplicate (e.g., "Email Address") to both Rows and Values.
  4. For "Values," change the summarization method to COUNTA or COUNT. Any entry with a count greater than 1 is a duplicate.

Deleting Individual Duplicate Responses in Google Forms

Once you've identified the specific duplicate responses in Google Sheets, you can return to Google Forms to delete them individually. This process permanently removes the response from your form data.

Follow these steps for each duplicate you wish to remove:

  1. Sign in to your Google account and open Google Forms.
  2. Double-click on the specific form containing the duplicate responses.
  3. Navigate to the Responses tab.
  4. Click on the Individual tab. This allows you to view one response at a time.
  5. Scroll through each response using the navigation arrows until you find the duplicate response you identified earlier (you might need to compare details like timestamps or specific answers).
  6. Once you've located the correct duplicate, click on the trash can icon (Delete response button) located at the top right of the individual response view.
  7. A confirmation dialog will appear. Click Yes to confirm the deletion.
  8. The response will be permanently deleted from your form. This action cannot be undone.

Best Practices for Managing Responses

  • Regularly Review: Periodically review your responses, especially for important forms, to catch and address duplicates early.
  • Communicate Expectations: Clearly state in your form instructions if only one submission is allowed per person.
  • Utilize a Unique Identifier: If "Limit to 1 response" isn't suitable, consider adding a required field for a unique identifier (e.g., an employee ID) that you can use for easier duplicate checking in Google Sheets.

By combining proactive prevention, diligent identification in Google Sheets, and precise manual deletion in Google Forms, you can maintain a clean and reliable dataset for your surveys and data collection.