Google Sheets - RegEx REGEXEXTRACT, Functions Exctract, Replace, Match Tutorial - Part 2

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • Video tutorial series about Google Sheets RegEx functions, how to work with text suing REGEXEXTRACT, REGEXMATCH, REGEXREPLACE functions. You will learn all the basics of regular expression, how to extract text using REGEXEXTRACT, how to replace text using REGEXREPLACE, how to make logical tests and use it for conditional formatting using REGEXMATCH. Unfortunately these functions are not available in Microsoft Excel.
    Google Sheets
    www.google.com...
    Website:
    www.chicagocom...

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

  • @steveread3303
    @steveread3303 4 года назад +3

    This tutorial should come with a health warning .. it does my brain in.

  • @leonardorocha2725
    @leonardorocha2725 3 года назад +1

    Great explanation! Thanks!

  • @jervimagpantay4366
    @jervimagpantay4366 3 года назад +1

    Simply awesome!

  • @mikemccartneyable
    @mikemccartneyable 7 лет назад +1

    Clever tutorial and very well presented.

  • @lazalazarevic6192
    @lazalazarevic6192 6 лет назад

    you gave me an incredible idea on how to solve some pressing matter! thanx

  • @SuperRhino85
    @SuperRhino85 5 лет назад +1

    This is an amazing resource. Thanks!

  • @alfonzosilva5701
    @alfonzosilva5701 2 года назад

    Friends, thank you for sharing so much knowledge with us. Here's my challenge in my list I have names, lastname, and then some symbols, for example
    NAME LAST (DISBURSED//BR)(CLOSED)
    LAST, NAME (SETTLED) (CLOSED)
    LAST, NAME & LAST, NAME (SETTLED) / (CLOSED)
    LAST, NAME / LAST, NAME (SETTLED) Etc,
    As of now, I'm trying to clean the list (of over 20k users) by extracting the content from the first open parenthesis onwards.
    I really appreciate if anyone can help me.

  • @ederramos5605
    @ederramos5605 5 лет назад

    perfect, thank you to share your knowledge!

  • @andreia4764
    @andreia4764 5 лет назад

    You're awesome! Thank you very much

  • @NBrave
    @NBrave 4 года назад

    you're awesome man!

  • @anaselmerzouki5534
    @anaselmerzouki5534 2 года назад

    thank you

  • @takaakiyamada7294
    @takaakiyamada7294 2 года назад

    Thank you! :-)

  • @Gamesofmach
    @Gamesofmach 7 лет назад

    Very helpfull Thank you man ))

  • @angeo10
    @angeo10 2 года назад

    Pretende criar alguma aula sobre Expressão Regular (Regex).

  • @Jasante85
    @Jasante85 3 года назад

    Hello! Your videos are great. How can you use REGEXEXTRACT to extract the full email address from data? Thank you

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 года назад +1

      Try [a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]+

  • @cuneiformscript2665
    @cuneiformscript2665 4 года назад

    🙏🏻

  • @dwightaguinaldo3421
    @dwightaguinaldo3421 4 года назад

    Do you have a video explaining how to reformat all capital letters into first letter upper case and the rest lower case. Example: JAMES JONES into James Jones. Thanks!!

  • @MyBilal19971
    @MyBilal19971 4 года назад

    How can I apply REGEX to numbers? Any ideas?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад +1

      convert them to text first. REGEX(TEXT(A1,"@"),"regex")

    • @MyBilal19971
      @MyBilal19971 4 года назад

      @@ExcelGoogleSheets they are phone numbers. I basically want to replace a specific part of phone numbers with some other digit. Don't know how I can do that after converting them to text.