How To Use The Scan Function in Excel
ฝัง
- เผยแพร่เมื่อ 1 ธ.ค. 2024
- In this tutorial I show you how to use the scan function, also called a Lambda helper function. Although the definition seems confusing but with some examples you will find it very simple. Along the way, you will learn about the Reduce function as well.
You can read my step by step graphic article by clicking on the link:
officeinstruct...
If you like this tutorial, give a thumbs up and subscribe to support my channel.
To book a Corporate Training anywhere in the world, visit:
www.OfficeInstructor.com
Absolutely pedagogical, Nabil. It can't be explained better.
Thank you very much for showing these examples, as you perfectly explain the core of the function.
I am glad you found it clear and helpful.
Thanks for watching
I love this channel, I ALWAYS learn something useful!
I'm glad you find value in my tutorials. Thanks for watching
Very well explained 👏 Thank u Nabil for your hard work
So nice of you. Thanks
Awesome, Nabil!
Thanks for sharing info.. Excellent content and delivery... 💌
Very well explained
Glad you liked it and thanks for watching
Im still unsure why I would ever prefer scan functionality over traditional functions
This is amazing.
Glad you liked it
My friend, Nabil,
The syntax of dynamic functions is changing and now, in most of them, it is no longer necessary to establish the variables of the LAMBDA function, but only the calculation function:
=SCAN("",A2:A12,CONCAT);
=REDUCE("",A2:A12,CONCAT)
=SCAN(0,A2:A11,SUM);
=REDUCE(0,A2:A11,SUM) 🤗
Hello my Friend, I don't know about that but the idea is amazing.
Unfortunately, it does not work for me. I even copied and pasted your functions and I get a #Name error.
@@Officeinstructor A slow rollout of Eta LAMBDA functions to Insiders is underway. Not sure why it is so slow. The new insiders release also includes 2 new function GROUPBY and PIVOTBY which are also Eta LAMBDA s. Not sure why the rollout is very slow. See videos by Mr Excel and by Mike Girvin. The Eta LAMBDA let you omit the carrying variables like your x and y and also let you specify the function by its Defined Name.
@@Officeinstructor My friend, Nabil,
I am subscribed to the Excel Insider, beta channel, and this news came along with the launch of the GROUPBY and PIVOTBY functions.
=SCAN("",A2:A12,CONCAT)
A
AB
ABC
A B C D
ABCDE
ABCDEF
A B C D E F G
ABCDEFGH
ABCDEFGHI
ABCDEFGHIJ
ABCDEFGHIJK 🤗
@@richardhay645 Although I have the Beta insider version of Excel I do not yet have the GROUPBY,PIVOTBY or Eta LAMBDA. everyday I check for updates but unfortunately, I am not among the lucky users who received them.
@@JoseAntonioMorato Although I have the Beta insider version of Excel I do not yet have the GROUPBY,PIVOTBY or Eta LAMBDA. everyday I check for updates but unfortunately, I am not among the lucky users who received them. So I used what I have for this tutorial
Good stuff! :-)
Thanks for the visit
Great!
Thank you
Thanks
Welcome
how do you even know this... impressive
Thanx
10000000000000000000 thanks .
100000000000000 Welcome
nice
Thanks
HOW TO FORMULA FILL DOWN COLUMNS A & B AT ONCE
Select the Cell (s) having the formula or function and double click on the small square in the lower right corner.
Reduce function just gives you the sum of the values. Can be done with the good old "SUM" function. Why all this needless complexity?!
This tutorial is about the Scan function, I included a hint about the Reduce Function (as bonus). At a glance you might be correct but actually the Reduce function when used as a support function to a much more complicated function (within a LET function), cando things way beyond what a Sum can do. May be I create a video on the Reduce function when I get a chance.
Yes, please.
@@Officeinstructor Thanks for your reply. I am looking forward to a video explaining the advantage of using Scan/Reduce function combined with LET as opposed to the SUM function.