Skip to content

Commit

Permalink
"Unique" alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Mar 3, 2025
1 parent 8012f05 commit 945422c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formulas/rollup-count-selected-unique-items.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IF(LEN(ARRAYJOIN(ARRAYUNIQUE(values))) = 0, 0, LEN(CONCATENATE(",", ARRAYJOIN(ARRAYUNIQUE(values)))) - LEN(SUBSTITUTE(ARRAYJOIN(ARRAYUNIQUE(values)), ",", "")))

0 comments on commit 945422c

Please sign in to comment.