Mailto: multiple recipients from Excel hyperlink, using list of email addresses.

abssorb

New Member
Joined
Apr 15, 2008
Messages
34
Office Version
  1. 365
  2. 2019
  3. 2016
  4. 2013
  5. 2011
  6. 2010
Platform
  1. Windows
Hi, I have a need to create a mailto: link to multiple mail addresses. The mail addresses are all in one column.

This works:
=HYPERLINK(CONCATENATE("mailto:",E25,";",E26),"LIST")

Where email addresses are in E25 and E26. I can increase this code to cover all the entries with a ; between each, but there are 200 and I know Excel is cleverer than this.

The following clearly won't work, but it might highlight what I'm trying to do.
=HYPERLINK(CONCATENATE("mailto:",E25:E126),"LIST")

I am using Excel2003, and I am not able to make use of macros. Any help appreciated.:)
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
If you can't use macros, then you are out of luck (unless you can use third-party add-ins) since the CONCATENATE function (and the & operator) won't work with multi-cell ranges. You would have to build the string up in chunks and then assign that result to the hyperlink formula.
 
Upvote 0

Forum statistics

Threads
1,215,879
Messages
6,127,518
Members
449,385
Latest member
KMGLarson

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