Тёмный

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

Learn Google Sheets & Excel Spreadsheets
Подписаться 278 тыс.
Просмотров 23 тыс.
50% 1

Опубликовано:

 

24 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 43   
@ohdjrp4
@ohdjrp4 7 месяцев назад
Very good introduction to MAP function! I find it very helpful. Thanks!
@Amit24K
@Amit24K 3 месяца назад
Wow, thanks for clarifying about this.
@JohnMKaya-lm1ry
@JohnMKaya-lm1ry 10 месяцев назад
So helpful! Great explanation! Thank you!
@kebincui
@kebincui 7 месяцев назад
Excellent video. Clearly explained 👍❤
@nadermounir8228
@nadermounir8228 Год назад
Perfect explanation thank you very much for your hard work 👍
@oliverscheurich9202
@oliverscheurich9202 Год назад
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!!
@excelthewonder
@excelthewonder 6 месяцев назад
Thanks for such easy explanation sir
@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?
@luongduong7541
@luongduong7541 Год назад
Thanks teacher ! it helps me a lot
@iankr
@iankr Год назад
Brilliant! Many thanks for explaining so clearly. Subscribed.
@ExcelGoogleSheets
@ExcelGoogleSheets Год назад
👍
@chiengsaby2867
@chiengsaby2867 10 месяцев назад
Perspicuous. Thanks
@GeraSanz
@GeraSanz 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 Год назад
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.
@GV-gn3mj
@GV-gn3mj 8 месяцев назад
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
@guranslifes
@guranslifes Год назад
wow. ExcelIsFunny confused me more. it was that simple
@Mishkafofer
@Mishkafofer 2 года назад
Amazing. Thank you.
@ExcelGoogleSheets
@ExcelGoogleSheets 2 года назад
😀
@daico6953
@daico6953 Год назад
great! thanks
@MrFill
@MrFill Год назад
Hi. I have the most impossible spilled array task. Can you help? How can I share my file?
@TheOgi22
@TheOgi22 7 месяцев назад
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 👍👍
@ernestoa.serranojr.1346
@ernestoa.serranojr.1346 Год назад
For the running total we can also use the Scan function👍
@ExcelGoogleSheets
@ExcelGoogleSheets Год назад
correct!
@luciano073
@luciano073 2 года назад
Is there something like that in Google sheets?
@ExcelGoogleSheets
@ExcelGoogleSheets 2 года назад
Not at this moment.
@deegobooster
@deegobooster 2 года назад
There is now
@texasarchitect
@texasarchitect 2 года назад
👍
@iiiiii-w8h
@iiiiii-w8h Год назад
What if the lambda function returns an array?
@ExcelGoogleSheets
@ExcelGoogleSheets Год назад
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 Год назад
It works in Google Sheets just fine.
@ExcelGoogleSheets
@ExcelGoogleSheets Год назад
circular dependency means you are linking to cells in the formula that your formula calculates.
@melkerart1793
@melkerart1793 Год назад
@@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 Год назад
@@melkerart1793 That makes sense.
@melkerart1793
@melkerart1793 Год назад
@@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
@ExcelGoogleSheets
@ExcelGoogleSheets Год назад
👍
Далее
Excel LAMBDA Function
13:54
Просмотров 16 тыс.
NAH UH
00:17
Просмотров 1,8 млн
Advanced Array Formulas in Google Sheets & Excel
16:35
Excel RECURSIVE Lambda - Create loops with ZERO coding!
12:51
Google Sheets Tables & Formulas
16:22
Просмотров 14 тыс.