Forum Moderators: phranque
The duplicates I have can only be determined by looking at two columns together. One column contains a location (often repeated), the other contains a shelf(often repeated), it is the combination of the two that would make a record unique.
I have never run a macro and am unsure where to put the codes I found here.
Will the macros I found on the site do what I am trying to do? If so where do I post them? Thanks in advance for your assistance.
Load your spreadsheet into access as a table. Create a query with that table where you drag your two columns into the query fields. Hit the group by button (its the sigma icon). This will then pull a deduped combination of all your records. Copy that and past it back into excel.
If this is the case then do not drag the column called ID down, and run your query again with the other columns that you need.
microsoft.public.excel.programming [groups.google.com]