Category: Datasources
Updated

This solution is summarized from an archived support forum post. This information may have changed. If you notice an error, please let us know in Discord.

Identifying Redundant/Duplicate Data Through a Query?

Issue

I need to identify repeating values in a column (ID numbers) in a Google Sheet that contains user input from a form. I also want to compare the row index and mark the repeated entry with the text "Repeated" in a specific column. This will help me ensure that no employee can have two requests at once, preventing double booking of leave or day-off requests.

Resolution