Excel Find & Replace Multiple Words or Characters at Once | 3 Methods VLOOKUP, SUBSTITUTE, VBA Macro

Поделиться
HTML-код
  • Опубликовано: 25 июл 2024
  • Download the featured file here: www.bluepecantraining.com/fin...
    In this video I demonstrate how to find and replace multiple words at once in Excel. I explore three methods that can be used to achieve this:
    00:00 Introduction
    00:44 METHOD 1: Use VLOOKUP or XLOOKUP for whole word find and replace
    03:23 METHOD 2: Use the SUBSTITUTE function for partial match find and replace
    05:36 METHOD 3: Use a VBA Macro for whole word or partial match find and replace (lots of replacements)
    ------------------------
  • ХоббиХобби

Комментарии • 15

  • @abulmezn
    @abulmezn 8 месяцев назад +1

    I almost gave up before I saw your xlookup demo here …thank you Chester

  • @DECCA789
    @DECCA789 Год назад +2

    Thank you Chester. This is particularly useful for stuff I'm working on right now.

  • @IvanCortinas_ES
    @IvanCortinas_ES Год назад

    Excellent tutorial. Thank you for the VBA code Chester!!!

  • @Luqmankhpalwaak
    @Luqmankhpalwaak 6 месяцев назад

    Exactly what I was looking for

  • @alexrosen8762
    @alexrosen8762 Год назад

    Great tutorial 🙏

  • @MrGarlic97
    @MrGarlic97 7 месяцев назад

    exactly what i was looking for - thank you! also very good explanation :)

  • @alexrosen8762
    @alexrosen8762 Год назад +1

    Your examples are quite unique and really useful.

  • @gerasimosbedragging3982
    @gerasimosbedragging3982 Год назад

    The Vlookup just saved me about 100 hours of work, thank you.

  • @AbdullaKhizamworld
    @AbdullaKhizamworld Год назад +1

    Would it be possible to show Sumifs Vba for more than 03 criteria or best Alternative for that. this is for Large Database like Debtors Statement where i would need to tally with collection.

  • @janjoza8043
    @janjoza8043 10 месяцев назад

    every solution is based on having "text" in one column , but how to substitute character from area of cells(more columns)?
    By the way, your way of explaining is quite good ,and simple, and I like it. Just this I missed there.

  • @ceyhunkvrak7791
    @ceyhunkvrak7791 Год назад

    👏👏

  • @ASITHAKGLN
    @ASITHAKGLN 25 дней назад

    Is it possible to insert a word in the middle of a sentence in Excel?

  • @funeveryday8904
    @funeveryday8904 8 месяцев назад

    Dear Thank you for great help, but VBA code not working with Turkish language characters such as I ğ ü ş ç ö. How can i fix that?

  • @tanganhminh9138
    @tanganhminh9138 9 месяцев назад

    Can work ? Find and replace multi word in multi file with multi sheet in a folder

  • @patrickvo3824
    @patrickvo3824 11 месяцев назад

    for some reasons when i run macro it replaced everything including the exisiting database old text . can you please help