AMarchetti
New Member
- Joined
- Apr 30, 2016
- Messages
- 14
Hi, I have been battling to find anything online that can assist me. I have a sheet that has email addresses in them and need to Find each email address and generate a list of all email addresses and how many times they appear in the sheet. I can use an Array with FindNext but how do I get it to find all the same emails address and return the number of time it appears in the sheet? Your help would be greatly appreciated.
eg. Sheet1
a@abc.com
b@abc.com
a@abc.com
c@abc.com
a@abc.com
NewSheet
a@abc.com 3
b@abc.com 1
c@abc.com 1
eg. Sheet1
a@abc.com
b@abc.com
a@abc.com
c@abc.com
a@abc.com
NewSheet
a@abc.com 3
b@abc.com 1
c@abc.com 1