+ Reply to Thread
Results 1 to 16 of 16

Email and Web addresses do not work in formulas

Hybrid View

  1. #1
    Registered User
    Join Date
    07-09-2012
    Location
    IL
    MS-Off Ver
    Excel 2019
    Posts
    42

    Email and Web addresses do not work in formulas

    Hello all. I have an easy one I think but it has me stumped. I have an email address and a web address that work fine if pick on them. If I do a formula of any kind to pick the address for me the resulting address does not work. I attached a file to show what I mean. I don't know why the result of the formula does not work. Jon
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,563

    Re: Email and Web addresses do not work in formulas

    Try this:

    =HYPERLINK(E1)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    07-09-2012
    Location
    IL
    MS-Off Ver
    Excel 2019
    Posts
    42

    Re: Email and Web addresses do not work in formulas

    Thanks Ali that does work. I am sorry I didn't give a very good example file. I have reattached a file with a better example. I am using vlookup to find email and web addresses from a table.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-09-2012
    Location
    IL
    MS-Off Ver
    Excel 2019
    Posts
    42

    Re: Email and Web addresses do not work in formulas

    Still looking for help on this topic. Thanks in advance.

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,563

    Re: Email and Web addresses do not work in formulas

    Are you still using Excel 2007???

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,563

    Re: Email and Web addresses do not work in formulas

    I would have hoped that you would have at least tried this, as it's not a massive leap from what I gave you before, but there we go!

    =HYPERLINK(VLOOKUP(A2,Contacts,2,FALSE))

    =HYPERLINK(VLOOKUP(A2,Contacts,3,FALSE))

  7. #7
    Registered User
    Join Date
    07-09-2012
    Location
    IL
    MS-Off Ver
    Excel 2019
    Posts
    42

    Re: Email and Web addresses do not work in formulas

    Ali thanks again for the reply. We are using Excel 2019 now. I am sorry for not updating that information. As far as trying similar
    formulas, I did but they weren't working. I plugged in your formulas above into my sample workbook and they do not work either.
    I have attached the file in hopes of finding out why they don't want to work. Jon
    Attached Files Attached Files

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,563

    Re: Email and Web addresses do not work in formulas

    HYPERLINK should work in Excel 2019. When I open your workbook, everything IS working, so I don't think I can help you - sorry.

    Fromn the MS support page:

    HYPERLINK function
    Excel for Microsoft 365 Excel for Microsoft 365 for Mac Excel for the web Excel 2021 Excel 2021 for Mac Excel 2019 Excel 2019 for Mac Excel 2016 Excel 2016 for Mac Excel 2013 Excel 2010 Excel 2007 Excel for Mac 2011 Excel Starter 2010
    Attached Images Attached Images
    Last edited by AliGW; 07-18-2022 at 10:53 AM.

  9. #9
    Registered User
    Join Date
    07-09-2012
    Location
    IL
    MS-Off Ver
    Excel 2019
    Posts
    42

    Re: Email and Web addresses do not work in formulas

    Thanks Ali. If I type in an email address it works fine, takes me to my default email. Same for a web address, takes me to my default web browser. It just doesn't work if there is a formula involved.

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,563

    Re: Email and Web addresses do not work in formulas

    Try this:

    =HYPERLINK("mailto:"&F3,F3)

    and this:

    HYPERLINK("mailto:"&VLOOKUP(A2,Contacts,2,FALSE),VLOOKUP(A2,Contacts,2,FALSE))

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,563

    Re: Email and Web addresses do not work in formulas

    Then try this:

    =HYPERLINK("https://"&G3,G3)

    and this:

    =HYPERLINK("https://"&VLOOKUP(A2,Contacts,3,FALSE),VLOOKUP(A2,Contacts,3,FALSE))

  12. #12
    Registered User
    Join Date
    07-09-2012
    Location
    IL
    MS-Off Ver
    Excel 2019
    Posts
    42

    Re: Email and Web addresses do not work in formulas

    Both of those worked for the email address. Didn't try them for the web address since the formula contains "mailto:"

  13. #13
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,563

    Re: Email and Web addresses do not work in formulas

    See my second post for the URL.

    Glad to have helped.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

  14. #14
    Registered User
    Join Date
    07-09-2012
    Location
    IL
    MS-Off Ver
    Excel 2019
    Posts
    42

    Re: Email and Web addresses do not work in formulas

    Sorry, the web address does work as well. Some how copied the mailto: formula twice. Thank you for all the work.

  15. #15
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,563

    Re: Email and Web addresses do not work in formulas

    The web address formula has nothing to do with the mailto formula, and yes, it does work (if you do it correctly - see attached).
    Attached Files Attached Files

  16. #16
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,563

    Re: Email and Web addresses do not work in formulas

    If you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

+ 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. Automatic Outlook email to different email addresses when review date is due
    By Snow6614 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-11-2020, 01:36 PM
  2. Replies: 6
    Last Post: 11-06-2014, 06:12 AM
  3. Replies: 1
    Last Post: 09-09-2013, 03:46 PM
  4. email excel file or worksheet as an attachment to multiple email addresses
    By jgeagle5 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-16-2009, 03:40 PM
  5. edit, save as new and email to multiple email addresses
    By murphyx232 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-20-2007, 02:37 PM
  6. [SOLVED] can I copy a column of email addresses, paste into email address?
    By Lizizfree in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 07-20-2006, 05:05 PM
  7. [SOLVED] Transfer Email addresses from spreadsheet to email address book
    By Beana in forum Excel General
    Replies: 2
    Last Post: 05-30-2006, 01:10 PM

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