I have a list of 255,000 email addresses. I need to pull 8% of each domain name and create a new list out from those. I can't figure out a way to make this process easier.
For example, I have 48,791 "yahoo.com" and I need to grab a random 3,903 of them; I have 536 "me.com" and I need to grab a random 43 of them. The big hassle is for the domains where I need only 1 or 2. There are hundreds for which I only need a couple.
Right now I'm manually counting, cutting and pasting. Is there an easier way to do this?
For example, I have 48,791 "yahoo.com" and I need to grab a random 3,903 of them; I have 536 "me.com" and I need to grab a random 43 of them. The big hassle is for the domains where I need only 1 or 2. There are hundreds for which I only need a couple.
Right now I'm manually counting, cutting and pasting. Is there an easier way to do this?