About 11,000 results
Open links in new tab
  1. Delete non duplicate rows | MrExcel Message Board

    Feb 3, 2006 · Greetings folks, I have a spreadsheet that contains many rows of data. Some of the cell values in column A are duplicates while others are unique and there is only 1. I would like …

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

  4. Delete duplicate rows based on multiple values - MrExcel

    Aug 5, 2010 · I'm using this to delete rows with duplicate values in column B; For a = Cells (Rows.Count, 2).End (xlUp).Row To 2 Step -1 If...

  5. 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) …

  6. Remove duplicate, leave highest value. | MrExcel Message Board

    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...

  7. VBA Code for a Function to Delete Duplicate Rows based on

    Dec 26, 2016 · I am attempting to create a function which will delete duplicate rows based on multiple column criteria. Three issues are occurring. (1) Delete Rows - How do I delete the …

  8. Delete Duplicate Rows | MrExcel Message Board

    Oct 7, 2021 · Jan 12, 2025 Fluff J VBA Code to delete duplicate values from a row and sum the corresponding column values in another sheet Jyotirmaya Jan 5, 2025 Excel Questions …

  9. 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 …

  10. VBA Clear Duplicate Rows in Range | MrExcel Message Board

    Aug 20, 2012 · Hi Experts, I need to clear (not delete) rows in column range A:EH based on in row duplicates in column A. I use this formula to find the duplicate column...