Duplicate Entries on Numbers Spreadsheet
I am looking for a way to delete all duplicate entries on a numbers sheet.
MacBook Pro (M3, 2023)
I am looking for a way to delete all duplicate entries on a numbers sheet.
MacBook Pro (M3, 2023)
Hi Luis,
Perhaps this will work for you.
COUNTIF(B$2:B2,B2)
Fill down.
Delete rows where C is greater than 1. Sorting the table by Column C will make the delete rows easier.
Regards,
Ian.
Hi Luis,
Perhaps this will work for you.
COUNTIF(B$2:B2,B2)
Fill down.
Delete rows where C is greater than 1. Sorting the table by Column C will make the delete rows easier.
Regards,
Ian.
If you're lazy like me and don't like to enter and debug formulas in an extra column unless you have to, then you can get your list of distinct (de-duplicated) values with a few clicks. Just use a Pivot Table.
Click the original table, in the menu choose Organize > Create Pivot Table > On Current Sheet and drag the fields in the Pivot Options pane as shown.
You can copy-paste the resulting "de-duplicated" values wherever you need them.
SG
Duplicate Entries on Numbers Spreadsheet