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.
Mrrrr
AdMiN Inregistrat: acum 18 ani
Postari: 2308
See here: and here
To use, paste them into Name Manager and use the created functions.
A few I got so far:
CALENDAR
Usage: =CALENDAR(Year; Month; Day)
Source:
Lambda to add to Name Manager: =LAMBDA(Year;Month;Day;LET(INPUT;DATE(Year;Month;Day); A; EXPAND(TEXT(MOD(SEQUENCE(7)+1;7);"ddd");6+WEEKDAY(INPUT;2);;""); B; DAY(SEQUENCE(EOMONTH(INPUT;0)-INPUT+1;;INPUT)); C; EXPAND(UPPER(TEXT(INPUT;"MMM"));7;;""); D; WRAPROWS(VSTACK(C;A;B);7;"");D))
FILL DOWN
Source:
Usage: =FILL(range)
Lambda to add to Name Manager: =LAMBDA(range, SCAN("", range, LAMBDA(a, v, IF(v = "", a, v))) )
FILL WITH DIRECTIONS
Source:
1 = fill down, 2 = fill up, 3 = fill to the right, 4 = fill to the left