About 52,300 results
Open links in new tab
  1. Remove duplicate, leave highest value. - MrExcel

    Oct 20, 2015 · Hi all, Im using excel 2010 and I'm trying to figure out a way to remove duplicate rows, but leave the row with the highest price. See below for example...

  2. VBA to delete duplicates | MrExcel Message Board

    Jan 30, 2011 · That code is removing duplicates across all columns from A:Z, i.e. 1,048,576 rows x 26 columns (27,262,976 cells) to test for duplicates in column A and remove.

  3. How to remove duplicate rows in a table? - MrExcel

    Jul 23, 2011 · The first column is entitled "Title". I want to remove all but 1 row with the same Title. I don't care which row is kept. The table has both data and formulas and there is another table …

  4. Removing Duplicates Rows - Based off of 2 column values

    Apr 24, 2024 · Hi, Hoping someone can help. I have a large spreadsheet with a lot of data. I have used concatenate to identify which rows are duplicates. I am looking for a script that will go …

  5. Remove duplicate rows in powerpivot | MrExcel Message Board

    Feb 26, 2016 · When I create a relationship between two tables, it says each column has duplicate entries. How can I delete them? I just have to check my primary key column and …

  6. Remove Duplicate Rows In Excel And Keep Last Duplicate Using …

    Apr 6, 2020 · Dear Sir, i want to remove all duplicate rows and keep only last duplicate using VBA code with column selection option means whenever i run the VBA code it ask me which …

  7. Delete duplicate row but keep the one with highest number in

    Apr 23, 2010 · I need to delete duplicate rows in the "Description" column but keep the highest number in the "Order" column. In addition, I need to combine the duplicate amounts for …

  8. VBA remove rows when all cells have duplicate data - MrExcel

    Aug 19, 2021 · HI Everyone. Im needing a VBA sub that checks all rows in the sheet for duplicates but only delete the row if all cells within the row from A to G have the exact same …

  9. VBA - Delete Duplicate Rows Keep Last Entry - MrExcel

    Dec 22, 2011 · I would like a macro that looks in column A for duplicate values and deletes the entire row of any subsequent duplicates BUT retains the last entry (leaving one unique record) …

  10. Remove Duplicates, ignoring Blanks Cells - MrExcel

    Sep 20, 2016 · Hi and welcome to the MrExcel Message Board. Why not use the Remove Duplicates menu item on the Data-->Data Tools tab? If the data looks like your example then …