Excel Challenge - Extract special characters Excel (Gsheets)

  Рет қаралды 739

ExcelMoments

ExcelMoments

Күн бұрын

Пікірлер: 31
@rtrbs8383
@rtrbs8383 4 ай бұрын
Thanks Victor Google seems to easy
@ExcelMoments
@ExcelMoments 4 ай бұрын
bsolutely. But with the announcement yesterday, that function is now in Excel's Beta channel. So, Excel is not behind anymore 😁😁😁😁
@LeilaGharani
@LeilaGharani 4 ай бұрын
Love that Base function! Hadn't seen it before. Just went in a rabbit hole learning what it does and what it's used for. Fascinating! Thanks for sharing.
@ExcelMoments
@ExcelMoments 4 ай бұрын
HI leila, it is not one of the commonly used ones. Fortunately, we now have REGEX, which makes this kind of extraction extremely easy, like you have demonstrated in your video
@LeilaGharani
@LeilaGharani 4 ай бұрын
@@ExcelMoments 🙌
@westleyempeigne6541
@westleyempeigne6541 3 ай бұрын
That’s impressive! Especially the Regex formula in Google Sheets!
@ExcelMoments
@ExcelMoments 3 ай бұрын
Now we have it in Excel(Beta channel), so we are good to go 😀
@marektomanek1913
@marektomanek1913 4 ай бұрын
these solutions are fabulous :) mine was very clunky :)
@ExcelMoments
@ExcelMoments 4 ай бұрын
Hahahaha....shortest is not nwcesaarily best 😀
@stevereed5776
@stevereed5776 4 ай бұрын
Some nice solutions Victor, thank you for another master class
@ExcelMoments
@ExcelMoments 4 ай бұрын
Thanks Steve
@ankurshukla2516
@ankurshukla2516 4 ай бұрын
Thank you so much ❤️
@ExcelMoments
@ExcelMoments 4 ай бұрын
You are welcome
@Wozzuup
@Wozzuup 4 ай бұрын
MAY 20, 2024 New Regular expression (Regex) functions in Excel
@ExcelMoments
@ExcelMoments 4 ай бұрын
I don't have it yet!
@IvanCortinas_ES
@IvanCortinas_ES 4 ай бұрын
Ohhh. Much easier in Google Sheets. Microsoft should take good note. Thanks for the tutorial Victor.
@ExcelMoments
@ExcelMoments 4 ай бұрын
Now, as easy in Excel, with REGEX in beta! 😀
@williamarthur4801
@williamarthur4801 4 ай бұрын
Just to be different ; =BYROW( F4:F7,LAMBDA(Txt, LET( alltext, REDUCE( Txt,SEQUENCE(10,1,0,1), LAMBDA(x,y, SUBSTITUTE( x,y," "))), special, REDUCE( LOWER( alltext ), CHAR(SEQUENCE(26,1,97,1)),LAMBDA(x,y, SUBSTITUTE( x, y, "" ))),special) )) Always look forward to your work, still think your insert blanks brilliant.
@ExcelMoments
@ExcelMoments 4 ай бұрын
2 REDUCE functions! Just wow. Thanks for the kind comments
@williamarthur4801
@williamarthur4801 4 ай бұрын
​@@ExcelMoments you can then split the special to get jus the alphabet and a switch to looking t a drop down; LET(ra, SEQUENCE(10,1,0,1), txt, REDUCE( D4,ra,LAMBDA(x,y, SUBSTITUTE(x,y,"") )), numbers, REDUCE( D4, MID( txt,SEQUENCE(LEN(txt)),1),LAMBDA(x,y, SUBSTITUTE( x,y,"") )), special, REDUCE(txt, CHAR( SEQUENCE(26,1,97,1)),LAMBDA(x,y, SUBSTITUTE( LOWER(x ),y,""))), text, REDUCE(txt, MID(special,SEQUENCE(LEN(special)),1),LAMBDA(x,y, SUBSTITUTE( x, y, ""))), SWITCH( G3, "All", D4,"Text",text, "Number", numbers, "Special", special) ) Thank you for the inspiration.
@qadeerhussain5351
@qadeerhussain5351 4 ай бұрын
Excellent
@ExcelMoments
@ExcelMoments 4 ай бұрын
Thanks
@oyekunlesopeju9312
@oyekunlesopeju9312 4 ай бұрын
With BASE() function you do not need to convert the text to uppercase. We can thus shorten the formula length by removing the UPPER() function.
@ExcelMoments
@ExcelMoments 4 ай бұрын
Thanks for your comment. I think you may want to test that again, Your function will only work without the UPPER if all characters in the string are UPPER CASE, but if you have lower case characters, they would be returned alongside the special characters. You can test and revert
@oyekunlesopeju9312
@oyekunlesopeju9312 4 ай бұрын
@@ExcelMoments Hhhhhhmmmmm !!!! Let's make the [match_mode] of TEXTSPLIT() case_insensitive CONCAT(TEXTSPLIT(A2,BASE(SEQUENCE(36,,0),36),,1,1))
@ExcelMoments
@ExcelMoments 4 ай бұрын
@@oyekunlesopeju9312 Great. So that's not because of the BASE function 😁😁 I already figured this was where you were headed.
@oyekunlesopeju9312
@oyekunlesopeju9312 4 ай бұрын
@@ExcelMoments You're right !!! 👏 Not because of the BASE() function
@jugubitrus7295
@jugubitrus7295 4 ай бұрын
Please what is the real life usage?
@ExcelMoments
@ExcelMoments 4 ай бұрын
I can think of a usage for removing the special characters. There have been times when i copied data from some legacy system to excel and it did come with some special and non-printable characters when pasted. A technique like this can allow you to remove the special characters and retain only proper texts, if I may call them that.
@oyekunlesopeju9312
@oyekunlesopeju9312 4 ай бұрын
Data Cleansing !!!
Excel Challenge: Expand grouped Intervals -Reduce Function
14:12
REGEX to extract special characters
9:49
ExcelMoments
Рет қаралды 378
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 26 МЛН
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 18 МЛН
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 108 МЛН
REGEX in Excel - find names starting with certain character
9:21
Building a Robust SQL Database from Scratch using Rust
1:28:18
Easy Dev For All
Рет қаралды 520
Hyperlink in excel to all subfolders in a folder+PowerQuery+VBA
12:55
STOP using nested IF statements! Use these functions instead.
8:57
Excel Off The Grid
Рет қаралды 14 М.
Master Data Cleaning Essentials on Excel in Just 10 Minutes
10:16
Kenji Explains
Рет қаралды 610 М.
Power Query Secrets: Use coalesce (??) to handle null values
6:36
Excel Off The Grid
Рет қаралды 8 М.
REGEX - Extract all Alphabets/Remove all non-alphabets #excel
3:56
Excel Lambda Function (Examples) - All You Need to Know!
31:10
TrumpExcel
Рет қаралды 11 М.