The Silence of the LAMBDA -- An Introduction to Excel's LAMBDA Function

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

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

  • @GoWest011ned
    @GoWest011ned 11 หลายเดือนก่อน +2

    Best, concise explanation of LAMBDA that I've come across so far!

  • @GrainneDuggan_Excel
    @GrainneDuggan_Excel ปีที่แล้ว +2

    Very clear explanation Deb with interesting examples. Thanks for posting on TH-cam.

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

    Superb; clear, concise, comprehensive.

  • @mearnest91
    @mearnest91 ปีที่แล้ว +1

    Great video - so clear.

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

    Nicely done Deb!

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

    U r an Amazing Teacher. Lambda function explained in plain vanilla . A 5 star rating for u. Thanks

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

    The way you present is very clear and helpful. Thankyou!

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

      @@peterleigh5809 you’re welcome! Thank you for watching!

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

    Best video about LAMBDA so far. Now I know what this function does and how helpful it can be. 👏🏽👏🏽👏🏽👏🏽👏🏽

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

      Amazing! Glad you enjoyed the video!

  • @Ezra-b1w
    @Ezra-b1w 5 หลายเดือนก่อน

    Thank you very much, you are really an expert in simplifying complex things.
    You do it in a fun and friendly way

    • @cellmatestraining
      @cellmatestraining  5 หลายเดือนก่อน +1

      @@Ezra-b1w thank you so much! Yes! I understand what it feels like to not understand Excel so I try and explain as clearly as possible! Thank you for your nice comment :)

  • @ankursharma6157
    @ankursharma6157 ปีที่แล้ว +2

    Hi Deb,
    This is the 1st video that I watched on Your Channel - I liked it.
    ✓ The names were very funny - Tom Bruise . . Bradley Hooper . . Jon Scam 😁
    ✓ Request: please provide a downloadable practice Workbook. It will be very, very helpful 🙏🏿
    Thank You!

  • @sakhilengwenya594
    @sakhilengwenya594 28 วันที่ผ่านมา

    Liked, subscribed and follow you on all platforms all channels. Thank you 🙏

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

    This presentation was very informative

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

    Thank you Deb, very clearly explained. I'd like to see more videos on Lambda as I see this as a very useful tool. Maybe in conjunction with Reduce/Scan functions!!!

  • @not1AM
    @not1AM ปีที่แล้ว

    Thanks for this very informative video. by the way the title is well chosen.
    ❤❤❤❤❤❤

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

    Awesome explanation! 💚🐏🙂

  • @ahmed007Jaber
    @ahmed007Jaber ปีที่แล้ว +1

    Thank you for this
    Teaching it this way makes it super easy
    How is the performance if i would use it on ranges exceeding 3000 rows?

    • @cellmatestraining
      @cellmatestraining  ปีที่แล้ว

      You're welcome! You shouldn't have any problems using it on larger datasets. It's the same as using any other function. Thank you for watching!

    • @ahmed007Jaber
      @ahmed007Jaber ปีที่แล้ว

      @@cellmatestraining thank you for the feedback.
      any thoughts about a way to calculate empty cellls using subtotals? I managed to do that with helper columns but haven't figured away to do it :)
      thank you in advance

    • @cellmatestraining
      @cellmatestraining  ปีที่แล้ว

      @@ahmed007Jabertry using AGGREGATE instead. It will sun cells and you can choose to ignore blanks.

  • @teoxengineer
    @teoxengineer ปีที่แล้ว

    Thank you so much.
    What about Lambda Helper functions?

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

    Hi Cellmate, quick question if I may:
    Can we make a lambda parameter optional?
    Many thanks
    Caula

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

    Would you (please) do a video on the best and easiest way to share these Lambdas in different workbooks

    • @cellmatestraining
      @cellmatestraining  10 หลายเดือนก่อน +1

      Hi Rosy, great question! There is no button as such to make them accessible across workbooks. The simplest way I have found is to simply click on the cell that contains the LAMBDA, copy and paste into a new workbook. That copies the formula across. You can delete the formula once you’ve done that. The named range/formula should now stay in the new workbook.

  • @debbyroseanalytics
    @debbyroseanalytics ปีที่แล้ว +1

    Thank you Debs. This is informative.
    How about we get Python in Excel video? 😊

  • @smanzoli
    @smanzoli ปีที่แล้ว +1

    It is very easy to create new functions to use in the cells using VBA Functions (not subs).
    Lambda let us do SIMPLE functions, without VBA. Nice. But VBA allows more complex functions since it's a full program, and Lambda is just one formula.

    • @cellmatestraining
      @cellmatestraining  ปีที่แล้ว +3

      Yes, but for the average user sitting at their desk, VBA is extremely difficult to learn and most have no need to learn it.
      LAMBDAS are a simpler and easier for most to understand. This is a basic LAMBDA, they can be very complex.

    • @smanzoli
      @smanzoli ปีที่แล้ว

      @@cellmatestraining you are right, but even low complexity Lambdas are also not for the average user sitting at their desk.. let alone very complex ones. Average users will NEVER create a personal function.

    • @smanzoli
      @smanzoli ปีที่แล้ว

      @@cellmatestraining depends of the problem... actually VBA in many cases is less complicated than a complex lambda with all those nested functions... mpa, let, lampda inside other 3, lol... when lambdas get mediu complex, it's already impossible to read compared to an easy procedural sequence of lines... not to mention how easier it is to loop, and other things... recursiveslambda is yeat harder to understand when you are not above avrg user. But yeah, I know where you aim it and it's quite right. Actually both tools serves same purpose, but for most time, different problems... VBA is where it would be way too complex to do in lambas, or actually impossible.

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

      @@smanzoli every formula I show someone jumps into the comments to say why something else is better. 😂 That’s fine! I’m simply here showing how these functions work. I’m not telling you to use them if you find something else better or easier.

  • @dummyemail9929
    @dummyemail9929 10 หลายเดือนก่อน +1

    No one is going to comment on silence of the LAMBDAS ?! :)

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

      I know right? I was so proud of that. 😂

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

      @@cellmatestraining any new uploads about the new In-excel-python feature?