+ Reply to Thread
Results 1 to 6 of 6

INDEX MATCH as HYPERLINK email address

  1. #1
    Forum Contributor
    Join Date
    11-12-2014
    Location
    Reading
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2403 Build 16.0.17425.20176) 64-bit
    Posts
    142

    INDEX MATCH as HYPERLINK email address

    Hi,

    I'm using INDEX and MATCH to look up details in another worksheet.

    Part of the info is an email address. The only problem is that the email address isn't hyperlinked. Is there any way to achieve this?

    Sheet 1 is several columns. Company, name, telephone, email address. Also a column (H) that has a drop down menu with 2 options. Yes, or No. This formula counts the yes' and is in column I which is hidden.

    Please Login or Register  to view this content.
    Sheet 2 then draws all rows with a yes by using this formula

    Please Login or Register  to view this content.
    I just need to figure out where to place the hyperlink in the above so when the email address is drawn from the first sheet it shows as a hyperlink in the second sheet.

    Any help would be appreciated.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: INDEX MATCH as HYPERLINK email address

    This is untested:

    =IF(ISERROR(HYPERLINK("mailto:"&INDEX('Sheet 1'!A$2:A$1000, MATCH("Y_"&ROWS($A$1:$A1),'Sheet 1'!$I$2:$I$1000,0)))),"",HYPERLINK("mailto:"&INDEX('Sheet 1'!A$2:A$1000, MATCH("Y_"&ROWS($A$1:$A1),'Sheet 1'!$I$2:$I$1000,0))))

    If it doesn't work, can you post a sample sheet? Make sure there is enough data to demonstrate your need. Make sure your desired results are shown, mock them up manually if necessary. Remember to remove ALL confidential information first!!!

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    The paperclip icon
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Contributor
    Join Date
    11-12-2014
    Location
    Reading
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2403 Build 16.0.17425.20176) 64-bit
    Posts
    142

    Re: INDEX MATCH as HYPERLINK email address

    Quote Originally Posted by Glenn Kennedy View Post
    This is untested:

    =IF(ISERROR(HYPERLINK("mailto:"&INDEX('Sheet 1'!A$2:A$1000, MATCH("Y_"&ROWS($A$1:$A1),'Sheet 1'!$I$2:$I$1000,0)))),"",HYPERLINK("mailto:"&INDEX('Sheet 1'!A$2:A$1000, MATCH("Y_"&ROWS($A$1:$A1),'Sheet 1'!$I$2:$I$1000,0))))

    If it doesn't work, can you post a sample sheet? Make sure there is enough data to demonstrate your need. Make sure your desired results are shown, mock them up manually if necessary. Remember to remove ALL confidential information first!!!

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    The paperclip icon
    It didn't work unfortunately. workbook attached.Copy of Lapsed Customers V3.xls

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: INDEX MATCH as HYPERLINK email address

    OK. I tried this formula (not entirely sure if it's the same as the previous one), substituting a real email address for one of the fakes. It worked perfectly to my gmail account. I will not publish my email address online (not being a lover of spam). Try it in place in the formula using your own email. If it fails, we can exchange email address by PM and I can send you a form where I KNOW it is working...

    =IF(ISERROR(HYPERLINK("mailto:"&INDEX('Lapsed Customers'!G$2:G$407,MATCH("Y_"&ROWS($A$1:$A1),'Lapsed Customers'!$I$2:$I$407,0)))),"",HYPERLINK("mailto:"&INDEX('Lapsed Customers'!G$2:G$407,MATCH("Y_"&ROWS($A$1:$A1),'Lapsed Customers'!$I$2:$I$407,0))))
    Attached Files Attached Files
    Last edited by Glenn Kennedy; 12-07-2015 at 11:34 AM. Reason: Forgot the formula!!

  5. #5
    Forum Contributor
    Join Date
    11-12-2014
    Location
    Reading
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2403 Build 16.0.17425.20176) 64-bit
    Posts
    142

    Re: INDEX MATCH as HYPERLINK email address

    Quote Originally Posted by Glenn Kennedy View Post
    OK. I tried this formula (not entirely sure if it's the same as the previous one), substituting a real email address for one of the fakes. It worked perfectly to my gmail account. I will not publish my email address online (not being a lover of spam). Try it in place in the formula using your own email. If it fails, we can exchange email address by PM and I can send you a form where I KNOW it is working...

    =IF(ISERROR(HYPERLINK("mailto:"&INDEX('Lapsed Customers'!G$2:G$407,MATCH("Y_"&ROWS($A$1:$A1),'Lapsed Customers'!$I$2:$I$407,0)))),"",HYPERLINK("mailto:"&INDEX('Lapsed Customers'!G$2:G$407,MATCH("Y_"&ROWS($A$1:$A1),'Lapsed Customers'!$I$2:$I$407,0))))
    That did it, it looks identical to me. Must have been me.

    Thanks very much.

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: INDEX MATCH as HYPERLINK email address

    Woo Hoo!! Glad to have helped and thanks for the Rep.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Make email address a hyperlink
    By lvalesko in forum Excel General
    Replies: 7
    Last Post: 08-13-2015, 02:22 AM
  2. [SOLVED] Need Help with HTMLBody. Hyperlink email address and web address in body message VBA
    By Christopher Val in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-11-2015, 04:39 PM
  3. Typing eMail Address W/O hyperlink
    By Launchnet in forum Excel General
    Replies: 2
    Last Post: 07-26-2009, 10:05 PM
  4. [SOLVED] Hyperlink to email address with attachment
    By blue_toon in forum Excel General
    Replies: 1
    Last Post: 05-20-2005, 07:06 PM
  5. vlookup email address not hyperlink
    By MaryM in forum Excel General
    Replies: 0
    Last Post: 05-17-2005, 02:15 PM
  6. [SOLVED] email address hyperlink
    By Ulti in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-01-2005, 12:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1