Posted this last week, but it seems to have died on the vine. I Regularly refresh different databases throughout the year by making a copy of the old one and importing the new data into it. This results in a ton of redundant data, and I'm looking to quickly cull it.
After sorting my grid by IDNumber, how can I get the "To Delete" column to automatically check in rows that have identical "IDNumber" ("duplicate ID" would be checked via formula "=IF(COUNTIF(IDNumber:IDNumber, IDNumber@row) > 1, 1)" and identical "Location" entry values, but "NewEntry" is NOT checked?? (rows 2 & 11).
Similarly, how could I get "Location Change" to automatically check in rows that have duplicate "IDNumber" values ("Duplicate ID" would be checked) and "NewEntry" is checked (this is manually checked after I import all new data), but the "Location" values are different? (rows 3 & 8).