count the number of the special character "@" in a worksheet

theprincipal78

Board Regular
Joined
Aug 5, 2009
Messages
68
Hi. it's been some time since I posted something. Thank you in advance.

I handle very large amounts of distribution ists and email addresses.
here is the situation:
I have 9 columns of email addresses over multiple worksheets in a workbook. Every worksheet represents a distribution list
the categories are "To", "Cc" and "Bcc" for 3 different groups of peple. hence 9 columns.

I would like to Identify how many email addresses are on each sheet.
I would approach this by counting the number of "@" on every sheet.

Table of contents across the web count the number of rows or cell for every sheet. I would like to count the number of "@" for every sheet instead.

thank you for any ideas.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
cant you just use the following formula:
=COUNTA(A:C)

Instead of A:C you can use the columns you are using for emails.
 
Upvote 0

Forum statistics

Threads
1,215,465
Messages
6,124,977
Members
449,200
Latest member
Jamil ahmed

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top