About 235,000 results
Open links in new tab
  1. excel - Remove duplicates from array using VBA - Stack Overflow

    Remove duplicates (plus related row items) from array As OP wanted a VBA solution close to RemoveDuplicates, I demonstrate an array approach using a dictionary to get not the unique …

  2. Ignore Duplicates and Create New List of Unique Values in Excel

    Nov 9, 2012 · I have copied my original list to a second column and then with the function of Excel "remove duplicates" I could find the list of unique values. Copied from Microsoft Office …

  3. Remove Duplicates from range of cells in excel vba

    Remove Duplicates from range of cells in excel vba Asked 10 years, 4 months ago Modified 4 years, 9 months ago Viewed 151k times

  4. [SOLVED] VBA combine data and remove duplicates - Excel Help …

    Oct 7, 2023 · I work in Excel all the time but am not a specialist in VBA. What is the goal - to have a macro that would combine data from two or more separate Excel files into a new file, pasting …

  5. Remove Duplicate option not working using expand selection

    Feb 25, 2023 · Remove Duplicate option in Excel is not working using expand selection method whereas the value in column G are numbers which are duplicate and highlighted using …

  6. Excel VBA: How To Remove Duplicate Values From Table?

    Apr 21, 2018 · Thoroughly searched StackOverflow and Google but didn't find answer to this. Trying to remove duplicate values from a table in Excel (not just spreadsheet) Current code: …

  7. Remove duplicates over multiple columns - not working [SOLVED]

    Oct 16, 2024 · Re: Remove duplicates over multiple columns - not working Remove Duplicates works on a row by row basis, not cell by cell. You choose one or more columns to check. It's …

  8. Removing Duplicates in Excel - TechTV Articles - MrExcel Publishing

    Dec 26, 2006 · In today's episode, I compared how to find or remove duplicates. Excel 2007 offers cool new ways to do this. The first 3 tips work in any version of Excel. The last 2 methods work …

  9. excel - Removing duplicate values in TEXTJOIN and IF function

    Apr 10, 2019 · I'm using the TEXTJOIN function with IF: It works fine, but also includes duplicate values. {=TEXTJOIN(", ",TRUE,IF(C4:C9=E4,B4:B9,""))} The result I get with this formula (see …

  10. Using Office365 excel array formulas, how to remove duplicates, …

    Apr 25, 2024 · With data in A1 - B5: A 1 //remove A 2 B 3 //remove B 2 C 1 How do you remove duplicates in column A, keeping the last set of values in other columns? Results should look …