Data Manipulation Question: How to pair up users?

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.

image

ideas?

Check out this post: How to automatically create "unique pairs" of users with a Group ID

1 Like

worked like a charm. thanks!