. Today at 6:57 AM. #6. How about making one Contact with the group name (ie- "All Club Members") then copy/paste all the email addresses in the Notes: section at the bottom. To send to all members simply open the Group card, select all Notes, and paste it into your email To: line. (But yeah the "right way" to do it, is to enter each person as a. Summary. If want to extract the name part of an email address, you can do so with a formula that uses the LEFT and FIND functions. In the generic form above, email represents the email address you are working with. In the example, we are using this formula: = LEFT( C4,FIND("@", C4) - 1). Select the data you want to transpose. Go to the Home tab. Click on the Copy command. You can also select the data then use the Ctrl + C keyboard shortcut to copy the data instead of using the ribbon commands. Paste the data using the transpose command. Select the cell where you want the transposed data. Dim olApp As Object Dim olMailItm As Object Dim iCounter As Integer Dim Dest As Variant Dim SDest As String 'Create the Outlook application and the empty email. Set olApp = CreateObject ("Outlook.Application") Set olMailItm = olApp.CreateItem (0) 'Using the email, add multiple recipients, using a list of addresses in column A. Step 1- Get all email addresses into their own cells Step 2- turn email addresses from a row into a column Separating the names from the email addresses Related YouTube Copying email addresses from Outlook to Excel All Names and Email addresses appear in one Excel Column. Write the formula in cell D2. =CONCATENATE (A2,".",B2,"@",C2,".com") Press Enter on your keyboard. The function will create the email address. To create the Email ID for all users, copy the same formula by pressing the key Ctrl+C and paste into the range C3:C5 by pressing the key Ctrl+V. Note: - We can add any text, symbol and values in. Click on Import/Export to start the wizard. Pick Import from another program or file and click on Next. Choose the Comma Separated Values option and click on Next. Use the Import a File screen to browse to your CSV file. Choose one of the options on how you want Outlook to treat duplicate contacts.