Google Sheets - RegEx REGEXREPLACE, Functions Exctract, Replace, Match Tutorial - Part 3

Поділитися
Вставка
  • Опубліковано 11 тра 2017
  • 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/sheets/about/
    Website:
    www.chicagocomputerclasses.com/

КОМЕНТАРІ • 11

  • @LeonardoAugustoThomas
    @LeonardoAugustoThomas 3 роки тому +1

    Great video exactly what I was looking for. Thanks.

  • @HaninosMaximus
    @HaninosMaximus 7 років тому

    Excellent Thank you!

  • @DavideFavaro
    @DavideFavaro 5 років тому

    Thank you! Really usefull video :)

  • @emilianoreyes
    @emilianoreyes 2 роки тому

    Thank you!

  • @evajoyrenomeron3424
    @evajoyrenomeron3424 10 місяців тому

    Great video! Learned a lot. Do you happen to have a formula of this on Excel?

  • @johnn4314
    @johnn4314 6 років тому

    thank you. you have some of the most decent videos. Im trying to learn how to apply functions to a group of words that would format it into an email by removing spaces inbetween and substituing "." and adding @gmail on the back end. If you have any advice on where to find the answer that would be great

  • @w35l3y
    @w35l3y 3 роки тому

    Is there any way to do something like: `=REGEXREPLACE(C1; "\$(\d)"; "INDIRECT(A$1)")` where `$1` is backreference to the first group in the regex `(\d)` ?
    I mean, calling a function in the replacement parameter and using backreference together.

  • @cuneiformscript2665
    @cuneiformscript2665 4 роки тому

    🙏🏻

  • @milangupta6878
    @milangupta6878 4 роки тому

    Hey Team,
    =QUERY(data,query,[headers])
    Data("The range of cells to perform the query on") - Can we Import data here.
    like =QUERY("=IMPORTRANGE()",query,[headers]) - Please Help