Extracting cells in a row.

tonym

New Member
Joined
May 5, 2011
Messages
2
Hi, I have a large email list of companies in various countries, and I need to extract by country. For example I need to extract all email addresses that end in ".IT" (Italy) or all email addresses that end in ".ES" (Spain)

How can I do this please.

Regards,

Tony.
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Hi and welcome to the Board
You could use a helper column to find the country and then sort by that column
Assuming the E mail addresses are in column "A"
Put in a vacant column
Code:
=Right(A1,2)
and copy down
Now sort by that column OR custom filter that column for "IT" or "ES"
 
Upvote 0
Hi Michael, thanks for your prompt reply. I tried what you suggested and it did not work !

I am very new to Excel so I am sure I am doing something wrong.

Could you explain in more basic terms how to do it.

Thanks,

Tony.
 
Upvote 0
Hello there

You can use an Autofilter (it is found in the menu under Data). Then, choose the option to filter the values on "Ends with..." and fill in IT for example. All rows that match will then be shown, the others will be hidden from sight.

Wigi
 
Upvote 0
Hi Tony

You can also extract it directly using the Advanced Filter with the option "Copy to another location".
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,723
Members
452,939
Latest member
WCrawford

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