This is INVALUABLE right now -- there's an analysis I was working on yesterday that requires making a unique, chronological dynamic array of dateranges from multiple tables and I was NOT aware of VSTACK but that is exactly what I need. You're an absolute GODSEND, Leila! ❤❤
Thank you so much for your kind words! I'm glad to hear that you found the video helpful and that the VSTACK function will be useful for your analysis. It's always great to hear that my videos are making a difference for people. If you have any other questions or topics you'd like me to cover, feel free to let me know.
"TAKE function"??? ... never heard of it. But ONLY 37 seconds 'in' and I was hooked; " ... If you're familiar with the OFFSET function, this TAKE function is a lot easier to write and remember....". I sat back with my morning hot coffee (and pound cake) and shook my head in wonder for the next 9+ minutes ... ideas!!! ... ideas!!! ... ideas!!! ... 🤯🤯🤯. As I have commented many times before, 'Thursdays With Leila' doesn't disappoint ... thank you ... thank you ... thank you ... 😍 ...😍 ...😍.
Already using that one, it is so powerful !! But I didn't know about the curly brackets option on the take function, very useful ! Another great video by the way !! Total fan of you !
Another great value function from Excel and of course, very well explained. Especially when you split the whole process into smaller fragments and that makes things very clear. Great work.
@@LeilaGharani thank you so much for the detailed explanation We need one suggestion from you We are working on a large excel file having more 30 to 40 mB files So considering above data can you suggest which laptop is helpful for team or which configuration is required
Hi Leila i really admire the way you teach but not just the way you teach and explanain the step by step of excel fucntions but you also look for further functionallyties to explode in a single function by combining them with other functions that is where your CREATIVITY comes out and makes the differances with other youtubers!!
What can I say but WOW. Excel is so powerful. The biggest problem is remembering how to use all these brilliant features. A brilliant tutorial from the Excel guru.
Great Tutorial Leila on TAKE function! The function by itself is simple, but when combined with other functions, makes wonders, and you have shown it so perfectly and practically! Thank you so much!
Hi Leila! I've been following your videos for years now and have taken some of your classes (I need to take the Power BI class soon!). I just want to say the way you present topics and produce videos has evolved so much! it's just amazing! I make a lot of videos internally for my company and I'll never be at your level ;-). Thanks for all you do!
Thank you for the valuable content you share . One suggestion I have is to consider toning down the emphasis on phrases like "to impress your boss" as we want to focus more on fostering a healthy and collaborative work environment and not impressing anyone at work. Keep up the great work! 🙌
The first use case I thought of for this function is for dynamic chart ranges. Almost every chart I update at work pulls from the last 6 or 12 weeks of data, and using a take formula in the source data selection would make that process super smooth and dynamic, and it’s a lot more straightforward than using offset.
Hey Leila, thank you so much for your content! I've been following you as of late to improve my Excel and Power BI skills, and I would say your channel is a hidden gem in the internet. The TAKE function was new to me, but I can't wait to use it now. Just one note on the last two examples: I believe the arguments for "highest/top" and "lowest" have switched signs, where "highest/top" should be negative and "lowest" should be positive. Just something you might want to comment on in the video, but it doesn't take away from its essence. Cheers!
I learned some new functions along with the Take function. Vstack, Choosecol, Filter, Sortby, etc. were new to me. Thank you for such a wonderful video.
Great video - I recommend Leila’s paid courses on line - I worked through a set of vba ones, which were great - but I also like these freebie videos that are always quite practical
Excellent use of the different functions combination. I love the way you just break it down to make it so easy to understand. Just comes to prove that Excel is so versatile and there are endless applications for it. Thank you Leila.
I’ve been using TAKE/DROP with LET to reference an table and get the data and headers. One reference will give both. This allows for dynamic headers for reports
Cool! I need to look deeper into the region setting part and how many more excel functions that are likely to be affected by the different region settings. 💆🏼
I used Index function do choose the collumns returned. Normally I put the filter function inside an index function to plot only the colluns that I wanted in the desired order. Now is a bit easier.
Have a real good listen to the take 4 transition starting at 7:30. Unsavory conversation in the background. I doubt many people will notice, by be careful.
FYI, when we combine (stack) 2 different tables we will often have some duplicate names (e.g. for YoY data, many items/products/month names will be same). In that case, wrap the whole thing with UNIQUE() that way you'll get the right results but without repeating the names or months. Keep up the wonderful videos and trainings...always look forward to your new posts.
@@miless2111sutube You don't really "merge" or combine with TAKE, you stack them. But once you stack them you see that the same rows will repeat multiple times as explained above, but you can remove those duplicates in the same formula by nesting within UNIQUE function.
I have been using TAKE the past few months to ensure dynamic header row is included . =TAKE(tableName(#All,1) Then use VSTACK to put the filtered Table below the result of TAKE, and wrap all that with CHOOSECOLS. Then as you use different Table columns in different order, the TAKE function always changes the Header columns to match
Hi Leila, just discovered your content a short while ago and already bought one of your Udemy Courses. I want to bring myself to learn some basic VBA and I am still overwhelmed with all the possibilities why I try to digest each lecture one day after another. This brings me hopefully more forward than waiting for "that one day" where I have time and do it all or most of it which will probably never come. Also in this YT video shown I like youre style of structuring/editing your videos. The "takes" 1 to 4 are great and always show me where I am within that time frame of the content shown. Thanks again, BR
I typically use INDEX to return parts of tables or parts of row/column fields. The syntax for the INDEX function can get complex depending on which/how man rows/columns to return but INDEX has worked well for me in the sorts of applications shown here. Other than simpler syntax, do the functions shown here have other advantages over INDEX?
The TAKE function won't necessarily be the one I'll need frequently but I very much appreciate the way you teach how to build even complex calculations by starting with a simple VSTACK and gradually refining it with SORT, CHOOSECOLS, TAKE or FILTER. That way I feel like I really understand what I'm doing 😁 However, there is one thing I haven't found yet: Let's say we are using FILTER in the last step instead of TAKE, resulting in a list of dynamic length. Now I would like to put line numbers to the resulting table. Is there an elegant way to do that dynamically?
This is great. I also like how you can combine DROP and TAKE to do something such as give me the minimum value for rows 1-30, 31-60, 61-90. I use this with a table showing daily balance to show me my minimum for every 30 days.
Great explanation with examples again! Thank you! But what if I want to use TAKE in FILTER function/formula? For instance, I want to take the last 5 rows from a table and want to filter this result (e.g. to return only >= 1000) in one formula? I mean =FILTER(TAKE(Table....
The "new" Excel is so powerful and it's a pleasure to write formulas. But don't you miss the times we had to think hard to get the result and write 10 lines long formulas with helper columns and all the other secret tricks? 😂😉
Grab the file I used in the video from here 👉 pages.xelplus.com/take-function-file
Its incredible how much Excel is evolving. I'm an expert Excel user and I feel that with so many new 365 functions I need to revamp my Excel skills.
There really was a lot of development the last couple of years.
Right? I've been using Excel since the mid-90s and its ever-expanding capabilities mean back to learning cool new stuff 😁
Same
This is INVALUABLE right now -- there's an analysis I was working on yesterday that requires making a unique, chronological dynamic array of dateranges from multiple tables and I was NOT aware of VSTACK but that is exactly what I need. You're an absolute GODSEND, Leila! ❤❤
Thank you so much for your kind words! I'm glad to hear that you found the video helpful and that the VSTACK function will be useful for your analysis. It's always great to hear that my videos are making a difference for people. If you have any other questions or topics you'd like me to cover, feel free to let me know.
I use excel everyday but I didn't know about Take, Choosecols and chooserows until today. Thanks for the great video.
"TAKE function"??? ... never heard of it. But ONLY 37 seconds 'in' and I was hooked; " ... If you're familiar with the OFFSET function, this TAKE function is a lot easier to write and remember....".
I sat back with my morning hot coffee (and pound cake) and shook my head in wonder for the next 9+ minutes ... ideas!!! ... ideas!!! ... ideas!!! ... 🤯🤯🤯.
As I have commented many times before, 'Thursdays With Leila' doesn't disappoint ... thank you ... thank you ... thank you ... 😍 ...😍 ...😍.
Thanks Chris! Hope you enjoyed the cake 😋
@@LeilaGharani I enjoyed the video more ... 😉
Thats great, if you don't mind please compare with offset function
Already using that one, it is so powerful !! But I didn't know about the curly brackets option on the take function, very useful ! Another great video by the way !! Total fan of you !
Thanks David
Ok, you definitely know how to teach things. Teaching has been my job for 40 years now, I know there is hard work behind this, very well done.
CHOOSECOLUMNS +SEQUENCE =TAKE. For example, CHOOSECOLUMNS(Array, SEQUENCE(2)) returns the first two data columns. Thanks for the video.
Another great value function from Excel and of course, very well explained. Especially when you split the whole process into smaller fragments and that makes things very clear. Great work.
Thank you!
@@LeilaGharani Actually, we should be thanking YOU.... Your videos are enormously helpful to us mere mortals.... 🙂
@@LeilaGharani thank you so much for the detailed explanation
We need one suggestion from you
We are working on a large excel file having more 30 to 40 mB files
So considering above data can you suggest which laptop is helpful for team or which configuration is required
Clear and easy to understand, truly insightful!
Thanks!
Thank you!
Oh the curly brackets part is so good!
Hi Leila i really admire the way you teach but not just the way you teach and explanain the step by step of excel fucntions but you also look for further functionallyties to explode in a single function by combining them with other functions that is where your CREATIVITY comes out and makes the differances with other youtubers!!
clever and stringent explanation for using this functions hand in hand for solving a problem ... very smart!
What can I say but WOW. Excel is so powerful. The biggest problem is remembering how to use all these brilliant features. A brilliant tutorial from the Excel guru.
Leila, you are a STAR!!!
Great Tutorial Leila on TAKE function! The function by itself is simple, but when combined with other functions, makes wonders, and you have shown it so perfectly and practically! Thank you so much!
It can really be powerful. Glad I could inspire you 👍
Thank you Leila , I was having a bad day and this video just made it better.
Hi Leila! I've been following your videos for years now and have taken some of your classes (I need to take the Power BI class soon!). I just want to say the way you present topics and produce videos has evolved so much! it's just amazing! I make a lot of videos internally for my company and I'll never be at your level ;-). Thanks for all you do!
Amazing as always, thanks!
My love of Excel is only increased when you show so many cool ways to use it. Thank you for a great video!
Yay! Thanks, Valerie.
Thank you for the valuable content you share . One suggestion I have is to consider toning down the emphasis on phrases like "to impress your boss" as we want to focus more on fostering a healthy and collaborative work environment and not impressing anyone at work. Keep up the great work! 🙌
It's barely 8:00 am and I'm already inspired thanks to that tutorial.
Thank you so much Leila for all you do!
The first use case I thought of for this function is for dynamic chart ranges. Almost every chart I update at work pulls from the last 6 or 12 weeks of data, and using a take formula in the source data selection would make that process super smooth and dynamic, and it’s a lot more straightforward than using offset.
combination use of different formula together is really cool! Thank you Leila for such valuable video!
Hey Leila, thank you so much for your content! I've been following you as of late to improve my Excel and Power BI skills, and I would say your channel is a hidden gem in the internet. The TAKE function was new to me, but I can't wait to use it now. Just one note on the last two examples: I believe the arguments for "highest/top" and "lowest" have switched signs, where "highest/top" should be negative and "lowest" should be positive. Just something you might want to comment on in the video, but it doesn't take away from its essence. Cheers!
I just got to know about the TAKE function and its amazing what results can be achieved using the function. Well done for sharing this knowledge.
This is one of my favorite function. Yesterday I found out how to subtract the previous cell from the last cell with TAKE and DROP. Super excited.
nice you got 2.26.
keep it up you're amazing
You are absolutely THE BEST!! Thanks Leila!
Yet another TAKE on your incredible, clean and crisp teaching videos!😅
I learned some new functions along with the Take function. Vstack, Choosecol, Filter, Sortby, etc. were new to me. Thank you for such a wonderful video.
Amazing lecture Leila. Thanks for always being a source of inspiration to us all.
Great video - I recommend Leila’s paid courses on line - I worked through a set of vba ones, which were great - but I also like these freebie videos that are always quite practical
Amazing video
I appreciate the way you explain things. Thank you
Excellent use of the different functions combination. I love the way you just break it down to make it so easy to understand. Just comes to prove that Excel is so versatile and there are endless applications for it. Thank you Leila.
this one is PERFECT!!!!!!!!!!!!!!! thank you so much for the perspectives, different applications and formula combination examples!!
I’ve been using TAKE/DROP with LET to reference an table and get the data and headers. One reference will give both. This allows for dynamic headers for reports
love this! I wouldn't have known about this without you so thanks!
Imparted very well Leila and the formulas are superb
Brilliant 👏 👏 👏 👏
Thank you
Cool! I need to look deeper into the region setting part and how many more excel functions that are likely to be affected by the different region settings. 💆🏼
Awesome tutorial! As always. I love dynamic functions and formulas.
This is great! Such a clear explanation as well, thank you!
That pop up message that asks for new people to subscribe 🔥🔥🔥🔥🔥.
loving that alert at 3:33 🙂 brilliant set up!
Great stuff! Thank you so much for sharing and teaching us
Wow! Excellent video. I really enjoyed you demonstrating how to combine functions.
I used Index function do choose the collumns returned. Normally I put the filter function inside an index function to plot only the colluns that I wanted in the desired order. Now is a bit easier.
Have a real good listen to the take 4 transition starting at 7:30. Unsavory conversation in the background. I doubt many people will notice, by be careful.
It's awesome how you use various formulas to achieve real life results, and you make it look so easy ❤
FYI, when we combine (stack) 2 different tables we will often have some duplicate names (e.g. for YoY data, many items/products/month names will be same). In that case, wrap the whole thing with UNIQUE() that way you'll get the right results but without repeating the names or months. Keep up the wonderful videos and trainings...always look forward to your new posts.
how would you combine items with the same key values? For instance staff costs YOY to be combined?
@@miless2111sutube You don't really "merge" or combine with TAKE, you stack them. But once you stack them you see that the same rows will repeat multiple times as explained above, but you can remove those duplicates in the same formula by nesting within UNIQUE function.
You always make it look so easy. Thank you
Thanks a lot for the excellent explanations. Now, I can use the TAKE and VSTACK functions!
Great learning tips and new skills,thanks Leila❤
Hi Leila! Thank you so much for your great videos!
wonderful, curly brackets was simply superb, thanks for sharing
I'm loving the 'Breaking Bad' references. 😁😁
Εξαιρετικά. Θαυμάσια παρουσίαση.
Super easy to follow tutorial and great examples to demo the power of this new function
First time I seen this! ❤ Love the way you combined the Take with other functions.
Thank You so much for all of awesome Yours tips 🙂 (btw curly brackets can write by Alt Gr + b for { and Alt Gr + n for } )
I have been using TAKE the past few months to ensure dynamic header row is included . =TAKE(tableName(#All,1)
Then use VSTACK to put the filtered Table below the result of TAKE, and wrap all that with CHOOSECOLS. Then as you use different Table columns in different order, the TAKE function always changes the Header columns to match
Actually, CHOOSECOLS changes the columns, but using TAKE this way makes the Header row dynamic also.
Thanks for sharing, Bernie!
Oh My God… Is there a way to give Leila tons of likes together 🙏🏻. Again you saved me a lot of time in my daily work ❤🙏🏻🥰
Nice, clear demonstration.
Your contents are always great!!
Hi Leila, just discovered your content a short while ago and already bought one of your Udemy Courses. I want to bring myself to learn some basic VBA and I am still overwhelmed with all the possibilities why I try to digest each lecture one day after another. This brings me hopefully more forward than waiting for "that one day" where I have time and do it all or most of it which will probably never come. Also in this YT video shown I like youre style of structuring/editing your videos. The "takes" 1 to 4 are great and always show me where I am within that time frame of the content shown. Thanks again, BR
LLMs are taking over those skills, don't waste your energy learning VBA.
that sub reminder is actually catchy and effective, very clever!
Fabulous as always. Thanks
Wow!...Thats a lot of possibilities in with a few simple commands. Thanks Leila for this great demo and practical use!
Good presentation, thanks.
Thank you. This is extremely formative for me.
Could you please do a video for the take and drop functions? I always get those mixed up.
TAKE only selects the rows or columns you specify from an array, DROP selects everything from an array except the rows or columns you specify
Great stuff! Thanks from South Africa.
This is a great new function, thanks to that tutorial.
Thank you! This video helped me automate a tedious process in one of my monthly reports. Also, I loved the Breaking Bad references.
You impress me everytime!
the best so far
Beautiful video, but can you pls attach your dataset to download for training purpose pls?
Thanks for the Excellent Explanation....
Very nicely explained 👏
I am a Kenji explains follower, but I find your video also very helpful.
Awesome, thank you!
I typically use INDEX to return parts of tables or parts of row/column fields. The syntax for the INDEX function can get complex depending on which/how man rows/columns to return but INDEX has worked well for me in the sorts of applications shown here. Other than simpler syntax, do the functions shown here have other advantages over INDEX?
It's an awesome function! great explanation. Thank you so much!
Thank you for such a video with all of these sorts of combinations.
You are so welcome!
Excel is becoming easier and easier! ☺
This is going to help me with the smallest of a range where using small returns zeros and I have to deal with them with custom formats.
Brilliant. I'm not going to miss OFFSET much ;)
The TAKE function won't necessarily be the one I'll need frequently but I very much appreciate the way you teach how to build even complex calculations by starting with a simple VSTACK and gradually refining it with SORT, CHOOSECOLS, TAKE or FILTER. That way I feel like I really understand what I'm doing 😁
However, there is one thing I haven't found yet:
Let's say we are using FILTER in the last step instead of TAKE, resulting in a list of dynamic length. Now I would like to put line numbers to the resulting table. Is there an elegant way to do that dynamically?
I love your videos and explanations.
This is great. I also like how you can combine DROP and TAKE to do something such as give me the minimum value for rows 1-30, 31-60, 61-90. I use this with a table showing daily balance to show me my minimum for every 30 days.
Glad it was helpful!
Great explanation with examples again! Thank you!
But what if I want to use TAKE in FILTER function/formula? For instance, I want to take the last 5 rows from a table and want to filter this result (e.g. to return only >= 1000) in one formula?
I mean =FILTER(TAKE(Table....
1st time aware of this Function.
Thanks
Amazing function. You have explained it wonderfully!
Thanks a lot!
The "new" Excel is so powerful and it's a pleasure to write formulas. But don't you miss the times we had to think hard to get the result and write 10 lines long formulas with helper columns and all the other secret tricks? 😂😉
Hi Leila as lovely as always, I can see the potential of this function combining with other text and position functions, awesome thanks for sharing 🤩😍
This lesson is highly invaluable. I have created a report template in my head just now. Wow. Thanks
Glad it was helpful!
Awesome as usual
Hi. Thanks. Great function. Can you use it to take date from, say, last Monday?