Can you recommend a service to divide a list of users into subgroups?
I have found services that can randomly divide a list into sublists of some size.
But I want to do it by some criteria. For example gender, location (timezone), etc.
Does it have to be a 'service" or would a simple script work for you?