Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Nou pe simpatie: OnutzaGirl din Galati
 | Femeie 23 ani Galati cauta Barbat 24 - 51 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| pus acum 3 saptamani#1 |
TRaPModerator
Postari: 963
|
|
No time to describe this at the moment, but here goes:
=LAMBDA(range;[initial_value];[spill_range];[has_headers];[col_num]; LET( cols; COLUMNS(range); initial; IF(ISOMITTED(initial_value);0;initial_value); IF(AND(ISOMITTED(spill_range); ISOMITTED(has_headers);ISOMITTED(col_num);cols=1); SCAN(initial; range; LAMBDA(A;B; A+B)); SCAN(initial; INDEX(range; SEQUENCE(ROWS(range)-1)+1; 2); LAMBDA(acc;x; acc + x)) ) ) )
|
- initial_value - is the value to start the running total with; by default it's 0, but you can choose a different value, an initial stock for example
|
|
| |
|