Excel MAP, BYROW, BYCOL Functions - LAMBDA Array Formulas in Excel & Google Sheets

Sdílet
Vložit
  • čas přidán 23. 11. 2021
  • How to use MAP, BYROW, BYCOL array function with LAMBDA formulas in Microsoft Excel & Google Sheets.
    Excel LAMBDA Function • Excel LAMBDA Function
    #excel #map #lambda

Komentáře • 44

  • @ohdjrp4
    @ohdjrp4 Před 4 měsíci +1

    Very good introduction to MAP function! I find it very helpful. Thanks!

  • @Amit24K
    @Amit24K Před 10 dny

    Wow, thanks for clarifying about this.

  • @wayneedmondson1065
    @wayneedmondson1065 Před 2 lety

    Very helpful! Thanks for the demonstration. Thumbs up!!

  • @JohnMKaya-lm1ry
    @JohnMKaya-lm1ry Před 7 měsíci

    So helpful! Great explanation! Thank you!

  • @excelthewonder
    @excelthewonder Před 2 měsíci

    Thanks for such easy explanation sir

  • @iankr
    @iankr Před rokem

    Brilliant! Many thanks for explaining so clearly. Subscribed.

  • @nadermounir8228
    @nadermounir8228 Před rokem

    Perfect explanation thank you very much for your hard work 👍

  • @luongduong7541
    @luongduong7541 Před rokem

    Thanks teacher ! it helps me a lot

  • @chiengsaby2867
    @chiengsaby2867 Před 7 měsíci

    Perspicuous. Thanks

  • @daico6953
    @daico6953 Před rokem

    great! thanks

  • @kebincui
    @kebincui Před 4 měsíci

    Excellent video. Clearly explained 👍❤

  • @Mishkafofer
    @Mishkafofer Před 2 lety

    Amazing. Thank you.

  • @vicon1748
    @vicon1748 Před 2 lety

    Thank you 👍👍

  • @nickdimuzio4629
    @nickdimuzio4629 Před rokem

    Thank you so much for this detailed explanation for each function! I was wondering about this situation… I have a range of numbers that I need to sum so I highlight the whole range and then use BYROW to sum up the ranges for each row. That works like expected. However, I wanted to add an if statement that checks whether the first column is blank or not. If it is, the cell should be blank. If not, it should continue with the summing. You can’t put multiple arrays into BYROW so I didn’t know how to approach this situation. I tried wrapping the BYROW with MAP but that gives me errors. Then I tried doing an ArrayFormula and I got errors. Would you have any suggestions for how I might do this?

  • @oliverscheurich9202
    @oliverscheurich9202 Před rokem +4

    09:48
    =MAP(B2:B13,LAMBDA(r,SUM(B$2:r)))
    This " SUM(B$2:r) " thing is great. Haven't seen this before. You should have 1.000.000 subscribers instead of 225.000.

    • @ShravanKumarShettyN
      @ShravanKumarShettyN Před rokem

      I want to click the Like button a thousand times!!!

    • @Nevir202
      @Nevir202 Před rokem

      It is interesting, I didn't even realize you COULD use cell references within a LAMBDA, I assumed that it only worked with array type references.

    • @Ferhatt399
      @Ferhatt399 Před 10 měsíci

      Use the scan formula instead

  • @guranslifes
    @guranslifes Před 9 měsíci

    wow. ExcelIsFunny confused me more. it was that simple

  • @GeraSanz
    @GeraSanz Před 2 lety +2

    i still find google sheets way better with arrays and stuff than Excel, but i'm glad they are working on this

    • @Nevir202
      @Nevir202 Před rokem

      Really REALLY depends on what you are doing with it.
      I've written formulas in Sheets that were pages long, and I can do the same with a half dozen lines using a LET formula in Excel.

  • @texasarchitect
    @texasarchitect Před rokem

    👍

  • @GV-gn3mj
    @GV-gn3mj Před 5 měsíci

    Hi. With byrow-lambda do you know how to fix the error offset parameter 4 is -2? It came up all the time and I do know how to get ridículo of it

  • @ernestoa.serranojr.1346

    For the running total we can also use the Scan function👍

  • @MrFill
    @MrFill Před rokem

    Hi. I have the most impossible spilled array task. Can you help? How can I share my file?

  • @luciano073
    @luciano073 Před 2 lety +1

    Is there something like that in Google sheets?

  • @TheOgi22
    @TheOgi22 Před 4 měsíci

    In google sheets not work but r referencing to R row
    =Map(A1:A10;Lambda(r;Sum(A$1:r)))
    And when i use string instead just letter, formula not work
    =Map(A38:A42;Lambda(ROW;Sum(A38:ROW)))

  • @ivanxdxd
    @ivanxdxd Před rokem

    What if the lambda function returns an array?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Před rokem +1

      Unfortunately it doesn't allow array returns from the functions.

  • @melkerart1793
    @melkerart1793 Před rokem

    This doesn't work in Google Sheets though, gives a "circular dependency" error.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Před rokem

      It works in Google Sheets just fine.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Před rokem

      circular dependency means you are linking to cells in the formula that your formula calculates.

    • @melkerart1793
      @melkerart1793 Před rokem +2

      @@ExcelGoogleSheets
      OK I've got it now: in Google Sheets, writing LAMBDA(r,SUM(B$2:r)) forcibly autocorrects to LAMBDA(r,SUM(B$2:R)), where the capital R points to column R. In Google Sheets, it seems, one has to use a variable name inside LAMBDA that can't be confused with a cell/row/column address or any variable/function predefined in the system.
      Like for example: =MAP(B2:B13,LAMBDA(run_tot,SUM(B$2:run_tot))) which works correctly.
      Thanks for your quick feedback which made me insist ;)

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Před rokem +1

      @@melkerart1793 That makes sense.

    • @melkerart1793
      @melkerart1793 Před rokem

      @@ExcelGoogleSheets And descending further into this rabbit hole: Google Sheets seems to attempt to parse *ANYTHING that doesn't contain an underscore* as a cell reference, even long combinations of letters and numbers. Maybe a feature and not a bug, who knows.

  • @zucbsivrtcpegapjzwrf2056

    text

  • @luongduong7541
    @luongduong7541 Před rokem

    Thanks teacher ! it helps me a lot