+ Reply to Thread
Results 1 to 3 of 3

Hyperlinks in Formulas

Hybrid View

  1. #1
    Registered User
    Join Date
    03-30-2016
    Location
    New York, USA
    MS-Off Ver
    2010
    Posts
    1

    Hyperlinks in Formulas

    I am hoping to create a formula that will transfer hyperlinks to another cell. I provided very basic pictures to help show somewhat what I mean. But basically whenever I have a function that references a hyperlink in another cell, I just get plain text back - the hyperlink is not preserved in the formula. Is there a way to fix this.
    Please let me know if you have any other questions.
    Attached Images Attached Images

  2. #2
    Valued Forum Contributor
    Join Date
    01-16-2012
    Location
    England
    MS-Off Ver
    MS 365 Version 2501 64-bit
    Posts
    1,465

    Re: Hyperlinks in Formulas

    Try this in C6:

    =HYPERLINK(INDIRECT("C3"))

    Ochimus

  3. #3
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Hyperlinks in Formulas

    Try:
    Formula: copy to clipboard
    =HYPERLINK("http://"&INDIRECT("C3"))

    or optional:
    Formula: copy to clipboard
    =HYPERLINK("http://"&INDIRECT("C3"),"Google")

    or without INDIRECT()
    Formula: copy to clipboard
    =HYPERLINK("http://"&C3&"")
    Last edited by sandy666; 03-31-2016 at 04:28 AM.

+ 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. [SOLVED] VBA or Excel function to open a range of hyperlinks formulas
    By Joseph.Excel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-21-2015, 02:16 PM
  2. How to get Hyperlinks to carry through when using formulas
    By Grimace in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-11-2014, 10:37 PM
  3. [SOLVED] Changing Huge Numbers of Hyperlinks (formulas)
    By Nuno W in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-11-2014, 11:22 AM
  4. Find Hyperlinks, Copy Hyperlinks to alternative sheet, print all hyperlinks
    By matrixpom in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-13-2013, 05:13 PM
  5. List containing hyperlinks(formulas)
    By himey77 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-31-2011, 08:46 PM
  6. Hyperlinks in Formulas
    By Smookieman in forum Excel General
    Replies: 1
    Last Post: 01-18-2005, 09:06 PM
  7. [SOLVED] Hyperlinks static but formulas are not. Why?
    By Hari in forum Excel General
    Replies: 2
    Last Post: 01-13-2005, 09:06 PM

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