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

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 43

  • @Amit24K
    @Amit24K 4 месяца назад +2

    Wow, thanks for clarifying about this.

  • @ohdjrp4
    @ohdjrp4 8 месяцев назад +2

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

  • @JohnMKaya-lm1ry
    @JohnMKaya-lm1ry 11 месяцев назад

    So helpful! Great explanation! Thank you!

  • @GeraSanz
    @GeraSanz 3 года назад +3

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

    • @Nevir202
      @Nevir202 Год назад

      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.

  • @oliverscheurich9202
    @oliverscheurich9202 2 года назад +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 Год назад

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

    • @Nevir202
      @Nevir202 Год назад

      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.

  • @wayneedmondson1065
    @wayneedmondson1065 2 года назад

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

  • @kebincui
    @kebincui 8 месяцев назад

    Excellent video. Clearly explained 👍❤

  • @nickdimuzio4629
    @nickdimuzio4629 Год назад

    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?

  • @nadermounir8228
    @nadermounir8228 2 года назад

    Perfect explanation thank you very much for your hard work 👍

  • @luongduong7541
    @luongduong7541 Год назад

    Thanks teacher ! it helps me a lot

  • @excelthewonder
    @excelthewonder 7 месяцев назад

    Thanks for such easy explanation sir

  • @iankr
    @iankr 2 года назад

    Brilliant! Many thanks for explaining so clearly. Subscribed.

  • @chiengsaby2867
    @chiengsaby2867 11 месяцев назад

    Perspicuous. Thanks

  • @GV-gn3mj
    @GV-gn3mj 9 месяцев назад

    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

  • @daico6953
    @daico6953 Год назад

    great! thanks

  • @Mishkafofer
    @Mishkafofer 2 года назад

    Amazing. Thank you.

  • @guranslifes
    @guranslifes Год назад

    wow. ExcelIsFunny confused me more. it was that simple

  • @ernestoa.serranojr.1346
    @ernestoa.serranojr.1346 Год назад

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

  • @TheOgi22
    @TheOgi22 8 месяцев назад

    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)))

  • @vicon1748
    @vicon1748 2 года назад

    Thank you 👍👍

  • @MrFill
    @MrFill Год назад

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

  • @texasarchitect
    @texasarchitect 2 года назад

    👍

  • @luciano073
    @luciano073 3 года назад +1

    Is there something like that in Google sheets?

  • @iiiiii-w8h
    @iiiiii-w8h Год назад

    What if the lambda function returns an array?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Год назад +1

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

  • @melkerart1793
    @melkerart1793 2 года назад

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

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 года назад

      It works in Google Sheets just fine.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 года назад

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

    • @melkerart1793
      @melkerart1793 2 года назад +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  2 года назад +1

      @@melkerart1793 That makes sense.

    • @melkerart1793
      @melkerart1793 2 года назад

      @@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
    @zucbsivrtcpegapjzwrf2056 2 года назад

    text

  • @luongduong7541
    @luongduong7541 Год назад

    Thanks teacher ! it helps me a lot