5 Advanced Excel Formulas You Probably Didn't Know!

Sdílet
Vložit
  • čas přidán 11. 06. 2024
  • Learn 5 advanced Excel formulas to become an advanced Excel user.
    🔥 The Complete Finance & Valuation Course: www.careerprinciples.com/cour...
    🆓 DOWNLOAD Free Excel file for this video: view.flodesk.com/pages/64ba5d...
    In this tutorial we go over 5 advanced excel formulas. The first function is the TEXTSPLIT, where we use several delimiters to split columns of data. Second, we go over the SUM and OFFSET combination using a nested formula to make a dynamic sum range. Third, we learn how to use the XLOOKUP with the wildcard feature to detect inconsistent data. Fourth, we use the INDEX MATCH with the ampersand (&) to use multiple criteria to lookup values. Finally, we learn the SUM FILTER combination which is most useful to sum ranges with duplicate filters.
    LEARN:
    👉 Excel for Business & Finance Course: www.careerprinciples.com/cour...
    🔥 Power BI for Business Analytics: www.careerprinciples.com/cour...
    📈 The Complete Finance & Valuation Course: www.careerprinciples.com/cour...
    🚀 All our courses: www.careerprinciples.com/courses
    SOCIALS:
    📸 Instagram - careerprinc...
    🤳 TikTok - / career_principles
    🧑‍💻 LinkedIn - / careerprinciples
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Chapters:
    0:00​ -​ Level 1 ADVANCED TEXTSPLIT
    2:28​ - Level 2 SUM OFFSET
    4:19​ - Level 3 XLOOKUP WILDCARD
    6:53 - Level 4 INDEX MATCH AMPERSAND
    9:05​ - Level 5: SUM OFFSET
    Disclaimer: I may receive a small commission on some of the links provided at no extra cost to you.

