About 254,000 results
Open links in new tab
  1. Finding duplicate rows in excel - Stack Overflow

    I have an excel spreadsheet with two rows. One is for name, and the other is for id. Is there any way i can find the rows that have the exact same id and allow me to easily see those? For example i...

  2. excel - Find Duplicate Rows with VBA - Stack Overflow

    Feb 14, 2016 · I need to identify duplicate rows in VBA (Note: a duplicate row implies equal values to the original row over all columns considered). I found a couple of programs to do this based on a certain …

  3. Trying to keep only the duplicate rows of data in Excel based on a ...

    Aug 4, 2025 · 0 I've got 4 columns of data where some of the rows were accidentally duplicated, but the only duplicated value was column A. I need to basically find an identify all the duplicates, which Excel …

  4. Highlight rows with different colors by groups of duplicates

    Jul 8, 2020 · How do I highlight rows with different colors by groups of duplicates? I don't care about which colors are used per se, I just want the duplicate rows one color, and the next set of duplicates …

  5. Python pd.read_excel - find duplicated rows in all Excel Sheets

    Dec 2, 2020 · 0 I have an Excel report with a few million rows across three sheets. I try to use the below code to import the entire Excel file and all sheets and check for duplicated rows across all sheets and …

  6. excel - Find Duplicate Values and Copy all the duplicate rows into ...

    Mar 26, 2024 · I created conditional formatting for duplicate values in ID Number column. I wish to make the VBA copy all duplicate rows into Sheet 2. For example, I have this new data I'll paste it into the …

  7. Excel - finding duplicate values over multiple columns

    Jan 24, 2023 · I have used unique to filter out duplicates from each list and I know how to find duplicate values over two columns using conditional formatting. But how do I find values that ONLY appear in …

  8. Delete all duplicate rows Excel vba - Stack Overflow

    I have a worksheet with two columns: Date and Name. I want to delete all rows that are exact duplicates, leaving only unique values. Here is my code (which doesn't work): Sub DeleteRows() Dim rn...

  9. Counting duplicates in Excel - Stack Overflow

    Jul 29, 2011 · 24 This can be done using pivot tables. See this youtube video for a walkthrough: Quickly Count Duplicates in Excel List With Pivot Table. To count the number of times each item is …

  10. Excel function to find duplicate rows in large table

    Oct 4, 2015 · I wrote a terrible bit of excel formula that does the job. It's nearly unreadable, but it doesn't recalculate based on the entire table anymore. I've entered this formula into a column to the right of …