This ~NEW~ Excel Function is Shockingly Powerful!

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ค. 2024
  • Every heard of SCAN function in Excel? Today, let me show you why you need this function and how it changes the way you solve your data problems. I think SCAN is Magic ✨
    You are going learn:
    What is SCAN function in Excel
    SCAN syntax and application
    How to use SCAN to calculate running total quickly
    Using SCAN to get Maximum values
    SCAN with LAMBDA
    Advanced SCAN usage when your data is dynamic
    ~WHAT IS SCAN FUNCTION~
    Scan function in Excel let's us run an operation on a range and returns all the intermediate results.
    For example, you can use SCAN function to calculate running total of a range.
    ~WHAT IS THE SYNTAX OF SCAN~
    SCAN(initial_value, range or array, operation)
    For example:
    =SCAN(0, A1:A10, SUM)
    is going to return the running to of the range A1:A10
    You can also use LAMBDA functions with SCAN to create more complex calculations.
    =SCAN(0, A1:A10, LAMBDA(a, b, SUM(a,b)))
    will return the same values as the first SCAN example above.
    ⏱ Video timestamps:
    ==================
    0:00 - What is SCAN function & Why it is important?
    1:46 - Understanding how SCAN works
    3:46 - Using SCAN to calculate running MAX
    4:57 - Using LAMBDA functions with SCAN
    6:38 - How I use SCAN to solve tricky problems
    📺 Watch next
    ============
    How to use LAMBDA function in Excel - • Excel LAMBDA() Functio...
    How to use FILTER function in Excel - • I don’t use filters in...
    Top 10 Essential Excel functions - • Top 10 Excel Functions...
    📁 Sample Workbook:
    ==================
    If you need a file with SCAN examples, download the scandoo.xlsx here:
    chandoo.org/wp/wp-content/upl...
    ~
    What is the favourite Excel function of a German Shepard 🐶?
    LAMBda... 🐑
    #Excel #functions
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @chandoo_
    @chandoo_  หลายเดือนก่อน +35

    🚨💡💡 Getting an error?
    As I understand, The SUM option is slowly rolling out to non-beta users.
    Try this alternative:
    =SCAN(0, range, LAMBDA(a,b, a+b))

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

      Thanks it worked

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

      Yes, thanks! I was struggling and the formula builder says I can only use lambda as the function. Otherwise, I get a #NAME error. No I have a reason to use lambda. Thanks!

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

      I am using it but getting notification "You have entered too few arguments for this function" =SCAN(0,C2:C14,LAMBDA(C2,C3,C2+C3))

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

      @@JevVan did you find out how to solve the error? I had the same error with you when I use the formula (without Lambda): SCAN(0,B2:B13,sum).

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

      @@SanjaySinghWT
      You forgot the function: SUM
      Try this:
      =SCAN(0,C2:C14,LAMBDA(C2,C3,SUM(C2+C3)))

  • @FarranLee
    @FarranLee หลายเดือนก่อน +20

    I liked how you started the presentation with a demo of the actual function, instead of leading us through wondering what's coming.
    But I LOVED when you started explaining the function with pen and paper. Nice analogue humanist connection.
    Thank you! 🙏

    • @martinmcsweeney732
      @martinmcsweeney732 23 วันที่ผ่านมา

      YES! You said it better than I could have. I love this explanation. "just show me how it works". Thank you, Chandoo.

  • @AbhishekKumar-wn7et
    @AbhishekKumar-wn7et หลายเดือนก่อน +21

    *Chandoo literally has gold standard Excel skills.*

  • @lucadjit
    @lucadjit หลายเดือนก่อน +35

    The function REDUCE is also very useful. In the last example, using REDUCE instead of SCAN you can obtain directly the cumulative sum of visits for every month.

    • @chandoo_
      @chandoo_  หลายเดือนก่อน +13

      Great point. You can also use SUM(CHOOSECOLS(FILTER(...),2)) to get the total directly.

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

    Wow, thanks. SCAN combined with lambda function works very well in a running decaying series. I was using a too ordinary formula to handle this. Now you made it even more easier for me! For example, one may need to monitor a total budget supporting different items, how it goes down for every expenditure incurred. SCAN with lambda function in it makes it a straight forward approach🙂

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

    Thank you for such a simple Formular for running total.

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

    I tried the LAMBDA with a SUM, and it worked perfectly. Thanks!

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

    Appreciations for helping us to maximize value from Excel.

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

    You are loved, Sir.

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

    The way we explain real calculation on paper it's great. 👍

  • @michaelcottle6270
    @michaelcottle6270 หลายเดือนก่อน +53

    My formula for a running total in column A is =SUM(A$1:A1) in B1, then copy it down as far as you need. Simple.

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

      Lol, this is between professional vs fancy way of doing

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

      I used the same way for quite a long time. But don't look past the function itself. The idea here is to demonstrate the function, put it in your toolbox, and figure out how to use it later in a novel way. (I haven't yet, but I'll come up with something :-) )

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

      @@nobodynobody1235 And which is which?
      I would argue that it is the dynamic array formula that is 'professional'!

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

      @@peterbartholomew7409 And I would argue that if originally this was done in a Table, Excel would automatically fill the formula dynamically

    • @Dr_Kenneth_Noisewater
      @Dr_Kenneth_Noisewater 22 วันที่ผ่านมา

      I still don’t understand the point of SCAN so why did he demo it that way and then switch to LAMBDA which made even less sense. I’m sure this function has some niche advantage but I don’t get it so I don’t think it’s gonna apply to my work.

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

    What I love about scan and reduce is that they are able to make array formulas spill both vertically and horizontally.
    For example you can transpose the results of filter in the adjacent columns and at the same time make filter calculate vertically. A one cell formula with results in multiple rows and columns

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

    This is insightful!
    Thanks for sharing

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

    Excellent.. really how easeeee is this....
    Thanks for sharing 🎉...

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

    Thank you, Chandoo. This is fantastic. I will try at work on Monday. :)

  • @AbhishekKumar-wn7et
    @AbhishekKumar-wn7et หลายเดือนก่อน +1

    Excel is the best Data Analysis tool till date. It is the jack of all but master of none. And that is the USP of this magical tool and also the weakness.

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

    Great content with top-notch explanations. My new favorite Excel expert!

  • @TheTruthSeeker756
    @TheTruthSeeker756 20 วันที่ผ่านมา

    Wow, LOVE the detailed the explanation!♥

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

    very clear explanation thank you

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

    very informative sir, thank you for sharing

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

    Very useful function. Great real scenario example. 👌

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

    Very insightful Video. Thank you for your hard work

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

    Awesome. Thanks for sharing

  • @behrad9712
    @behrad9712 8 วันที่ผ่านมา

    Thank you so much 🙏

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

    Awesome….thank you very much

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

    Good stuff!

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

    Beautifully explained as ever, Chandoo. Gold Star.❤

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

      Glad you liked it!

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

    sir thanks for explning and if we want to know which day has the max value acrding mnth wise, then can we use day function

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

    Looking forward to watching your LAMDA video. It's taking me a long time to wrap my head around LAMDA. I am sometimes successful with it, but I don't know why!

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

    Its key clickin' good!!!

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

    So it's FOR loop

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

    Great video, what about alternatives to calculatr dynamic moving averages , last 3 davys 7 days monthly quarterly etc ..and best approach from product analytics perfotmance point of view to make business sense of your data

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

    Thank you Chandoo!!so useful

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

    Good. More power to you from Pakistan.

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

    thanks
    plz do video in different between lambda helper functions like scan . map reduce

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

    Fascinating stuff. I don't see myself ever using it, but that doesn't mean it isn't interesting.

  • @leophrix
    @leophrix 24 วันที่ผ่านมา

    Wow 😮 New learning for tonight ❤

    • @chandoo_
      @chandoo_  23 วันที่ผ่านมา

      Wonderful!

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

    Excellent Sir

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

    thanks, this was really interesting

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

    Nice thank you

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

    Thanks

  • @elanravidpm
    @elanravidpm 22 วันที่ผ่านมา

    Thanks for all the Tips. Extremely useful
    Help needed on two topics. How do I use scan function to manage bank accounts? I have debit column, credit column and running Balance. Running balance is prev row balance + current row credit - current row debit. Can scan be used here.
    One another help is: for my investment tracking How can XIRR be calculated? The columns I have are
    Stock name, Buy date, sell date, buy value, sell value, current value [Current value is non-zero if sell value is zero, else it is zero]. With this
    1. How do I get XIRR for each instrument i.e for each row
    2. How do I get current XIRR overall?
    Thanks,
    Elango

  • @seankrake4776
    @seankrake4776 2 วันที่ผ่านมา

    I have a worksheet that fundirnos like an inventory. It uses a vba user form to add a new entry for an item checked in or out. Could I use this scan function on a different worksheet to populate an inventory table that updates based on the first worsksheet?

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

    A bit like list accumulate in power query. Functional programming. Thanks for pointing it out.

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

      I think the functionality is pretty new to PowerQuery as well. There was a time in both PQ and DA that to calculate the next sum involved going back to the first record and summing to the current record. It may well be SCAN that came first.

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

    thank you thanks to SCAN

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

    Good job Chandoo 👊🏻

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

    Great unknown formula...from which version is available?

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

    How nice it would be if Microsoft provide us with a list of what is new, at the end of an update.
    If it is there and I have missed it, please say.

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

    Amazing 👍👍👍👍

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

    Amazing Chandoo!

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

    Genius

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

    I hadn't heard of choosecol and that spill range syntax before - handy.
    For a tutorial video I'd suggest naming the a & b parameters as acc & curr to make it more obvious which is which - that's how I name them when writing JS / C# etc

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

      I am glad you found that helpful.
      Thanks for the suggestion reg. acc, curr. As most of my viewers have no coding experience, I went with a,b to keep it simple.

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

    Since one year I'm using this formula in Google sheets
    Also the byrow, bycol,reduce, map and scan too

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

      The appeared late 2021 in Excel insiders beta.

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

    Super function🕵‍♂🕵‍♂🕵‍♂

  • @JunaidKhan-gq8nw
    @JunaidKhan-gq8nw หลายเดือนก่อน +1

    Superb

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

    Thank you, @Chandoo, very amazing funtion! and Awesome too!

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

    Thank you so much Sir 🙏🏼, however, I'm stucked on a different problem, how to connect with you, unable to get help from the experts I am familiar with.

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

    Amazing video as always, but I struggle with a “NAME?” error even though I have followed your instructions, “=SCAN(0;C5:C15;sum)” and yes formula separators are semicolon where I live.
    Can it be something with the version of Excel?

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

      Hi there... This is normal. The named shortcuts are rolling out to all users of Excel 365. Meanwhile, use this alternative syntax:
      =SCAN(0; C5:C15; LAMBDA(a;b; SUM(a;b)))

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

    The third example is perfect. Scan obviously saves a lot of typing and makes it easier to read. So definitely a nice thing.
    The first two examples are a bit... not well explained/sold.
    E5: =$D5
    E6: =$E5+$D6
    F5: =$D5
    F6: =max($F5, $D6)
    And then just select E6:F6 and doubleclick the bottom right corner to get it copied to the following lines.
    If you wanted to make this a single formula for each column then you can use if and isnumber to get the formula on row 5 to handle the fact there are no values on row above, just labels. However changing order of the rows may ruin the fun, there the SCAN would be handy too.
    The third case can also be solved using a formula with ifs and conditional formatting. But it would look too messy. So I am happy there is a better way! Thanks!

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

      Thank you. I agree we could do with a better / different explanation. That said, SCAN requires thinking about data in ranges and introducing that "new" idea would be a challenge if I had jumped straight to example #3.

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

    What if you have in collumn B the years showing multiple years (example last year and current year), collumn C month, collumn D showing In the Month Downloads. Collumn D showing year to date downloads. How to calculate collumn D running total within year ? Example from 2023 Jan till 2024 march, it shows the running total in collumn D of Jan-dec 2023…and running total Jan -mar 2024. Next to that is there also a way to apply this as calculated field within pivot table ?

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

      You can use SCAN for such things too. The calculations get a bit complicated.
      For ex:
      =LET(years, COL_B, months, COL_C, values, COL_D, nums, SEQUENCE(COUNTA(values)),
      SCAN(0, nums, LAMBDA(a,b, IF(INDEX(months, b)=1, INDEX(values, b), INDEX(values, b)+a))))
      The formula resets accumulator to first month value when month is 1. It also assumes you have only one row per year month combination. If you have daily data, you need to adjust the IF logic.

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

    please send link to down scan add on excel function

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

    my excel version has no scan fuction, please send link to download scan add on

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

    Need help, error function is retuning #NAME? error
    =SCAN(0,B2:B6,Max)
    =SCAN(0,B2:B6,Sum)

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

    I cannot get the answer as per the example. Is there anything to get the answer?

  • @robh.1212
    @robh.1212 หลายเดือนก่อน +1

    I have a table with hundreds of stock trades. I would like exel to auto generate a new unique ID for each trade as I add it to the table. I would like that ID to stick with the row that contains the trade even when I sort the table by various columns (such as date or name of stock etc.). I can get excel to auto generate a number using concate but that makes the numbers long and awkward. Is there a way to get excel to auto generate a Unique ID for each trade so that I can re-sort by ID and get them back in chronological order?

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

      I saw another video which was about the new checkboxes and she was using NOW with iterative calculation turned on to make a timestamp when the box was checked. If the goal is a chronological sort I might try something like that.

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

    Do you provide Excel and power bi course

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

      Yes, check this please - chandoo.org/wp/power-bi-course/

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

    Hi, by mistake Go to special is pop up in my blank excel sheet and, i am not able to get rid of it.
    Please help me with this issue.
    Am not able to work on excel

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

    Hi, it does not function like shown in your video, according to Microsoft I had to use the lambda function!

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

    You can do this with "let"
    You createva variable that counts the number of items in the list. Then you use that to create an array containing tjose numbers. Then you create an array where each element is the running total of the previous array. That array is what is displayed in the cell. So itvautomatically fills down.

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

      Sure.. have you tried it? Do share your formulas.

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

    I am getting this error when I try it, #NAME? what could be the reason and how can I fix it?

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

    Can running total be conditional? First row is taken from a table, second row onwards it checks if number in upper cell is negative then taken from corresponding row of table, but if upper cell is positive number, then add upper cell & corresponding row of table. formula is like this in row =B2 and row 3 onwards =IF(F2

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

      You can do it. I am not sure if I got your logic right, but try this:
      =SCAN(0, B2:B100, LAMBDA(a, b, IF(a

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

      @@chandoo_awesome. works smoothly. million thanks, for the solution and for all the knowledge that you share. so next question. my base data table comes from power query where the Column B resides. Is there any way to get same output (like above SCAN function) in power query?

  • @brownj2
    @brownj2 18 วันที่ผ่านมา

    Seems like a trivial function that is easily performed by adding.

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

    that's beautiful. yet we still can't do for loops in excel.

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

    Chandoo, I have a question, I have a data set comes with so many repeat years , such as from 2010 to 2020 by revenue, then 2010 to 2020 by cost , then item sold … and more , how can I clean this kind of data set ?

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

      Use Power Query

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

      @@chandoo_ I did , but the value come out with different meaning ….

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

    Would it work with data start with negative value instead of 0 start?

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

      It would work. If you want to Count down from a specific total, you can use that start like $100 and use negative values.

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

    Simple explanation chandoo Anna thank u. But im getting "Invalid Name Error" while trying this in 365, any suggestions?

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

      As I understad, The SUM option is slowly rolling out to non-beta users.
      Try this alternative:
      =SCAN(0, range, LAMBDA(a,b, a+b))

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

      @@chandoo_ thanks anna lambda works. Yup i think its because of SUM function

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

    To summarize, here are 6 functions that give the same results, except some functions require more keystrokes than others.

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

    Not present in Excel 2019, you get a #NAME? error. But no worries, I have "longer" ways of doing the same thing.

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

    I tried several times but it is not coming with the right result. An error "Name" is correct
    Please help.
    D Chandra/Kolkata/India

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

    Chandoo, Hello Sir, I am building a spreadsheet with 7 columns and 2500 rows. Column A is just a reference column, B is dates column which are fine, column C is with Validation drop down codes list, column D is products details with drop down, tested and working all down to 2500 rows. Column E is payments and F is Income, G is balance (Balance column work as it should) now I need your input in column E and F, If I select from column C (Codes Drop Down List) for Sales, Refund, Finance or Cash Back The entry should only allow me the income column which is column F and if selected payment from C column (Codes) it should allow me to enter in payments column. In income column I have 4 source of income and payments I have about 44 or it may grow prior (My code list and details list grows as it should). I need help using validation (Custom) in these two columns E & F, so that the entry don't get switched between two column E & F. Your help will be appreciated and thanks a lot if you could help.. (I use Excel 2000)

  • @PrabhuS-qr8qn
    @PrabhuS-qr8qn หลายเดือนก่อน +1

    What is the advantage over using regular dynamic range using sum or max functions ?example - Sum($A$1:$A1) ?

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

      I was wondering the same. I think it's something related to memory or performance and scan seems to be better.

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

      The performance would be better. Plus, as demoed later in the video, many times, you have no idea what the end point of the data is. So you don't know how far to drag or fill the formula down. SCAN helps in such situations.

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

      @@chandoo_ thank you 😊

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

      @chandoo_ hm....but it also applys to SCAN function. If you don't know the size of the range you have to adjust scan function. Why not to use smart tables with the same easy function SUM($A$2:$a3)? The same result and you can always identify which range is used to do the calculation.

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

      Please watch the full video to understand what I mean by not knowing the size. You can't have tables for calculated outputs or formula results.

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

    Looks like a great function.
    I can't get it to work though...
    =scan(0,b2:b20,sum) ... won't work, I just get #NAME?, I tried MAX too.
    The Lambda alternstive works =scan(0,b2:b20,(lambda(a,b,a+b))
    Any ideas why?
    I am using 365, and it is upto date

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

      No need to worry. I think the named shortcut versions are rolling out to all users of Excel 365 slowly. You might see that option working in the next few months.

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

      @chandoo_ that's great, thank you! Again great video👏

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

      I also have EXCEL 365, and it works with the alternative
      Try this
      Running Totals
      SCAN(0,DataTable[Column1],LAMBDA(a,b,a+b))

      Max
      SCAN(0,DataTable[Column1],LAMBDA(a,b,MAX(a,b)))

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

      Running Totals
      *SCAN(0,DataTable[Column1],LAMBDA(a,b,a+b))

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

      Max
      *SCAN(0,DataTable[Column1],LAMBDA(a,b,MAX(a,b)))

  • @RJ_331
    @RJ_331 25 วันที่ผ่านมา +1

    Man... i feel like I'm getting so far behind with functions since my work is still using 2016😂

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

    For those of you familiar with the REDUCE function, you might ask what the point of SCAN is. Well, they actually do exactly the same thing! The difference? SCAN outputs an array of length of 'b', which contains the stepwise result of a REDUCE calculation. You can think of REDUCE as outputting only the last item of the SCAN output.
    I have not found a good use for SCAN on its own yet. My favourite use case is actually for troubleshooting REDUCE. Since it lets you "step in" to a REDUCE, you can look for mistakes and errors.

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

      Great points. I found SCAN useful in some very particular situations (like running total).
      I love REDUCE too.

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

    Thanks! To me, it seems like a Reducer function.

  • @toknnomad1424
    @toknnomad1424 7 วันที่ผ่านมา

    Your file has this formula.. =SCAN(0,D5:D16,_xleta.SUM). What is xleta.SUM?

    • @chandoo_
      @chandoo_  7 วันที่ผ่านมา

      If your Excel version doesn't yet have the SCAN feature to directly use the shorthand version of SUM, you will see _xleta.SUM. Replace the formula with the longhand version below and it will work:
      =SCAN(0, D5:D16, LAMBDA(a,b, a+b))

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

    SCAN Is the same like.List.Accumulate in Power Query.

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

      List.Generate is like SCAN. List.Accumulate is more like REDUCE.

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

      Bingo!

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

    All the functional programmers saying “this is new?”. I’m pretty sure this is based on work by Simon Peyton-Jones, one of the main developers of the Haskell compiler (at least before he left MS Research for Epic Games).

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

      This is "new" for millions of Excel users who have never heard about functional programming. It is liberating for those of us who know what FP is and use Excel for analysis.

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

    It's not working on the excel 365

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

      Don't watch these videos and try it out. Watch them and save them and come back to them 1 year later. You won't get access to this any earlier. If you use an enterprise version at work, it's even later (about 18 months for my company - after the "release" to the MS insider programm)

  • @AbrarNiazi-lj2dy
    @AbrarNiazi-lj2dy หลายเดือนก่อน

    Technical work is not one men Shu Nature would like and nature work is like.

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

    Most dangerous formula❤

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

    Did not understand why you had to use select column function at the last example. Sum operates on the numbers, not the dates.

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

      hmm.. watch again or see the sample file. We are adding the downloads column.

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

    Hello CHANDOO, I cant see SCAN in my EXCEL 2021 why?

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

      Hi.. SCAN is available with Excel 365 or Excel on the web only at this time.

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

    Anna u look like rachinravendra Nz cricket player 😅

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

    Getting #NAME? Error in both

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

      Try puting formula in caps

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

      Putting it in caps didn't help, it actually makes it go back to lower case when you press enter

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

    I am having #name error in my excel file how can I remove it.

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

      Refer to the pinned comment. This is happening for some users for whom the "shorthand" version of lambdas is not yet enabled. To fix the problem, just replace the word sum with lambda(a,b, a+b)

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

      @@chandoo_ Thanks for replying

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

    This is like Haskell's scan function, unfortunately, Powerquery doesn't have it...

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

      It is. Power Query also has similar ones. Check out List.Generate and List.Accumulate

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

      @@chandoo_ Thank you for the response! Yes, I eneded up using a combination of those to do it, thank you!

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

    🎉🎉🎉😮

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

    Unfortunately Excel 2016 doesn't have SCAN function.

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

    Just like List.Accumulate