Komentáře • 153

  • @KenjiExplains
    @KenjiExplains  Před 10 měsíci +9

    🔥 Check out our Complete Finance & Valuation Course! www.careerprinciples.com/courses/finance-valuation-course

    • @joshuasarpong1194
      @joshuasarpong1194 Před 10 měsíci

      Kenji what's your name on LinkedIn?

    • @khal29
      @khal29 Před 10 měsíci

      Christ 🤣 Please tell me no one’s been dumb enough to buy that?

    • @martinmarco4814
      @martinmarco4814 Před 6 měsíci

      @@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 Před 3 měsíci

      Data validation would probably be quicker on the first one.

    • @excelgazialimuhiddinhacibekir
      @excelgazialimuhiddinhacibekir Před měsícem

      @@martinmarco4814 Your EXCEL 365 New Dynamic Array Functions have not been activated apparently. Check your Office 365 account info and subscription.

  •  Před 9 měsíci +3

    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  Před 9 měsíci +1

      Thank you for the nice comment! Made my day :)

  • @bobby4242
    @bobby4242 Před 9 měsíci

    Great job building the complex formulas in steps with great detail.

  • @alexrosen8762
    @alexrosen8762 Před 10 měsíci +2

    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.

  • @hayderrazakabd
    @hayderrazakabd Před 3 měsíci +1

    For video number 2, please calculate the profit if the droplet by month. All the best

  • @nurulsarifah3702
    @nurulsarifah3702 Před 6 měsíci +6

    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 Před 5 měsíci

      Exactly xlookup is easy than index match isn’t it ? (Im a beginner aswell)

  • @Servants_Heart
    @Servants_Heart Před 9 měsíci +1

    Very nice. I had to learn excel before there were videos, classes, and manuals. I officially have subscribed.

  • @manosvenianakis9323
    @manosvenianakis9323 Před 10 měsíci

    Excellent video and excellent presentation! Thanks!

  • @vikramadityarathore97
    @vikramadityarathore97 Před 10 měsíci

    Outstanding video mate.very helpful

  • @SaiSanjeevie
    @SaiSanjeevie Před 7 měsíci

    Really Super man. Clear and Beautiful explanation of new subject in Excel...

  • @TheFlying-Cyclist
    @TheFlying-Cyclist Před 10 měsíci +5

    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.

  • @owrsrlt9062
    @owrsrlt9062 Před 3 měsíci

    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 !

  • @1015Gao
    @1015Gao Před 10 měsíci

    Thanks for the vid, very helpful

  • @ruminsb330
    @ruminsb330 Před 10 měsíci

    Nice Sir. Your Explain Very Good. Thank Sir...

  • @mohamedsoffar4434
    @mohamedsoffar4434 Před 9 měsíci

    Really cool what your sharing ,this is amazing ,Thanks Dear

  • @sevetp
    @sevetp Před 9 měsíci +9

    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 Před měsícem +1

      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.

  • @Spreadsheets_Plus
    @Spreadsheets_Plus Před 10 měsíci +1

    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  Před 10 měsíci +1

      Thank you!!

    • @Spreadsheets_Plus
      @Spreadsheets_Plus Před 9 měsíci

      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

  • @camlex6310
    @camlex6310 Před 10 měsíci

    Great video thanks!!

  • @mohdsalman01
    @mohdsalman01 Před měsícem

    Formulas with formula 1 drivers makes absolute sense

  • @joshuasarpong1194
    @joshuasarpong1194 Před 10 měsíci

    Thank you Kenji really helpful

  • @razamoulvi8801
    @razamoulvi8801 Před 9 měsíci

    Thanks for the video❤

  • @nihonpark7058
    @nihonpark7058 Před 10 měsíci

    THANKS KENJI FOR THE LAST FUNCTIONS 😍

  • @chrisgray8774
    @chrisgray8774 Před 9 měsíci

    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.

  • @user-wo3mu9bc4j
    @user-wo3mu9bc4j Před 3 měsíci

    Alonso is definitely Dr! :)

  • @hiprateek025
    @hiprateek025 Před 5 měsíci

    Very Useful! 👍

  • @Saadi_Lyfe
    @Saadi_Lyfe Před 5 měsíci

    My God the last one made my life so easy.. Thanks.

  • @ashishshiriskar123
    @ashishshiriskar123 Před 8 měsíci

    sir as usual you are superb

  • @standoffsniper5693
    @standoffsniper5693 Před 10 měsíci +40

    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 Před 10 měsíci +3

      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 Před 10 měsíci +3

      ​@@Samiksha_Wyes you are wright

    • @timisolakhadijah6939
      @timisolakhadijah6939 Před 9 měsíci

      @@Samiksha_WIt works

    • @yibrahim7
      @yibrahim7 Před 9 měsíci

      @@timisolakhadijah6939 How, can you elaborate please?

    • @casmartin790
      @casmartin790 Před 9 měsíci +5

      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

  • @motopelamohapi4152
    @motopelamohapi4152 Před 10 měsíci

    Thank you, Kenji

  • @user-cf1rx9zy2z
    @user-cf1rx9zy2z Před 3 měsíci

    Thanks sharing

  • @How_2_Excel
    @How_2_Excel Před 9 měsíci

    Great video

  • @juanparada3387
    @juanparada3387 Před 7 měsíci

    Useful stuff!

  • @kirant96
    @kirant96 Před 8 měsíci

    4th one is quite useful

  • @shobhit_nair
    @shobhit_nair Před 10 měsíci

    Forumla 1 Drivers😂That was a nice touch!

  • @sahilpatil9003
    @sahilpatil9003 Před 10 měsíci

    Thanks

  • @yemancotv6372
    @yemancotv6372 Před 8 měsíci

    great one

  • @franzzzis
    @franzzzis Před 10 měsíci +6

    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  Před 10 měsíci

      Thank you for your comment, very nice of you!

    • @debbielaubscher4983
      @debbielaubscher4983 Před 9 měsíci

      I agree. Your explanations are clear and easy to follow. Thank you for sharing your talent with us.

  • @mostafaiffakh9358
    @mostafaiffakh9358 Před 10 měsíci +1

    Thank you Kenji , very useful
    Please , how about more then three criteria.

  • @mos3863
    @mos3863 Před 9 měsíci

    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

  • @user-jg4sf1uu1u
    @user-jg4sf1uu1u Před 4 měsíci

    Please make one video for data anyltics full course

  • @jitnagar7735
    @jitnagar7735 Před 10 měsíci +2

    On the 4 and 5 formula I’d prefer to have used Sumproduct

  • @ahmedkamon9123
    @ahmedkamon9123 Před 10 měsíci

    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

  • @willzinner8813
    @willzinner8813 Před 10 měsíci

    youre back!

  • @lifeandmoney8073
    @lifeandmoney8073 Před měsícem

    Awesome

  • @dannya1209
    @dannya1209 Před 10 měsíci +1

    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.

  • @Besavant623
    @Besavant623 Před 8 měsíci

    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.

  • @Alexthesparker
    @Alexthesparker Před 9 měsíci

    SUM FILTER 🔥🔥🔥

  • @marninei
    @marninei Před 9 měsíci +5

    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.

  • @erictchetche5890
    @erictchetche5890 Před 9 měsíci

    Brillant

  • @AGaylon0618
    @AGaylon0618 Před 10 měsíci

    Hi sir, how much is the cost to learn for data analyst and how long? Thanks

  • @smilejs
    @smilejs Před 9 měsíci +1

    I feel the sum filter could be replaced by sumifs which is more easy to use

  • @chetanmaurya8557
    @chetanmaurya8557 Před 14 dny

    can we use sumif and offset together? as I am not able to use sumif and offset together

  • @none4509
    @none4509 Před 10 měsíci

    Hi Kenji, for power excel users do you recommend Mac or Window’s PC?

    • @KenjiExplains
      @KenjiExplains  Před 10 měsíci

      Definitely windows as the shortcuts are better!

  • @MrDhunpagla
    @MrDhunpagla Před 9 měsíci

    Kenji Rocks 😊😊😊I 😊

  • @nidohadi
    @nidohadi Před 9 měsíci

    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 CZcams, face book
    I found your Chanel rich with knowledge

  • @cshahed
    @cshahed Před 10 měsíci

    Awsome

  • @subhashini4242
    @subhashini4242 Před 7 měsíci

    If we have same names in first column with different supporting data in other columns how to take full details with vlookup formula

  • @surajD21
    @surajD21 Před 8 měsíci

    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??

  • @jonathanogwumike6088
    @jonathanogwumike6088 Před 10 měsíci +1

    Nice video Kenji. Database functions, DSUM should solve the last one too!

  • @gargbhavin6956
    @gargbhavin6956 Před 6 měsíci

    HI,I WANT TO SHOW MULTIPLE MATCH RESULT BY USING INDEX MATCH METHOD IS IT POSSIBLE ?

  • @colinekszczecin
    @colinekszczecin Před 10 měsíci +5

    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 Před 10 měsíci +3

      I think it takes either only column criterias OR only row criterias. Not both at the same time.

    • @Samiksha_W
      @Samiksha_W Před 10 měsíci +2

      Also + is when you want any one condition to be satisfied and * when both conditions to be satisfied for filtering.

    • @colinekszczecin
      @colinekszczecin Před 10 měsíci +1

      ​@@Samiksha_W I will try tomorrow when I am at work and have access to Excel

    • @Samiksha_W
      @Samiksha_W Před 10 měsíci +1

      @@colinekszczecin cool:)

  • @davycruz5796
    @davycruz5796 Před 15 dny

    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 😢

  • @beshboushaghatta9993
    @beshboushaghatta9993 Před 8 měsíci

    I want to ount anumber times a numberthat is cubed..then divede it on a number..how do I do that

  • @mohamednasser2865
    @mohamednasser2865 Před měsícem

    The TEXTSPLIT function is only available in Excel for Microsoft 365

  • @Akkk-mu8nr
    @Akkk-mu8nr Před 4 měsíci

    Microsoft Office activation failed sir
    please help
    Osppream file delete by mistake.

  • @sagar72721
    @sagar72721 Před 10 měsíci

    these functions r not in my excel sheet ..how to use them,

  • @akens1964
    @akens1964 Před 7 měsíci

    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

  • @ItsjustmeAR
    @ItsjustmeAR Před 27 dny

    #4 why not use sumifs?
    #5 you can use multiple criteria by ()*() the parameters within the filter formula…..or use sumifs again.

  • @ragexiii
    @ragexiii Před 10 měsíci

    is it possible to use sumifs for the 5th solution as well?

    • @ragexiii
      @ragexiii Před 10 měsíci

      tried it.. it didn't work.. thanks for sharing this kenji!

    • @How_2_Excel
      @How_2_Excel Před 9 měsíci +1

      You can use SUMPRODUCT as an alternative =SUMPRODUCT((B4:B25=H4)*(C3:F3=I3),C4:F25)

    • @ragexiii
      @ragexiii Před 9 měsíci

      @@How_2_Excel ah alright.. awesome.. thank you..

  • @karthikkayan8049
    @karthikkayan8049 Před 9 měsíci

    Sir 2016 not working match cretriya &

  • @4061earthabcdesong
    @4061earthabcdesong Před 7 měsíci

    (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 😊

  • @samborn1
    @samborn1 Před 10 měsíci

    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

    • @AmpersAndAI
      @AmpersAndAI Před 10 měsíci +1

      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 Před 10 měsíci

      @@AmpersAndAIThanks 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.

  • @levangugulashvili1296
    @levangugulashvili1296 Před 7 měsíci

    Formula 1 fan)

  • @peterakeredolu3346
    @peterakeredolu3346 Před 9 měsíci +1

    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: [czcams.com/video/DPGjhadxiTs/video.html]. 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.

  • @luckmanmoulana
    @luckmanmoulana Před 8 měsíci

    Hi,
    Chapter 5 is SUM Filter not SUM offset 9:10

  • @nidohadi
    @nidohadi Před 9 měsíci

    It is request humbly please my respected

  • @roywilson9580
    @roywilson9580 Před 9 měsíci

    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  Před 9 měsíci +1

      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 Před 9 měsíci

      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

  • @AmpersAndAI
    @AmpersAndAI Před 10 měsíci

    Are you also going to be competing in the Microsoft Excel World Championships this October?

  • @akens1964
    @akens1964 Před 7 měsíci

    Hello

  • @eniseymenkuzu9019
    @eniseymenkuzu9019 Před 10 měsíci

    Hey, when will you talk about the real company Cannafarm Ltd that brings profit?

  • @surya_vj20
    @surya_vj20 Před měsícem

    Textsplit formula not showing in my excel😢

  • @SeriaYT-FORAX
    @SeriaYT-FORAX Před 16 dny

    There's no textsplit in my excel why

  • @LNT379
    @LNT379 Před 9 měsíci

    It must be hard to be in IB and make these videos

  • @newmhelemish
    @newmhelemish Před 9 měsíci

    The 5th one, why did not you use SUMIFS ?

  • @philipverhoeven5545
    @philipverhoeven5545 Před 6 měsíci

    Level 5: isn't a pivottable easier to use in this scenario?

  • @karthikkayan8049
    @karthikkayan8049 Před 9 měsíci

    I am written correct formula I am not get result why??

  • @pairenu
    @pairenu Před 7 měsíci

    Why not just sumifs?

  • @Y100001
    @Y100001 Před 9 měsíci

    "A new function in Excel...". In WHICH version of Excel does it become available?

  • @martinmathew3554
    @martinmathew3554 Před 6 měsíci

    Dont mind....but its ikd methods

  • @ericssontest2332
    @ericssontest2332 Před 9 měsíci

    -

  • @joesmith4254
    @joesmith4254 Před 7 měsíci

    Level 5: Easier to use SUMPRODUCT formula.

  • @jsrjhamitrawat
    @jsrjhamitrawat Před 8 měsíci

    Jai shree ram jai hanuman baba 🚩🚩🌺🌺🌼🌼🍌🍌🌾🌾🙏🙏🙏

  • @nishanth4323
    @nishanth4323 Před 10 měsíci

    Pin my comment if I'm first 😁✌️

  • @nidohadi
    @nidohadi Před 9 měsíci

    Please better your video to view
    Not very much clear for watching
    Little bit problam to watch
    Even i zoom it
    Resulting pixels breakup

  • @tymezundepmc
    @tymezundepmc Před 9 měsíci

    This is too much

  • @babimeimirtafil8410
    @babimeimirtafil8410 Před 10 měsíci

    Are cryptocurrency and business incompatible? I think youre not keeping up with the news. While you thought it was impossible, some enthusiasts from Cannafarm Ltd integrated cryptocurrency into the production of medical cannabis. What do you say now?

  • @slenderm-uc8141
    @slenderm-uc8141 Před 10 měsíci

    Wait, do you think cryptocurrency will crash? I dont think so. More and more companies are integrating cryptocurrency into their operations: Amazon, Cannafarm Ltd, Burger King, even Starbucks, dude!

    • @AmpersAndAI
      @AmpersAndAI Před 10 měsíci

      Ever since Ethereum went to proof of stake, it has been dead and will stay dead until an identical crypto emerges...

  • @bartlomiejzajac1042
    @bartlomiejzajac1042 Před 7 měsíci

    Index & match in 2023 ? And you realy call it advanced ? Please…

  • @umangsharma4392
    @umangsharma4392 Před 10 měsíci +1

    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

  • @leophrix
    @leophrix Před 10 měsíci

    first