Filter Duplicate Values in Excel Without Removing Them

Excel has functionality within the Data menu to remove duplicate values. However, Excel does not have a built-in way to simply filter the duplicate values. By filtering the duplicates, rather than removing them, we have the option to either see the first instance of our values or show all of the duplicate instances of our values.
This video shows two examples built around COUNTIF/COUNTIFS or MATCH that allow us to filter duplicate values without removing them. Unlike the Remove Duplicates option, these solutions leave our data intact.
This video shows these equations being entered in an additional column. They could just as easily be used as part of conditional formatting to highlight our values if you don’t want to add the additional column.
Thanks for watching.
TIMESTAMPS:
====================
0:00 Introduction
0:29 Outline
1:37 Single Variable: COUNTIF
5:25 Single Variable: MATCH
9:57 Multiple Variables: COUNTIFS
11:32 Multiple Variables: MATCH
13:01 Wrap up
UNSPLASH IMAGE:
====================
Photo by eberhard 🖐 grossgasteiger on Unsplash

Пікірлер: 18

  • @joeschmoe7563
    @joeschmoe75633 ай бұрын

    This was one of the best videos I've ever watched. The time and consideration you put into your visuals to help the viewer better understand what you were saying (using blue arrows and orange arrows to differentiate between the occurrences or using a border around the range you were talking about) is great. Seriously man keep up the great work. Definitely subscribing to your channel.

  • @uc7602
    @uc7602 Жыл бұрын

    Excellent video and well explained. Thank you!

  • @ExcelSmith

    @ExcelSmith

    Жыл бұрын

    Thank you. I'm glad it was helpful.

  • @bartechsingh925
    @bartechsingh9252 жыл бұрын

    Very Helpful. Thanks

  • @ExcelSmith

    @ExcelSmith

    2 жыл бұрын

    Thank you. I'm glad it was helpful.

  • @arunmurugan252
    @arunmurugan2522 жыл бұрын

    Thank u so much

  • @ExcelSmith

    @ExcelSmith

    2 жыл бұрын

    You're welcome. Thanks for the comment.

  • @ahmedanwer5990
    @ahmedanwer59902 жыл бұрын

    gooooood work

  • @ExcelSmith

    @ExcelSmith

    2 жыл бұрын

    Thank you.

  • @brianbarns8675
    @brianbarns8675 Жыл бұрын

    What I was looking for-Thanks. How can I pull the results to another row showing what matched and how many times, so John & Guitar = 2, Stuart & Bass =2, etc. Thanks so much.

  • @ExcelSmith

    @ExcelSmith

    Жыл бұрын

    Thanks for the comment and the question. To count the number of unique name / instrument pairs, I would use the COUNTIFS function. Let's assume column A is the list of names, column B is the list of instruments, column D is the list of unique names, and column E is the list of unique instruments. To count how many instances of the combination of values in cells D2 and E2 exist in columns A and B (eg: John & Guitar), you could use this equation in cell F2: =COUNTIFS(A:A,D2,B:B,E2) I hope this helps.

  • @Jojosmith342
    @Jojosmith342 Жыл бұрын

    Hi, I tried this but it gives error message =MATCH(A2&B2,$A$1:$A$9&$B$1:$B$9,0)ROW() * Could you please help? thanks

  • @ExcelSmith

    @ExcelSmith

    Жыл бұрын

    Thanks for the comment. I'd be happy to try and help. Can you please let me know what error you're receiving? Could you also tell me about the structure of your data?

  • @ScottGroman
    @ScottGroman Жыл бұрын

    Why once I highlight the duplicates, foes the filtering option completely freeze every time I click it after ughhhhh

  • @ExcelSmith

    @ExcelSmith

    Жыл бұрын

    Thanks for the question. I'd be happy to see if I can help resolve the issue. Would you be able to share a little bit more about the setup of your spreadsheet as well as the formula you've entered?

  • @ElRobin

    @ElRobin

    9 ай бұрын

    that was my problem, I was trying that method but it was incredibly painful when trying to filter after highlighting duplicates. The method in the video actually worked quite well.

  • @cowidster
    @cowidster2 жыл бұрын

    Too long! Just make your every video straightforward without too many sentences and prologue. You can make such an explanation in just 5 to 7 minutes. Then I will subscribe to your channel.

  • @ExcelSmith

    @ExcelSmith

    2 жыл бұрын

    Thank you for the comment. That is helpful feedback as my goal is to continue to work to find that balance between problem statement, explanation, and solution to deliver the best content I can.