Remove Duplicates Within a Cell in Excel (2 Easy Ways)

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 28

  • @annemarieplamondon5694
    @annemarieplamondon5694 Před 2 měsíci +2

    I’ve been following you for quite a while now… And I now know why! Your explanations are so clear and concises! No frill, no bells and whistles just plain English and simple examples.Thank you so much Sumit for all the good work that ends up making us better.

    • @trumpexcel
      @trumpexcel  Před 2 měsíci

      Thank you so much for the kind words Anne 🙂

  • @charlesrodriguez2176
    @charlesrodriguez2176 Před měsícem

    Great demo! FYI, you can also use the SORT function to add that layer.

  • @WekomVideos
    @WekomVideos Před 2 měsíci +2

    Brilliant, this has given me an idea to streamline a recurring task to save time. Thank you so much, Sumit! 🤩🤩

    • @WekomVideos
      @WekomVideos Před 2 měsíci

      And it worked!! I repeatedly need to remove all special characters from a long text string in a multiple cells and by using this formula I'm able to do it in a few clicks rather than removing each special character one by one using the Ctrl + H replace function.
      This is epic, thank you!
      =TEXTJOIN(" ",TRUE,TRIM(TEXTSPLIT(E2,{".",",","'","!","@","#","$","%","&","(",")",":",";","-","/","+"})))

  • @RahulGupta-ig9gv
    @RahulGupta-ig9gv Před měsícem

    Awesome trick

  • @telugu-malayalamlearning8032
    @telugu-malayalamlearning8032 Před 2 měsíci +1

    Excellent Fantastic marvellous super

  • @hardiksolanki2295
    @hardiksolanki2295 Před měsícem

    Thanks

  • @rahulamesar5387
    @rahulamesar5387 Před 2 měsíci

    Sir it will be great if you make some.case studies video on power query that could be used for most frequently done office work.
    Really love your work. Thanks

  • @user-ky6lu8xx4z
    @user-ky6lu8xx4z Před 2 měsíci

    thank you sumit for sharing valuable content.

  • @rajeevgosavi4514
    @rajeevgosavi4514 Před 2 měsíci

    Thanks for giving such a brilliant tip. Really useful. Could you also upload a video on how to remove duplicates within a cell using Power Query. Thanks.

  • @Azhar_Khan383
    @Azhar_Khan383 Před 2 měsíci

    Awesome and amazing, Thanks Sir

  • @PaulEBrownbill
    @PaulEBrownbill Před 2 měsíci

    Thanks for the video, very useful

  • @chakralamurali
    @chakralamurali Před 2 měsíci

    Excellent sir

  • @xeeshanahmad8757
    @xeeshanahmad8757 Před 2 měsíci

    excellent 👍

  • @sauravnath83
    @sauravnath83 Před 2 měsíci

    @Trump Excel can we also get the desired results by using Power Query

  • @celyb8384
    @celyb8384 Před 2 měsíci

    Thank you Sumit for this function, however if the sheet has 2000 rows with more than 4 different characters, is there an easy way to get the characters within the sheet? the formula will only apply if the specified characters are mention. Is there a default character that will represent the bunch of characters?

  • @rajeevgosavi4514
    @rajeevgosavi4514 Před měsícem

    Sumitji, May I request you once again to please upload a video usingpower query method to remove duplicate from single cell.

    • @trumpexcel
      @trumpexcel  Před měsícem

      Ok sure... let me try and figure out how to do this with PQ, and then will create a video about it. I already have the next two videos lined up, so will try and make this one after that.

  • @payaljain5497
    @payaljain5497 Před měsícem

    Hi Sumit, if you could provide the excel file for this video please? That would be really helpful...Thanks in advance😊

  • @hiteshk3007
    @hiteshk3007 Před měsícem

    does this methos works with office 2019 without VBA code?

  • @muhammadkausar2842
    @muhammadkausar2842 Před měsícem

    Textsplit function is not available in excel below 2022

  • @RudraEatingShow
    @RudraEatingShow Před 2 měsíci

    First comment ❤❤

  • @soundaryasuresh1845
    @soundaryasuresh1845 Před 2 měsíci

    Sir can't access dashboard excel file link sir

  • @muhammadfuadmulla6102
    @muhammadfuadmulla6102 Před 2 měsíci

    Not showing this formula in excel 2021. Please give me suggest from your end. thank you

    • @trumpexcel
      @trumpexcel  Před 2 měsíci

      The formula I showed will work only if you have the new functions (I think all are available on Excel with M365 only). You can use the VBA method though which works in all the versions of Excel

    • @muhammadfuadmulla6102
      @muhammadfuadmulla6102 Před 2 měsíci

      @@trumpexcel Thank you so much for giving suggest.

    • @girishpadshala9689
      @girishpadshala9689 Před 2 měsíci

      Thank you sir for sharing VBA code