Excel Lambda Function (Examples) - All You Need to Know!

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024

ความคิดเห็น • 40

  • @PriyankaLiyanage
    @PriyankaLiyanage 29 วันที่ผ่านมา

    The best explanation of the LAMBDA function I have seen, especially the recursive LAMBDA. Thank you

  • @colinhuntley9729
    @colinhuntley9729 13 วันที่ผ่านมา +1

    I certainly agree: the best explanation, which has given me confidence to try the LAMBDA function! many thanks!

    • @trumpexcel
      @trumpexcel  13 วันที่ผ่านมา

      Thank you Colin.. glad the video was helpful in getting a basic understanding of Lambda

  • @user-ql5mm8nj8q
    @user-ql5mm8nj8q 4 หลายเดือนก่อน +2

    God bless this man

  • @vishalmittalsvlog4381
    @vishalmittalsvlog4381 4 หลายเดือนก่อน

    Bhai Dil se thank you. I am MIS but sometimes I stuck I usually watch your video and it helps a lot. Great knowledge and best way to explain. Thank you again ❤

  • @mcegirl4
    @mcegirl4 4 หลายเดือนก่อน

    I love your videos - you've taught me so much! Your thorough explanations make complex concepts easier to understand.

  • @neelalam
    @neelalam 4 หลายเดือนก่อน +1

    Very good and effective, also I always like your very clean, clear and optimal presentation.

    • @trumpexcel
      @trumpexcel  4 หลายเดือนก่อน

      Thank you 😊

  • @canirmalchoudhary8173
    @canirmalchoudhary8173 4 หลายเดือนก่อน +1

    Nice LAMBDA explanation. One thing I would like to add for recursive LAMBDA is that the calculation part of LAMBDA is as same as standard substitute function. First substitute formula result became text, offset because old text and new text respectively for ReplaceCode formula.

  • @daXcel7448
    @daXcel7448 4 หลายเดือนก่อน +1

    =COUNTA(TEXTSPLIT(B2," ")) gives the word count.. A less verbose solution. Thanks for the video!

  • @jhankhanajani9314
    @jhankhanajani9314 4 หลายเดือนก่อน

    Thank you verry much Sumit!! I have gone through this video in one go and understand the overview of the concept of the Lambda function - it simplifies the working of the formula however I realized, I will need to go through this video multiple times to get command over this kind of function, Very grateful to you for sharing such wonderful video and surprise with, sharing the video on your youtube channel how you manage to send the email also for new video updates.

  • @chiengsaby2867
    @chiengsaby2867 3 หลายเดือนก่อน +1

    Great explanation! Thanks

  • @info2satish
    @info2satish 2 หลายเดือนก่อน

    Lambda function well explained 🎉

  • @IvanCortinas_ES
    @IvanCortinas_ES 4 หลายเดือนก่อน

    Thank you Sumit. Great explanation.

    • @trumpexcel
      @trumpexcel  4 หลายเดือนก่อน

      Thanks Iván 🙂

  • @Garimaish
    @Garimaish 4 หลายเดือนก่อน +1

    Very helpful sumit, thanks for sharing

    • @trumpexcel
      @trumpexcel  4 หลายเดือนก่อน

      Thanks Garima... Glad you found it helpful 🙂

  • @noelgreen6198
    @noelgreen6198 4 หลายเดือนก่อน

    Very good explanation, thank you.

  • @IlaPatel811
    @IlaPatel811 4 หลายเดือนก่อน

    Great explanation, Thanks!

  • @agnvstosantras8599
    @agnvstosantras8599 3 หลายเดือนก่อน

    More than Perfect. Yes: More and More and More !!!!!

  • @28gurvin
    @28gurvin 2 หลายเดือนก่อน

    Such a great way to explain, I always recommend your channel to my contacts for learning basic to advance excel. With 27+ years of my experience in spreadsheets (Lotus123+Excel) I can surely say that your channel is one the top five channels for learning Excel. Keep it up. Just one small query regarding example given, if any name contains the string us, uk, fr, will that part of text will get substituted by full country name, because substitute function is not case sensitive. How to avoid this to happen

    • @28gurvin
      @28gurvin 2 หลายเดือนก่อน

      Sorry, I was mistaken, SUBSTITUTE is case sensitive. But if name is also in upper case, the problem highlighted by me will be there.

  • @jastinaligo5369
    @jastinaligo5369 2 หลายเดือนก่อน

    thanks

  • @teoxengineer
    @teoxengineer 25 วันที่ผ่านมา

    Thank you Sumit for this handy tutorial.
    I hope you will release the second topic, whic is Helper Lambda Functions (Map, Scan, Reduce etc.), and I will follow it 👌
    I solved the last your recursive Lamba solution with different way as follow and reached the same result:
    I have used some new dynamic array formulas like ChooseCol, SplitToText.
    ConvertToNewName:=LAMBDA(Name;SearchingArray;TEXTTOJOIN(", ";TRUE;CHOOSECOL(SUBSTITUTE(SPLITTOTEXT(Name;" ");",";"");1);VLOOKUP(CHOOSECOL(SUBSTITUTE(SPLITTOTEXT(Name;" ");",";"");2);SearchingArray;2;0);IFERROR(VLOOKUP(CHOOSECOL(SUBSTITUTE(SPLITTOTEXT(Name;" ");",";"");3);SearchingArray;2;0);"")))

  • @HarshilMarwadi
    @HarshilMarwadi 3 หลายเดือนก่อน +1

    Can you explain the recursive lambda function with more examples in another video

    • @trumpexcel
      @trumpexcel  3 หลายเดือนก่อน

      Sure... Will make more on recursive Lambda

  • @seenu99250
    @seenu99250 4 หลายเดือนก่อน

    Great.

  • @ExcelWithChris
    @ExcelWithChris 4 หลายเดือนก่อน

    Loved this. How can I use a Lambda from one file in another file?

  • @akalarun
    @akalarun 4 หลายเดือนก่อน

    From the accountant point of view how to use lambda function using lamda helper functions like vstack, hstack, textjoin, etc 31:07

  • @abidejaz1090
    @abidejaz1090 4 หลายเดือนก่อน

    It's like we are creating functions in different languages like php or c++ and java

  • @gaganwadhwafreelancer
    @gaganwadhwafreelancer 4 หลายเดือนก่อน

    Will these lambda formula works there also if i share my workbook with other also

  • @rajan522
    @rajan522 4 หลายเดือนก่อน

    How can we use lookup function using lambda

  • @joukenienhuis6888
    @joukenienhuis6888 4 หลายเดือนก่อน

    Wow, I have not seen your videos for a while, but you look great and you have lost weight ! Or am I mixing you with another Excel expert 🤔🧐 I noticed you always write the lambda function in the cell first (and hit enter)before you go to the name manager. Isn’t it easier to go directly to the namemanager and copy the formula and place the text lambda before it?

    • @trumpexcel
      @trumpexcel  4 หลายเดือนก่อน +2

      Welcome back 🙂 Yes, have lost weight and trying to live a more active and healthy lifestyle. Regarding Lambda, I write in a cell as I can test it there and when I am sure it works, I can then add it to Name manager. But that's just how I do it. You can add Lambda to the formula in the Name Manager itself. Also, when creating a video, it's easier for me show people the formula first and in the cell, and when I am done explaining, I can make a Lambda out of it

    • @suneetbhargava4978
      @suneetbhargava4978 4 หลายเดือนก่อน

      @@trumpexcel health is the only asset we need ,stay healthy

  • @ashitshroff
    @ashitshroff 4 หลายเดือนก่อน

    Lambda function requires a basic function. Why would I than add one the Lambda function over the basic function?

  • @surajbhardwaj428
    @surajbhardwaj428 4 หลายเดือนก่อน

    LAMBDA funtion looks powerful.
    But as you showing combination of formula is so complicated 😂
    How can i do this😅😅

    • @trumpexcel
      @trumpexcel  4 หลายเดือนก่อน +1

      It does take some time to get used to. My suggestion would be to take any big formula you have and convert it into a Lambda. That will give you more ideas on how to use it

  • @cashewABCD
    @cashewABCD หลายเดือนก่อน

    Good thing a city like Frankfort isn't in the names list, else it would become Francerankfort.

  • @stevereed5776
    @stevereed5776 4 หลายเดือนก่อน +1

    The best explanation of the LAMBDA function I have seen, especially the recursive LAMBDA. Thank you