Email_Count

Blessy Clara

Board Regular
Joined
Mar 28, 2010
Messages
201
Hi

I have an excel sheet with a column of emails - Each row contains multiple emails separated by "||" - I want to calculate the total number of emails in the column - EMAIL - Thanks in Advance

Example as given below

[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Email[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][TABLE="width: 871"]
<tbody>[TR]
[TD="class: xl64, width: 871"]goldcoast@flooringxtra.com.au || modern@flooringxtra.com.au || yamba@flooringxtra.com.au || universal@flooringxtra.com.au || simons@flooringxtra.com.au || centralcoast@flooringxtra.com.au || penrith@flooringxtra.com.au || stoltenberg@flooringxtra.com.au || hornsby@flooringxtra.com.au || nulay@flooringxtra.com.au || finley@flooringxtra.com.au || orana@flooringxtra.com.au || absolute@flooringxtra.com.au || batemansbay@flooringxtra.com.au || bunbury@flooringxtra.com.au || willetton@flooringxtra.com.au || rockingham@flooringxtra.com.au || oconnor@flooringxtra.com.au || Kelmscott@flooringxtra.com.au || oceankeys@flooringxtra.com.au || canningvale@flooringxtra.com.au || park@flooringxtra.com.au || keilor@flooringxtra.com.au || finesse@flooringxtra.com.au || richriver@flooringxtra.com.au || mildura@flooringxtra.com.au || hoppers@flooringxtra.com.au || westernport@flooringxtra.com.au || hamilton@flooringxtra.com.au || kerryn.scanlan@flooringxtra.com.au || bendigo@flooringxtra.com.au || peninsula@flooringxtra.com.au || southadelaide@flooringxtra.com.au || adelaidecity@flooringxtra.com.au || gladstone@flooringxtra.com.au || bayside@flooringxtra.com.au || coastal@flooringxtra.com.au || specialty@flooringxtra.com.au || style@flooringxtra.com.au || brownsplains@flooringxtra.com.au || topfit@flooringxtra.com.au || corowa@flooringxtra.com.au || hawkesbury@flooringxtra.com.au || naturallyfloored@flooringxtra.com.au || nowra@flooringxtra.com.au || carpetculture@flooringxtra.com.au || cooma@flooringxtra.com.au || southsydney@flooringxtra.com.au || sommers@flooringxtra.com.au || shop@flooringxtra.com.au || info@flooringxtra.com.au || career@flooringxtra.com.au[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][TABLE="width: 871"]
<tbody>[TR]
[TD="class: xl65, width: 871"]hello@friendliespharmacies.com.au || fluvac@friendliespharmacies.com.au[/TD]
[/TR]
[TR]
[TD="class: xl65, width: 871"][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Hi, maybe you could try:

=SUMPRODUCT(LEN(B2:B100)-LEN(SUBSTITUTE(B2:B100,"@","")))
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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