email import format issue

Mileshigh

Board Regular
Joined
Oct 1, 2008
Messages
54
can someone tell me how to fix this?

I exported my contacts out of outlook and need to modify them for importing them to gmail


this is the format outlook exported :

BOB, BUILDER - YAD (BBUILDER@HOME.COM)

All i want is whats inside the ( ) but each name and email varries in length but all have the same @home.com

Thanks
Brett
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hi,

This formula is refering to the CELL A1 which contains the text:

BOB, BUILDER - YAD (BBUILDER@HOME.COM)


In CELL B1 enter the following formula:

=LEFT((RIGHT(A1,(SUM((LEN(A1))-(FIND("(",A1)))))),(SUM((SUM((LEN(A1))-(FIND("(",A1))))-1)))

This will give you the value of:
BBUILDER@HOME.COM

Copy the values and paste them into another column as values to make them usable.
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,259
Members
452,901
Latest member
LisaGo

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