About 48,900 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. 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 remove rows of …

  4. 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 that …

  5. 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 (Budget, Commit, …

  6. 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 information any help is …

  7. 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) as it sits in …

  8. Remove Duplicate Rows In Excel And Keep Last Duplicate Using VBA …

    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 column need to be …

  9. VBA to remove duplicate rows based on date in other column

    Mar 16, 2023 · Hi all, I've been going through various threads here trying to adapt the code you create for other users but to no avail. My table has 11 columns and thousands of rows. Column B has ID …

  10. VBA copy and pasting without duplicates - MrExcel

    Jun 14, 2013 · Hi, I am having trouble coming up with a code which I think should be fairly simple. All I am looking to do is to copy all values from column E from sheet 1 and pasting them in Column A in …