Migració inicial a Gitea

This commit is contained in:
2026-04-24 09:39:01 +02:00
parent 9dfbe7b1be
commit 26bba6ffa2
19 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ H2: =ARRAYFORMULA(IF(A2:A="","",SUMIF(ORDERS!D:D,A2:A,ORDERS!I:I)))
FILTERS
A1: filter_key
B1: uses
A2: =SORT(UNIQUE(FILTER(EVENTS!C2:C,EVENTS!B2:B="filter_use",EVENTS!C2:C<>"")))
B2: =ARRAYFORMULA(IF(A2:A="","",COUNTIFS(EVENTS!B:B,"filter_use",EVENTS!C:C,A2:A)))
A2: =SORT(UNIQUE(FILTER(EVENTS!E2:E,EVENTS!B2:B="filter_use",EVENTS!E2:E<>"")))
B2: =ARRAYFORMULA(IF(A2:A="","",COUNTIFS(EVENTS!B:B,"filter_use",EVENTS!E:E,A2:A)))
Notes
- Si el teu Google Sheets et dona error de sintaxi, substitueix les comes "," per punt i coma ";".