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

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
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,140
Messages
6,123,267
Members
449,093
Latest member
Vincent Khandagale

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