Hello! I am looking for a way to remove duplicate rows from a sheet based on the project name but I need to leave one row behind.
I created a helper column to count duplicates with this formula: =COUNTIFS([Project Name]:[Project Name], [Project Name]@row). Then planned on moving the rows with a count greater than 1 to an archive sheet with an automation.
But I realized that most of my rows would move to the archive sheet and one row with a duplicate value would not be left on my main sheet. Any suggestions?
Thanks!