5 Advanced Excel Formulas You Probably Didn't Know!

  Рет қаралды 269,228

Kenji Explains

Kenji Explains

Күн бұрын

Пікірлер: 166
@KenjiExplains
@KenjiExplains Жыл бұрын
🔥 Check out our Complete Finance & Valuation Course! www.careerprinciples.com/courses/finance-valuation-course
@joshuasarpong1194
@joshuasarpong1194 Жыл бұрын
Kenji what's your name on LinkedIn?
@khal29
@khal29 Жыл бұрын
Christ 🤣 Please tell me no one’s been dumb enough to buy that?
@martinmarco4814
@martinmarco4814 Жыл бұрын
@@khal29 Hi I have filterxml and not the normal filter you are using cuz if I apply the logics its coming to #VALUE please advise thanks
@benjamingreer1660
@benjamingreer1660 11 ай бұрын
Data validation would probably be quicker on the first one.
@excelgazialimuhiddinhacibekir
@excelgazialimuhiddinhacibekir 8 ай бұрын
@@martinmarco4814 Your EXCEL 365 New Dynamic Array Functions have not been activated apparently. Check your Office 365 account info and subscription.
@nurulsarifah3702
@nurulsarifah3702 Жыл бұрын
For number 4, we can use double xlookup ;) =XLOOKUP(C3,B10:B29,XLOOKUP(C4&C5,C8:K8&C9:K9,C10:K29)). I am a beginner here. I have watched +10 of your videos and found that double xlookup = index match. Thank you so much. Your videos are very helpful and you are truly amazing! Please keep it up!
@expertgaming5146
@expertgaming5146 Жыл бұрын
Exactly xlookup is easy than index match isn’t it ? (Im a beginner aswell)
@sevetp
@sevetp Жыл бұрын
Great video :-) For #4, I would suggest this formula : =SUMPRODUCT((B10:B29=C3)*(C8:K8=C4)*(C9:K9=C5)*(C10:K29)) whose syntax is sumproduct((criteria_range1=value1)*(criteria_range2=value2)*[...]*(value_range=range)), where "*" stands for AND and "+" stands for OR. Note that you need to end your formula bay value_range.
@excelgazialimuhiddinhacibekir
@excelgazialimuhiddinhacibekir 8 ай бұрын
Excelllent! I guess this is Problem #5, btw. As a longer solution alternative to Kenji's "Two embedded FILTER() functions" solution and to your ultra efficient "SUMPRODUCT()" solution, I would suggest the following "CHOOSECOLS() and a single FILTER()" solution: *=SUM( CHOOSECOLS( FILTER( RevenueData, Managers=H4 ), MATCH( I4, Years ) ) )* I resorted to named ranges of cells for better readability of the formula.
@Servants_Heart
@Servants_Heart Жыл бұрын
Very nice. I had to learn excel before there were videos, classes, and manuals. I officially have subscribed.
Жыл бұрын
You are a born video instructor. Your voice is engaging, your speed with the mouse is not too fast and not too slow, and your progression made sure I did not get lost. I am absolutely coming back to watch this again when I need another refresher. Subscribed!
@KenjiExplains
@KenjiExplains Жыл бұрын
Thank you for the nice comment! Made my day :)
@alexrosen8762
@alexrosen8762 Жыл бұрын
Extremely useful tutorial because of the different hacks in for example the filter function when in combination with other formulas can do magic. A lot of tutorials shows the filter function in it's basics which is good but can be quite repetitive and tedious, especially when you are a learner who wants to take the next steps in the learning curve.
@owrsrlt9062
@owrsrlt9062 10 ай бұрын
Thank you so much Kenji; your explainations are extremely clear, you give us the examples files. I don't how to say that once and of all: THANK YOU !
@KenjiExplains
@KenjiExplains 10 ай бұрын
thank you for watching :)
@zafarmadjidov4210
@zafarmadjidov4210 22 күн бұрын
Very useful tips! Thank you, Kenji
@SaiSanjeevie
@SaiSanjeevie Жыл бұрын
Really Super man. Clear and Beautiful explanation of new subject in Excel...
@franzzzis
@franzzzis Жыл бұрын
Your explanations and examples are excellent, which are also suitable for beginners with Excel. There are countless tutorials on Excel, from simple to highly complex, but only a few are really good, your videos are definitely among the top 20 for me. compliment
@KenjiExplains
@KenjiExplains Жыл бұрын
Thank you for your comment, very nice of you!
@debbielaubscher4983
@debbielaubscher4983 Жыл бұрын
I agree. Your explanations are clear and easy to follow. Thank you for sharing your talent with us.
@standoffsniper5693
@standoffsniper5693 Жыл бұрын
You don't need to put 2 filters,you can write it like this =Filter(array,(name=billy)*(year=2021)) of course the name and the year can be referenced
@Samiksha_W
@Samiksha_W Жыл бұрын
Did you try on Excel?? Because I think it takes either only column criterias OR only row criterias. Not both at the same time.
@TheAlwaysGoel
@TheAlwaysGoel Жыл бұрын
​@@Samiksha_Wyes you are wright
@timisolakhadijah6939
@timisolakhadijah6939 Жыл бұрын
@@Samiksha_WIt works
@yibrahim7
@yibrahim7 Жыл бұрын
@@timisolakhadijah6939 How, can you elaborate please?
@UCHTT
@UCHTT Жыл бұрын
I was thinking this could all be done with a SUMIFS function instead. I was working on a sales report as practice and had to do this exact same thing for sales, profit, cost, and units sold and I just did SUMIFS for them all and then data validated the countries. I had to do the same for all the sales people also and I used the same formulas with a bit of extra coding or whatever, but it was exactly the same
@chrisgray8774
@chrisgray8774 Жыл бұрын
I have a table similar to your example #4, only the first two columns are row labels and the top single row is column headers (quarters 1 to 4). I couldn’t get the formula to work, so I replaced the dataset array with INDEX(dataset,0,MATCH(column_header,column_header_row,0)). This made the array a single column. I used the & with the first two columns, and it worked. Thanks for the neat tricks. It was a good presentation.
@bobby4242
@bobby4242 Жыл бұрын
Great job building the complex formulas in steps with great detail.
@Spreadsheets_Plus
@Spreadsheets_Plus Жыл бұрын
Nice one kanji and thank you so much for this. And the XLOOKUP function as well can perform the same advance index match which you did. Great work man!!!!!
@KenjiExplains
@KenjiExplains Жыл бұрын
Thank you!!
@Spreadsheets_Plus
@Spreadsheets_Plus Жыл бұрын
Good morning Kanji. Trust you are doing well. Please I am putting together a contribution sheet for a colleague and it’s expected that every month the value of to be contributed is 2000, please I need a formula that can automatically add that 2000 to the previous value and subsequently as the year goes on it should have automatically reached 24000. Thank you
@TheFlying-Cyclist
@TheFlying-Cyclist Жыл бұрын
Hey Kenji, great content you are posting. In fact, I ended up subscribing to one of your courses after a video I watched a while back. I'm curious, though, how would one start freelancing with the skills learned from your course(s)? I am taking Excel for Business and Finance and Power BI for Business and Finance. Looking forward to hearing from you and thank you in advance.
@harshsaini3189
@harshsaini3189 19 күн бұрын
How was your experience kindly share me I am looking forward to take same course
@Saadi_Lyfe
@Saadi_Lyfe Жыл бұрын
My God the last one made my life so easy.. Thanks.
@mostafaiffakh9358
@mostafaiffakh9358 Жыл бұрын
Thank you Kenji , very useful Please , how about more then three criteria.
@mostafaiffakh9358
@mostafaiffakh9358 Жыл бұрын
It's ok now thank you
@vikramadityarathore97
@vikramadityarathore97 Жыл бұрын
Outstanding video mate.very helpful
@mohamedsoffar4434
@mohamedsoffar4434 Жыл бұрын
Really cool what your sharing ,this is amazing ,Thanks Dear
@hiprateek025
@hiprateek025 Жыл бұрын
Very Useful! 👍
@manosvenianakis9323
@manosvenianakis9323 Жыл бұрын
Excellent video and excellent presentation! Thanks!
@ruminsb330
@ruminsb330 Жыл бұрын
Nice Sir. Your Explain Very Good. Thank Sir...
@ashishshiriskar123
@ashishshiriskar123 Жыл бұрын
sir as usual you are superb
@nihonpark7058
@nihonpark7058 Жыл бұрын
THANKS KENJI FOR THE LAST FUNCTIONS 😍
@juanparada3387
@juanparada3387 Жыл бұрын
Useful stuff!
@1015Gao
@1015Gao Жыл бұрын
Thanks for the vid, very helpful
@smilejs
@smilejs Жыл бұрын
I feel the sum filter could be replaced by sumifs which is more easy to use
@razamoulvi8801
@razamoulvi8801 Жыл бұрын
Thanks for the video❤
@camlex6310
@camlex6310 Жыл бұрын
Great video thanks!!
@joshuasarpong1194
@joshuasarpong1194 Жыл бұрын
Thank you Kenji really helpful
@KenjiExplains
@KenjiExplains Жыл бұрын
Cheers Joshua :)
@hayderrazakabd
@hayderrazakabd 10 ай бұрын
For video number 2, please calculate the profit if the droplet by month. All the best
@willzinner8813
@willzinner8813 Жыл бұрын
youre back!
@KenjiExplains
@KenjiExplains Жыл бұрын
yes!
@shobhit_nair
@shobhit_nair Жыл бұрын
Forumla 1 Drivers😂That was a nice touch!
@mos3863
@mos3863 Жыл бұрын
Kenji can you show the substitute function for textsplit as i use office 2021 its doesn't have that function it would really helpful for me
@marninei
@marninei Жыл бұрын
The use of the Offset function was effective but did not utilize the full functionality of the formula itself. The syntax of the formula is OFFSET(reference, rows, cols, [height], [width]) so you should instead type: SUM(OFFSET(C10,,, 1,C2)) This way you don't need to subtract 1 from the cols, your referencing C10 just once and you're using the formula to its full capacity.
@motopelamohapi4152
@motopelamohapi4152 Жыл бұрын
Thank you, Kenji
@KenjiExplains
@KenjiExplains Жыл бұрын
Thank you for watching 🙏
@Besavant623
@Besavant623 Жыл бұрын
Sir, Can you please make a video regarding a excel workbook in which there will be two sheets in one of the sheet there will be database about our invoices like invoice number, invoice date and invoice amount. the another sheet will ask us to enter a value which we will enter manually but after we input the amount the second sheet will show us all the possible combinations of invoices which total upto that amount which we entered. i have been facing this problem during my work and for this i have to manually search and check which invoices total upto certain amount and then allocate payment to them. but i hope you can help me with my problem and make video for teaching how to solve for this issue.
@NaveedAhmad-HFD
@NaveedAhmad-HFD Жыл бұрын
Hi , 1st i am very much thank full to you for sharing you precious knowledge Thank you so much 2nd. I am Naveed Ahmad from pakista. I am learner from Chanels KZbin, face book I found your Chanel rich with knowledge
@ahmedkamon9123
@ahmedkamon9123 Жыл бұрын
Very impressive. I have a column contain text or numbers , How can I search a certain value in that column in a another table contains columns with text and numbers
@surajD21
@surajD21 Жыл бұрын
I have very large data with conditional formatting. I want to paste it in another sheet without values but I need only colours. Can you tell me how??
@subhashini4242
@subhashini4242 Жыл бұрын
If we have same names in first column with different supporting data in other columns how to take full details with vlookup formula
@chetanmaurya8557
@chetanmaurya8557 7 ай бұрын
can we use sumif and offset together? as I am not able to use sumif and offset together
@How_2_Excel
@How_2_Excel Жыл бұрын
Great video
@jitnagar7735
@jitnagar7735 Жыл бұрын
On the 4 and 5 formula I’d prefer to have used Sumproduct
@kirant96
@kirant96 Жыл бұрын
4th one is quite useful
@davycruz5796
@davycruz5796 7 ай бұрын
Can someone please help me? I have an warining message witht the sumoffset formula and can't get any further. After doing this formula "=SUM(C10:OFFSET(C10,," each time i want to select "C2" i get the message that there is a problem with the formula you type =1+1, cell shows 2 etc.. I can't proceed 😢
@AdverJohnson
@AdverJohnson 10 ай бұрын
Alonso is definitely Dr! :)
@Alexthesparker
@Alexthesparker Жыл бұрын
SUM FILTER 🔥🔥🔥
@ebenezerdonkoh2335
@ebenezerdonkoh2335 4 ай бұрын
Thanks alot
@yemancotv6372
@yemancotv6372 Жыл бұрын
great one
@dannya1209
@dannya1209 Жыл бұрын
Wow, this is strangely what I needed today. I'm a basic Pivot Table + XLOOKUP/SUMIF guy. I knew there were these other formulas, especially #4 AND #5, but couldn't quite remember them, been doing the same ol same ol. The INDEX and FILTER is an EXACTMATCH of what I needed today.
@MrDhunpagla
@MrDhunpagla Жыл бұрын
Kenji Rocks 😊😊😊I 😊
@MamunAhmed-x3f
@MamunAhmed-x3f 11 ай бұрын
Please make one video for data anyltics full course
@luckmanmoulana
@luckmanmoulana Жыл бұрын
Hi, Chapter 5 is SUM Filter not SUM offset 9:10
@gargbhavin6956
@gargbhavin6956 Жыл бұрын
HI,I WANT TO SHOW MULTIPLE MATCH RESULT BY USING INDEX MATCH METHOD IS IT POSSIBLE ?
@colinekszczecin
@colinekszczecin Жыл бұрын
If I am not mistaken, you can use Filter for multiple criteria (instead of nesting one filter in another). So in the last example you could do: FILTER(C4:F25, (B4:B25=H4)+(C3:F3=I4)) Basically "* = or", and "+= and" (or the other way around, I can never remember and can't check in excel just now).
@Samiksha_W
@Samiksha_W Жыл бұрын
I think it takes either only column criterias OR only row criterias. Not both at the same time.
@Samiksha_W
@Samiksha_W Жыл бұрын
Also + is when you want any one condition to be satisfied and * when both conditions to be satisfied for filtering.
@colinekszczecin
@colinekszczecin Жыл бұрын
​@@Samiksha_W I will try tomorrow when I am at work and have access to Excel
@Samiksha_W
@Samiksha_W Жыл бұрын
@@colinekszczecin cool:)
@pawefigant5165
@pawefigant5165 27 күн бұрын
HI can anybody help me with formula that can validate input only when a cell does not contain multiple specific text. I know that for one single text this formula is for example: =ISERROR(FIND("XST",C5)). I need to find for example =ISERROR(FIND("XST", "dfg"....,C5))
@beshboushaghatta9993
@beshboushaghatta9993 Жыл бұрын
I want to ount anumber times a numberthat is cubed..then divede it on a number..how do I do that
@mohdsalman01
@mohdsalman01 8 ай бұрын
Formulas with formula 1 drivers makes absolute sense
@24.ផនពន្លឺ
@24.ផនពន្លឺ 10 ай бұрын
Thanks sharing
@Akkk-mu8nr
@Akkk-mu8nr 11 ай бұрын
Microsoft Office activation failed sir please help Osppream file delete by mistake.
@none4509
@none4509 Жыл бұрын
Hi Kenji, for power excel users do you recommend Mac or Window’s PC?
@KenjiExplains
@KenjiExplains Жыл бұрын
Definitely windows as the shortcuts are better!
@newmhelemish
@newmhelemish Жыл бұрын
The 5th one, why did not you use SUMIFS ?
@ragexiii
@ragexiii Жыл бұрын
is it possible to use sumifs for the 5th solution as well?
@ragexiii
@ragexiii Жыл бұрын
tried it.. it didn't work.. thanks for sharing this kenji!
@How_2_Excel
@How_2_Excel Жыл бұрын
You can use SUMPRODUCT as an alternative =SUMPRODUCT((B4:B25=H4)*(C3:F3=I3),C4:F25)
@ragexiii
@ragexiii Жыл бұрын
@@How_2_Excel ah alright.. awesome.. thank you..
@AGaylon0618
@AGaylon0618 Жыл бұрын
Hi sir, how much is the cost to learn for data analyst and how long? Thanks
@4061earthabcdesong
@4061earthabcdesong Жыл бұрын
(For level 5... Filter function) Sorry sorry for being a sleuth, but i tried to add up the sum using a calculator, there're discrepancies... 1,087+1,239+1,413+1,611 should be 5,350 (not 5,351) Also, 1,250+1,425+1,625+1,852 should be 6,152 (not 6,153) Why is that ? Please, Kenji please look into it 😊
@akens1964
@akens1964 Жыл бұрын
I have excel file created in 2016 version, forgot password for this file, I tried lot of options through internet, but nothing helpful to open file, can you help me
@sagar72721
@sagar72721 Жыл бұрын
these functions r not in my excel sheet ..how to use them,
@sahilpatil9003
@sahilpatil9003 Жыл бұрын
Thanks
@samborn1
@samborn1 Жыл бұрын
Kenji I have a problum : I have a sheet where I have lots of PAN card Txn details in whole Financial year. Now I have to give every pan card user a certificate for his whole year txn details for income tax purpose. Now I use vlookup but this formula give me first find value. I use sumif but this formula give me total value of txn. I want Pan card user number of txn in other sheet. Pls solve my problem
@Based-Pharaoh
@Based-Pharaoh Жыл бұрын
I know you asked Kenji, but I might be able to help however to effectively solve your problem set, I would need to see what the data sheet looks like as the information you provided isn't substantial to provide a successful solution to your issue. Do you have discord?
@samborn1
@samborn1 Жыл бұрын
@@Based-PharaohThanks for your concern and support. I m glad to see your helping nature. I have data sheet but according to company rules I m not share data with out company.
@karthikkayan8049
@karthikkayan8049 Жыл бұрын
Sir 2016 not working match cretriya &
@jonathanogwumike6088
@jonathanogwumike6088 Жыл бұрын
Nice video Kenji. Database functions, DSUM should solve the last one too!
@roywilson9580
@roywilson9580 Жыл бұрын
Interesting video, though not particularly advanced. In the last example using 2 filters to find Billy's revenue is a little over the top for the required result. I would not have used filter as a simple SUMIFS would have produced the same result; also if you want to apply 2 range filters to the dataset you can add the criteria in sets of parentheses and use the '*' or'+' operators to filter with 'and' or 'or' functionality, this would make the formula far easier to read as the logic is easier to follow.
@KenjiExplains
@KenjiExplains Жыл бұрын
Hey Roy, the SUMIFS unfortunately doesn't work. That's because the criteria ranges and the sum range don't have the same number of rows and columns (feel free to try it and let me know if otherwise though)
@roywilson9580
@roywilson9580 Жыл бұрын
Yes, sorry! My bad, I didn't notice the shape of the data watching on my mobile phone on crowded bus! You are right and I apologise for my error
@lifeandmoney8073
@lifeandmoney8073 8 ай бұрын
Awesome
@mohamednasser2865
@mohamednasser2865 8 ай бұрын
The TEXTSPLIT function is only available in Excel for Microsoft 365
@ItsjustmeAR
@ItsjustmeAR 8 ай бұрын
#4 why not use sumifs? #5 you can use multiple criteria by ()*() the parameters within the filter formula…..or use sumifs again.
@yukioyagami9523
@yukioyagami9523 21 күн бұрын
The sumifs doesn't seem to work...
@surya_vj20
@surya_vj20 8 ай бұрын
Textsplit formula not showing in my excel😢
@erictchetche5890
@erictchetche5890 Жыл бұрын
Brillant
@SeriaYT-FORAX
@SeriaYT-FORAX 7 ай бұрын
There's no textsplit in my excel why
@Afghan12-t3k
@Afghan12-t3k 2 ай бұрын
My excel has no Textsplit option. why????
@Based-Pharaoh
@Based-Pharaoh Жыл бұрын
Are you also going to be competing in the Microsoft Excel World Championships this October?
@philipverhoeven5545
@philipverhoeven5545 Жыл бұрын
Level 5: isn't a pivottable easier to use in this scenario?
@muhammadowais2702
@muhammadowais2702 6 ай бұрын
IS THIS FORMULA IS WORKING IN 2016? i HAVE TRIED BUT ERROR POP UP
@user-gi7ro9is9w
@user-gi7ro9is9w 6 ай бұрын
THE FIRST FUNCTION NOT WORKING?!?!?!?
@cshahed
@cshahed Жыл бұрын
Awsome
@KenjiExplains
@KenjiExplains Жыл бұрын
Thank you!
@karthikkayan8049
@karthikkayan8049 Жыл бұрын
I am written correct formula I am not get result why??
@pairenu
@pairenu Жыл бұрын
Why not just sumifs?
@eniseymenkuzu9019
@eniseymenkuzu9019 Жыл бұрын
Hey, when will you talk about the real company Cannafarm Ltd that brings profit?
@LNT379
@LNT379 Жыл бұрын
It must be hard to be in IB and make these videos
@Y100001
@Y100001 Жыл бұрын
"A new function in Excel...". In WHICH version of Excel does it become available?
@omerahmed3204
@omerahmed3204 5 ай бұрын
=FILTER(FILTER(C4:G35,B4:B35=I4),C3:G3=2023) This Formula shows #CALC error
@peterakeredolu3346
@peterakeredolu3346 Жыл бұрын
Thanks, Kenji for this video. The presentation was both enlightening and clear, and I truly appreciate the effort you put into it. Having seen this video, I'm interested in understanding if it's possible to use any of the functions to construct a template as demonstrated in another video I came across. Here's the link for your reference: [kzbin.info/www/bejne/eoGqm5uXmd2citU]. I tried reaching out to the original creator of the video for clarity on the template construction but was unable to procure a detailed response. I would be immensely grateful if you could provide guidance or elucidate the process of building a similar template, specifically for tender evaluation. Your expertise in this matter would be invaluable. Thank you for your time and consideration. I eagerly await your feedback.
@PreetSingh-ez7um
@PreetSingh-ez7um 5 ай бұрын
I dont know why he used curly brackets in the first one
@levangugulashvili1296
@levangugulashvili1296 Жыл бұрын
Formula 1 fan)
@umangsharma4392
@umangsharma4392 Жыл бұрын
XLOOKUP(C3, B10:B29, XLOOKUP(C4 & C5, C8:K8 & C9:K9, C10:K29)) OR XLOOKUP(C4&C5,C8:K8&C9:K9,FILTER(C10:K29,C3=B10:B29)) for the 4th problem
@jsrjhamitrawat
@jsrjhamitrawat Жыл бұрын
Jai shree ram jai hanuman baba 🚩🚩🌺🌺🌼🌼🍌🍌🌾🌾🙏🙏🙏
@akens1964
@akens1964 Жыл бұрын
Hello
@NaveedAhmad-HFD
@NaveedAhmad-HFD Жыл бұрын
It is request humbly please my respected
@joesmith4254
@joesmith4254 Жыл бұрын
Level 5: Easier to use SUMPRODUCT formula.
@martinmathew3554
@martinmathew3554 Жыл бұрын
Dont mind....but its ikd methods
Make a Search Bar in Excel to Find Anything!
10:35
Kenji Explains
Рет қаралды 430 М.
Top 10 Essential Excel Formulas for Analysts in 2025
13:39
Kenji Explains
Рет қаралды 951 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Change These 10 Settings Before You Use Excel Again
12:44
Kenji Explains
Рет қаралды 97 М.
5 Excel Formulas Everyone Should Know
14:07
Kenji Explains
Рет қаралды 77 М.
5 Excel Secrets You'll Be Embarrassed You Didn't Know
17:32
Excel Campus - Jon
Рет қаралды 280 М.
Get Ahead in 2025 With These Underrated Excel Functions
14:56
Kenji Explains
Рет қаралды 26 М.
Try The DGET Function Instead of INDEXMATCH & XLOOKUP
12:29
Kenji Explains
Рет қаралды 128 М.
Master the FILTER Formula in Excel (Beginner to Pro)
10:42
Kenji Explains
Рет қаралды 221 М.
10 Excel Formulas That Will Set You Apart (+Cheat Sheet)
18:04
MyOnlineTrainingHub
Рет қаралды 369 М.
The Excel Functions Almost Everyone Overlooks (Better Than SUMIFS)
10:29
MyOnlineTrainingHub
Рет қаралды 122 М.
Can You Pass This Excel Interview Test?
11:20
Kenji Explains
Рет қаралды 1 МЛН
Top 10 Most Important Excel Formulas - Made Easy!
27:19
The Organic Chemistry Tutor
Рет қаралды 8 МЛН