Excel Just Got NEW REGEX Functions You Need to Try!

  Рет қаралды 27,033

MyOnlineTrainingHub

MyOnlineTrainingHub

Күн бұрын

REGEXTEST, REGEXEXTRACT & REGEXREPLACE finally bring RegEx to Excel!
👩‍🏫 Learn more with my Excel courses: bit.ly/regex24courses
⬇️ Step-by-step guide on how to use REGEX and a downloadable file: bit.ly/regex24file
Excel has 3 new functions that revolutionize text manipulation. And it’s about time because parsing text in Excel with functions like SEARCH, MID, and LEFT etc. can be cumbersome and frustrating.
These new functions allow you to work with regular expressions, commonly known as Regex.
❗NOTE❗These functions are currently available on the Microsoft 365 beta channel, so you may not see them in your version of Excel yet.
Regular expressions are powerful tools used for pattern matching within text strings. Allowing you to search, extract, and manipulate text based on specific patterns, making them incredibly useful for data validation, text parsing, and manipulation.
Reg-Ex uses a sequence of characters to define a search pattern. This pattern can match simple text sequences or more complex string structures.
Let’s dive into these new functions, with some practical examples to showcase their power and versatility.
LEARN MORE
===========
📰 EXCEL NEWSLETTER - join 450K+ subscribers here: www.myonlinetraininghub.com/e...
🎯 FOLLOW me on LinkedIn: / myndatreacy
💬 EXCEL QUESTIONS: Get help on our Excel Forum: www.myonlinetraininghub.com/e...
⏲ TIMESTAMPS
==============
0:00 Functions that change the way we work with text
1:00 REGEXTEST
3:19 REGEXEXTRACT
4:44 REGEXREPLACE
5:43 Alternative you might be looking for
#Excel #ExcelFunctions #REGEX #REGEXEXTRACT #REGEXTEST #REGEXREPLACE #RegularExpressions

Пікірлер: 77
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
❗NOTE❗These functions are currently available on the Microsoft 365 beta channel, so you may not see them in your version of Excel yet.
@alisongunnels6240
@alisongunnels6240 Ай бұрын
I am so glad to see REGEX in excel! Thank you for the video.
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Great to hear 🙏
@hw7channel571
@hw7channel571 Ай бұрын
Great update. Updating people about new features and function really helps, because softwares get updated usually without you knowing the tools and function newly added. Thanks for the videos
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Glad it’s appreciated 🙏😊
@HandelMcHandel
@HandelMcHandel Ай бұрын
Looks great Mynda - probably not much use to me but good to know when/if the time comes! Thanks - I love learning new things even if no use to me!
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Great to hear! Never stop learning 😁
@JimFikes
@JimFikes Ай бұрын
It's about time that Excel added this. Thanks for another crystal clear explanation.
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Glad it was helpful!
@xbia1
@xbia1 Ай бұрын
Indeed, OpenOffice and LibreOffice have regex as long as I remember.
@chrism9037
@chrism9037 Ай бұрын
Saw these on Leila's channel too, can't wait to get these Mynda. They look really useful!
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Cheers, Chris! Have fun with them 😊
@tmb8807
@tmb8807 Ай бұрын
This is fantastic, thanks. Now just need it in Power Query!
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
One step at a time 😁
@patricknyamu6110
@patricknyamu6110 Ай бұрын
Nice thanks
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
My pleasure 😊
@DingusBatus
@DingusBatus Ай бұрын
I don’t need/use the full power/capabilities of Excel at work, we just use as a basic base. But I do play around with Excel at home. I can see me using this once it’s available. I’ve only ever heard of REGEX but never actually seen it used, I’m looking forward to learning this.😀
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Awesome to hear you'll be able to make use of them!
@nevermore17011990
@nevermore17011990 Ай бұрын
this is the formula that i sometimes use gg sheet then excel. goodjob MS
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Glad you can do it all in Excel now 👍
@Milhouse77BS
@Milhouse77BS Ай бұрын
Finally!
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
😁
@sentralorigin
@sentralorigin Ай бұрын
there is a competitor Excel channel i also watch who dropped a similar video but i much prefer Mynda's
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Thanks for your support 😊
@adamnealis
@adamnealis Ай бұрын
Microsoft have resisted real regex support for decades. Very nice to see useful regex support.
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Indeed! 😊
@_logicking
@_logicking Ай бұрын
Can you place formulas WITHIN the regex pattern? Also, can the regex pattern handle references to arrays?
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Yes, as long as they return a text string. I haven’t tested whether the pattern can handle arrays but I doubt it because what would it do with the arrays…there’s only one input of text. 🤔
@user-ig7ib6dd6e
@user-ig7ib6dd6e 25 күн бұрын
For array references, you'll need to fire up VBA. First, go to tools> references and make a reference to Microsoft VBScript Regular Expression 5.5. Then, just iterate over the range OR, write your regex to handle all the text at once, which would require you to read the whole array into a string.
@paulvanobberghen
@paulvanobberghen Ай бұрын
I believe, the identifier part (before the @) of an email address may also include the underscore (_) and tilde (~) characters so I guess they also need to be inserted in the regex, shouldn't they?
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Possibly, Paul. I'm not a RegEx expert (yet 😉).
@stevenlwi1072
@stevenlwi1072 Ай бұрын
Is possible to use Regextract to extract date from a string of text ?
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Yes 👍
@henryg5735
@henryg5735 Ай бұрын
Not got it yet 😪 but it should be useful and could hopefully save using PQ on occasion. Much as I am a PQ fan, and Pivot Tables for that matter, I find the need to refresh more and more annoying.
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
I know what you mean. This video covers a few ways you can auto-refresh PivotTables: kzfaq.info/get/bejne/Z8pjqJad0rGVnYU.html
@henryg5735
@henryg5735 29 күн бұрын
​@@MyOnlineTrainingHub Thank you and it is useful from time to time, but nothing beats the instant "refresh" of formulas. I hoped I could do away with many pivot tables when pivotby & groupby came along, but the need to manipulate data first means that PQ & Pivot tables generally provide an easier & faster overall solution but with the need to refresh. I wonder if Regex can change that, although the syntax is a real problem for me at first sight; AI should help though. Or maybe someone will come along with a Regex GUI add-on. Your videos are great! Thank you.
@AnshulMarele-gbaa
@AnshulMarele-gbaa Ай бұрын
Any option that array functions could work inside the table as they throw #spill error
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
No. There are no plans to support spilled arrays inside Tables.
@andrewdove2303
@andrewdove2303 Ай бұрын
Got so excited only to realise that I am not one of the chosen few!
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
I know how you feel. It took me two PCs to find one with it, which is a lot less than the 7 it took to get Python! 😅
@ianbennett148
@ianbennett148 Ай бұрын
Only been waiting 30 years for this! Will Excel REGEX support positive/negative look behind/ahead?
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Great to hear, Ian. Yes, it supports positive/negative look behind/ahead. They use the PCRE2 library.
@rusektor
@rusektor Ай бұрын
Regex? Really? This is cool! ))) So, does it support non-backtracking, balancing groups, groups naming, options for modifying behavior on the way of the text? ))
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Not sure as I'm not a RegEx expert, but I can tell you is uses the PCRE2 library if that helps.
@rusektor
@rusektor 29 күн бұрын
@@MyOnlineTrainingHub Yeah, I looked thru function description where it says that. Thanks! )
@akalarun
@akalarun Ай бұрын
I am using MS 365 - Beta Channel - Version 2406 -(Build 17716.20002) but this function is not available. Why?
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
They only roll it out initially to 50% of devices. You can try another PC if you have one. It took me two goes this time but for python it took me 7!
@njzzb
@njzzb Ай бұрын
this function is not available on my office. I hope this function can be updated in the office soon.
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Yes, it's just been released in the beta version, so it'll be months before it's generally available. You can get the beta version for free by joining the Microsoft Insiders program: insider.microsoft365.com/en-us/join/windows
@gibbousmoon35
@gibbousmoon35 Ай бұрын
I won't have to import resources and write functions to get regex in Excel sheets? Oh, good news!
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
Yep 🥳
@rusektor
@rusektor Ай бұрын
Sadly, they don't appear in functions list... 😪 (Version 2406 Build 16.0.17716.20002). EDIT: On another computer they DO appear!
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
It took me two PCs to get them too 😅
@rusektor
@rusektor Ай бұрын
@@MyOnlineTrainingHub 🤣
@user-xm9bh9ck9o
@user-xm9bh9ck9o 10 күн бұрын
You should tell, this function is still in Beta and not available for everyone yet at the time you made the video.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 9 күн бұрын
I put that note in the pinned comment because eventually they won't be in beta, and this video will live on long after that.
@montebont
@montebont Ай бұрын
30 years to late and the syntax makes absolutely no sense. A RE is an RE and is very well defined outside this "new" MS context. I'll stick with Sheets which follows well established standard;-)
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
The new RegEx functions use the PCRE2 library.
@montebont
@montebont Ай бұрын
Amazing how people that call themselves data experts have never heard of RE...Where have they been since the late 1970's...?
@Mishkafofer
@Mishkafofer Ай бұрын
Excel became a data wrangling tool in the last couple of years. Until then, it was a limited modeling tool for business.
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
@montebont, most data experts these days were probably not born until the 90s or later! 😆
@montebont
@montebont Ай бұрын
@@MyOnlineTrainingHub which means that they should know about RE's that have been around - and doing a perfect job - for at least 20 years...
@montebont
@montebont Ай бұрын
@@MyOnlineTrainingHub It's R&K stuff. If you don't now what that means...you're don't know the first thing about data processing...
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
I'm not sure where your original comment is aimed. Who said they never heard of RE?
@GeertDelmulle
@GeertDelmulle Ай бұрын
WOW! This is so new, I’m still downloading the update… But, still, WOW! Very powerful, indeed. OK, caveat: now I need to learn about REGEX. Thanks for this Breaking News, Mynda! :-)
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
😁 so pleased you're excited about these new functions, Geert!
@rusektor
@rusektor Ай бұрын
You MUST learn it! It's cool and neat. )))
@OzduSoleilDATA
@OzduSoleilDATA 28 күн бұрын
Very interesting. Kinda intimidating, too. 🫢 Thanks for the video. I'm trying to get myself up to speed on these new functions.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 28 күн бұрын
I know what you mean, Oz 😉 thanks for watching.
Are You Missing Out on Excel’s Secret Function?
11:11
MyOnlineTrainingHub
Рет қаралды 24 М.
The Best AI Finance Tool Experts Will Ever Need (Free File)
8:08
MyOnlineTrainingHub
Рет қаралды 39 М.
Универ. 13 лет спустя - ВСЕ СЕРИИ ПОДРЯД
9:07:11
Комедии 2023
Рет қаралды 6 МЛН
I wish I could change THIS fast! 🤣
00:33
America's Got Talent
Рет қаралды 59 МЛН
This 1 Excel function can do 90% of your calculations!
5:41
MyOnlineTrainingHub
Рет қаралды 111 М.
How to Start Making Money with Excel (For All Skill Levels)
6:09
MyOnlineTrainingHub
Рет қаралды 30 М.
What You Can Afford in the Bay Area
2:31
Living in Silicon Valley-BAY AREA of California
Рет қаралды 5
PivotTable Tricks That Will Change the Way You Excel (Free File)
17:47
MyOnlineTrainingHub
Рет қаралды 108 М.
6 Excel Tools Most Users Never Think to Use (Files Included)
12:34
MyOnlineTrainingHub
Рет қаралды 76 М.
How to track progress with checkboxes in Excel! #excel
1:00
Easy Sheets
Рет қаралды 1,6 МЛН
NEW! Top 5 Excel Features Microsoft Just Released
8:23
Excel Dictionary
Рет қаралды 59 М.
Get started with Regex (in Excel)
23:15
Diarmuid Early
Рет қаралды 6 М.
Say Goodbye to IF Statements in Excel with SWITCH
7:45
Teacher's Tech
Рет қаралды 442 М.
Какой ПК нужен для Escape From Tarkov?
0:48
CompShop Shorts
Рет қаралды 264 М.
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
Корнеич
Рет қаралды 3,1 МЛН
Samsung S24 Ultra professional shooting kit #shorts
0:12
Photographer Army
Рет қаралды 29 МЛН