![]() |
which parameters to use for search
Hi
i have worksheet with some 30000 email addresses and I need to get only the onces that have the email (for example or etc) Is there a function to get this done with find or some filtering? Help is appreciated. |
which parameters to use for search
One way would be to use Data/ Text to Columns to split by the @ symbol, then
again to split by the dot, then test for the entry in column A being the same as that in column B. -- David Biddulph wrote in message ... Hi i have worksheet with some 30000 email addresses and I need to get only the onces that have the email (for example or etc) Is there a function to get this done with find or some filtering? Help is appreciated. |
which parameters to use for search
On 22 marras, 13:50, "David Biddulph" <groups [at] biddulph.org.uk
wrote: One way would be to use Data/ Text to Columns to split by the @ symbol, then again to split by the dot, then test for the entry in column A being the same as that in column B. -- David Biddulph wrote in message ... Hi i have worksheet with some 30000 email addresses and I need to get only the onces that have the email (for example or etc) Is there a function to get this done with find or some filtering? Help is appreciated. Thanks - that is obviously the only way - thought there would be a lazy way around. |
which parameters to use for search
It's not the only way, I'm sure. One could do string extraction by LEFT,
MID, RIGHT, etc. with FIND or SEARCH to look for the separators, but Data/ Text to Columns seemed to be the easy way. -- David Biddulph wrote in message ... On 22 marras, 13:50, "David Biddulph" <groups [at] biddulph.org.uk wrote: One way would be to use Data/ Text to Columns to split by the @ symbol, then again to split by the dot, then test for the entry in column A being the same as that in column B. -- David Biddulph wrote in message ... Hi i have worksheet with some 30000 email addresses and I need to get only the onces that have the email (for example or etc) Is there a function to get this done with find or some filtering? Help is appreciated. Thanks - that is obviously the only way - thought there would be a lazy way around. |
All times are GMT +1. The time now is 03:02 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com