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

  Рет қаралды 9,457

TrumpExcel

TrumpExcel

Күн бұрын

In this video, I show you how to use the LAMBDA function in Excel (with multiple examples).
Lambda function allows you to create your own functions and use them in Excel without using any programming such as VBA or JavaScript.
I will start with some basic examples showing you how to create a Lambda function and then use it in Excel, and then cover some advanced examples.
As the last example, I also covered how to use Recursive Lambdas in Excel (which allows you to loop through cells using a formula by calling a function from within a function)
Download the Example File used in the video - www.dropbox.com/scl/fi/qmvmmr...
Read the article - trumpexcel.com/excel-function...
00:00 Intro
01:04 Creating a Basic Lambda Function in Excel
05:39 Calculate Sales Commission using Lambda Function
11:55 Count Words using the Lambda Function
15:10 Extract Numbers From Text using the Lambda Function
19:21 Recursive Lambda Function in Excel
☕ If you find my Excel videos useful and would like to support me, you can buy me a coffee - www.buymeacoffee.com/SumitB
✅ Free Excel Course (Basic to Advanced) - trumpexcel.com/learn-excel/
✅ Free Dashboard Course - bit.ly/free-excel-dashboard-c...
✅ Free VBA course - bit.ly/excel-vba-course
✅ Free Power Query Course - bit.ly/power-query-course
✅ Best Excel Books: trumpexcel.com/best-excel-books/
Subscribe to get awesome Excel Tips every week: kzfaq.info...
#Excel #ExcelTips #ExcelTutorial #SumitBansal

Пікірлер: 36
@stevereed5776
@stevereed5776 3 ай бұрын
The best explanation of the LAMBDA function I have seen, especially the recursive LAMBDA. Thank you
@info2satish
@info2satish Ай бұрын
Lambda function well explained 🎉
@canirmalchoudhary8173
@canirmalchoudhary8173 3 ай бұрын
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.
@user-ql5mm8nj8q
@user-ql5mm8nj8q 3 ай бұрын
God bless this man
@daXcel7448
@daXcel7448 3 ай бұрын
=COUNTA(TEXTSPLIT(B2," ")) gives the word count.. A less verbose solution. Thanks for the video!
@mcegirl4
@mcegirl4 3 ай бұрын
I love your videos - you've taught me so much! Your thorough explanations make complex concepts easier to understand.
@vishalmittalsvlog4381
@vishalmittalsvlog4381 3 ай бұрын
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 ❤
@neelalam
@neelalam 3 ай бұрын
Very good and effective, also I always like your very clean, clear and optimal presentation.
@trumpexcel
@trumpexcel 3 ай бұрын
Thank you 😊
@chiengsaby2867
@chiengsaby2867 2 ай бұрын
Great explanation! Thanks
@jhankhanajani9314
@jhankhanajani9314 3 ай бұрын
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.
@IlaPatel811
@IlaPatel811 3 ай бұрын
Great explanation, Thanks!
@noelgreen6198
@noelgreen6198 3 ай бұрын
Very good explanation, thank you.
@Garimaish
@Garimaish 3 ай бұрын
Very helpful sumit, thanks for sharing
@trumpexcel
@trumpexcel 3 ай бұрын
Thanks Garima... Glad you found it helpful 🙂
@IvanCortinas_ES
@IvanCortinas_ES 3 ай бұрын
Thank you Sumit. Great explanation.
@trumpexcel
@trumpexcel 3 ай бұрын
Thanks Iván 🙂
@agnvstosantras8599
@agnvstosantras8599 2 ай бұрын
More than Perfect. Yes: More and More and More !!!!!
@28gurvin
@28gurvin Ай бұрын
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 Ай бұрын
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 Ай бұрын
thanks
@seenu99250
@seenu99250 3 ай бұрын
Great.
@ExcelWithChris
@ExcelWithChris 3 ай бұрын
Loved this. How can I use a Lambda from one file in another file?
@HarshilMarwadi
@HarshilMarwadi 2 ай бұрын
Can you explain the recursive lambda function with more examples in another video
@trumpexcel
@trumpexcel 2 ай бұрын
Sure... Will make more on recursive Lambda
@gaganwadhwafreelancer
@gaganwadhwafreelancer 3 ай бұрын
Will these lambda formula works there also if i share my workbook with other also
@rajan522
@rajan522 3 ай бұрын
How can we use lookup function using lambda
@abidejaz1090
@abidejaz1090 3 ай бұрын
It's like we are creating functions in different languages like php or c++ and java
@akalarun
@akalarun 3 ай бұрын
From the accountant point of view how to use lambda function using lamda helper functions like vstack, hstack, textjoin, etc 31:07
@joukenienhuis6888
@joukenienhuis6888 3 ай бұрын
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 3 ай бұрын
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 3 ай бұрын
@@trumpexcel health is the only asset we need ,stay healthy
@ashitshroff
@ashitshroff 3 ай бұрын
Lambda function requires a basic function. Why would I than add one the Lambda function over the basic function?
@surajbhardwaj428
@surajbhardwaj428 3 ай бұрын
LAMBDA funtion looks powerful. But as you showing combination of formula is so complicated 😂 How can i do this😅😅
@trumpexcel
@trumpexcel 3 ай бұрын
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 27 күн бұрын
Good thing a city like Frankfort isn't in the names list, else it would become Francerankfort.
⚡NEW Excel Functions - TAKE and DROP
10:55
TrumpExcel
Рет қаралды 7 М.
Excel LAMBDA() Function - What is it and when to use it?
13:07
WHO LAUGHS LAST LAUGHS BEST 😎 #comedy
00:18
HaHaWhat
Рет қаралды 22 МЛН
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 58 МЛН
УГАДАЙ ГДЕ ПРАВИЛЬНЫЙ ЦВЕТ?😱
00:14
МЯТНАЯ ФАНТА
Рет қаралды 2,1 МЛН
Say Goodbye to IF Statements in Excel with SWITCH
7:45
Teacher's Tech
Рет қаралды 463 М.
Excel LAMBDA Function Tutorial
18:42
Kevin Stratvert
Рет қаралды 65 М.
VLOOKUP vs XLOOKUP - Detailed Comparison with Examples
20:30
TrumpExcel
Рет қаралды 6 М.
Excel LAMBDA Function: How & When to Use It (Beginner-Friendly)
14:10
MyOnlineTrainingHub
Рет қаралды 42 М.
Write Excel formulas like a programmer
18:15
Diarmuid Early
Рет қаралды 6 М.
Python Lambda Functions Explained
8:07
Tech With Tim
Рет қаралды 26 М.
5 Excel Secrets You'll Be Embarrassed You Didn't Know
17:32
Excel Campus - Jon
Рет қаралды 110 М.
Excel LAMBDA Recursion + a Trick for Evaluating in a Cell
5:59
MyOnlineTrainingHub
Рет қаралды 21 М.
WHO LAUGHS LAST LAUGHS BEST 😎 #comedy
00:18
HaHaWhat
Рет қаралды 22 МЛН