REDUCE Function in Excel (Extract Uppercase Words ONLY 🚀)

  Рет қаралды 2,328

Computergaga

Computergaga

Күн бұрын

Пікірлер: 24
@Softwaretrain
@Softwaretrain 8 ай бұрын
Thank you Alan, alternatively, we can use the below formula: =LET( a,TEXTSPLIT(A2,," "), TEXTJOIN(" ",,FILTER(a,EXACT(a,UPPER(a))))) or if we want one formula without drag it down: =BYROW(A2:A15, LAMBDA(x,LET( a,TEXTSPLIT(x,," "), TEXTJOIN(" ",,FILTER(a,EXACT(a,UPPER(a)))))))
@Computergaga
@Computergaga 8 ай бұрын
Thank you, buddy 👍 I did consider adding a BYROW to make it one formula in the video. But thought it a bit much. Plus it's based on a static range so felt it unnecessary. Nice use of FILTER.
@williamarthur4801
@williamarthur4801 6 ай бұрын
Or just split by lower case, no numbers here; =TEXTJOIN(" ",TRUE,TEXTSPLIT(C3,CHAR(SEQUENCE(26,1,97,1) ))) there may be easier ways, but I thought of using REDUCE to extract numbers, upper or lower; F4 = Text and numbrs eg AbC133Ab22a = LET( alpha, REDUCE(F4, SEQUENCE(10,1,0,1),LAMBDA(x,y, SUBSTITUTE( x,y,"")) ), num, REDUCE(F4, MID( alpha,SEQUENCE(LEN(alpha)),1),LAMBDA(a,b, SUBSTITUTE( a,b,""))), upper, REDUCE( alpha, CHAR(SEQUENCE(26,1,97,1)),LAMBDA(c,d, SUBSTITUTE( c, d, "") )), lower, REDUCE( alpha, MID(upper, SEQUENCE(LEN(upper)),1),LAMBDA(e,f, SUBSTITUTE( e, f, "") )), SWITCH( H1, "justnumbers", num, "uppercase", upper, "lowercase", lower, "alltext", alpha))
@abbottkatz8830
@abbottkatz8830 Ай бұрын
@@Computergaga Would BYROW have worked? TEXTSPLIT cannot natively handle arrays.
@JoseAntonioMorato
@JoseAntonioMorato 8 ай бұрын
Dear Alan, Just to spill, without using the TRIM function: =BYROW(A2:A15,LAMBDA(a,REDUCE("",TEXTSPLIT(a," "),LAMBDA(acc,v,IF(EXACT(v,UPPER(v)),acc&v,acc))))) 🤗
@Computergaga
@Computergaga 8 ай бұрын
Nice! Thanks, Jose Antonio. I did consider adding BYROW but decided there would not be much benefit with the static range as the source. Great to see the variations in how a task can be completed. Spoilt for choice nowadays 😊
@petercompton538
@petercompton538 7 ай бұрын
Brilliant!
@Computergaga
@Computergaga 7 ай бұрын
Thank you, Peter.
@ExcelWithChris
@ExcelWithChris 8 ай бұрын
Thank you!!! I see some South African surnames...... interesting.
@Computergaga
@Computergaga 8 ай бұрын
Oh yes! 🙂 Thank you, Chris. Hope you're doing well mate.
@IvanCortinas_ES
@IvanCortinas_ES 8 ай бұрын
Great explanation Alan! Thanks for explaining these iterator functions.
@Computergaga
@Computergaga 8 ай бұрын
Thank you, Ivan.
@xeeshanahmad8757
@xeeshanahmad8757 8 ай бұрын
Excellent Sir
@Computergaga
@Computergaga 8 ай бұрын
Thank you very much!
@conradblume4274
@conradblume4274 8 ай бұрын
Excellent Video!
@Computergaga
@Computergaga 8 ай бұрын
Thank you, Conrad.
@Mishkafofer
@Mishkafofer 6 ай бұрын
What is interesting is that it basically a looping inside Excel. Until Dynamic Array, i presume it only could have been done only in VBA.
@ahmetkaraaslan7880
@ahmetkaraaslan7880 6 ай бұрын
Hocam emeğinize sağlık Excelde uzman değilim Excel 2016 kullanıyorum 2016 versiyona göre formül ile yapabilimisiniz
@Computergaga
@Computergaga 6 ай бұрын
You're welcome! In Excel 2016, you're best looking at a Power Query approach. I'm not sure on a formula for that version.
@nadermounir8228
@nadermounir8228 8 ай бұрын
Thank u Alan for this great video. In the true value of the of function. Can we just use V instead of acc” “&V ?
@Computergaga
@Computergaga 8 ай бұрын
We will need both parameters Nader as one is the accumulated value, and the other is the current value. So for example, in the name Anna Bella DE LA CRUZ, by the time the REDUCE function loops to the last word, the 'acc' parameter contains 'DE LA' and the 'v' parameter contains 'CRUZ'.
@nadermounir8228
@nadermounir8228 8 ай бұрын
@@Computergaga ah ok got u
@chandramohan1418
@chandramohan1418 8 ай бұрын
these are not available for users of 365?
@Computergaga
@Computergaga 8 ай бұрын
Yes, they absolutely are. In-fact, they're only available for users of 365.
Why Excel Pros LOVE the AGGREGATE function in Excel!
16:16
Computergaga
Рет қаралды 6 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
What is mathematical thinking actually like?
9:44
Benjamin Keep, PhD, JD
Рет қаралды 26 М.
The Dome Paradox: A Loophole in Newton's Laws
22:59
Up and Atom
Рет қаралды 1,1 МЛН
Building Smarter Reports with Dynamic Array Functions | Neil Malek
1:31:21
JAVA OOP1, abstract classes and interfaces part1
14:34
Enter the Excel Dojo with Doc Brown | David Brown
1:08:20
Computergaga
Рет қаралды 891
Bringing Power BI-Style Visualisations into Excel | Laura Szepesi
1:32:36
Brazil l Very Nice Olympiad Math Exponential Problem
9:50
Math Master TV
Рет қаралды 232
The Fast Fourier Transform
12:55
Asim Code
Рет қаралды 22
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН