I need to put users in groups of 2. Any ideas how to create column “Pair number?” User 8 should be labeled A4.
I’ve been playing with :unique_elements, which will give me “A1”, “A2”, “A3”, “A4”, but I’d need the row count.
ideas?
I need to put users in groups of 2. Any ideas how to create column “Pair number?” User 8 should be labeled A4.
I’ve been playing with :unique_elements, which will give me “A1”, “A2”, “A3”, “A4”, but I’d need the row count.
ideas?
Check out this post: How to automatically create "unique pairs" of users with a Group ID
worked like a charm. thanks!