+ Reply to Thread
Results 1 to 2 of 2

How to Copy Formula Produced Value with Hyperlink

  1. #1
    Registered User
    Join Date
    07-02-2014
    Location
    Thennessee
    MS-Off Ver
    2012 Pro
    Posts
    21

    How to Copy Formula Produced Value with Hyperlink

    Hey Guys -

    I'm using Excel 2016 and have got a spreadsheet in the following format:
    ----------A-------------B-----------C------------D---------------E-----------------F
    1----Tool Name----Category---License----Overview------How To Use-------Web URL
    2------Ditto--------Desktop-----Open-----Blah, Blah------Blah, Blah--------www ditto com
    3...
    Notes:
    - Row 1 values are just column headers
    - Please ignore the dashes. Spacing wasn't translating correctly so added them in for that purpose only
    - Cell F2 should be a standard HTTP web URL, but I can't post them yet


    As you can see, Column A is a name and column F is a web URL. The goal is to create a formula or other method which will grab the address from column F and set is as the hyperlink for the text in Column A. Once done, I will be deleting column F as the purpose of this is to clean up the spreadsheet. If applied to the example above, the end result would look similar except for "Ditto" would be hyperlinked to go to "www ditto com" when clicked on and column F would no longer exist thus making row 2 appear as follows:
    ----------A-------------B-----------C------------D---------------E
    1----Tool Name----Category---License----Overview------How To Use
    2------Ditto--------Desktop-----Open-----Blah, Blah------Blah, Blah
    3...
    "Ditto" in cell A2 above would be hyperlinked to the value that was in cell F2 (www ditto com)

    I have tried a few things out and the furthest I got was in a cell in column G (empty) adding the formula: "=HYPERLINK(F2, A2)". This would create the text named after cell A2 in that column with a hyperlink from F2 as desired except that it's in cell G2, not A2 and it references other cells which I plan to delete. I tried copying the cell then pasting it into A2 using a variety of "special" pastes, but nothing I found could do what I wanted. I'm only applying this to 2-3 spreadsheets so am planning to delete the column manually.

    Overall, I think it would work if I could just find out a way to copy one cell to another which would retain the cell's text, retain it's hyperlink, and not be dependent on any other cells for it's values.

    Any suggestions? Thanks!

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: How to Copy Formula Produced Value with Hyperlink

    maybe ="www."&HYPERLINK(A2)&".com"

    EDIT: this might work too?
    =HYPERLINK("www."&A2&".com")
    Last edited by Sam Capricci; 05-15-2018 at 04:41 PM.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ 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] With Hyperlink formula & vba, I want to copy text of hyperlink to the cell it's linked to
    By Freakytone in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-13-2017, 05:46 PM
  2. [SOLVED] FORMULA NEEDED: If a cell = certain criteria a consecutive number will be produced
    By Aravia in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-05-2015, 10:49 PM
  3. Cancel copy, paste options in new automatically produced workbooks
    By tconnell1965 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-22-2013, 07:15 AM
  4. Mystery Automated Formula Produced
    By ablinkx in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-08-2013, 06:15 PM
  5. [SOLVED] Copy coefficients of an equation produced by a graph into cells
    By mogoldberg in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-06-2013, 06:38 PM
  6. Hyperlink produced when content of cell is placed in userform textbox
    By SH4001 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-22-2012, 02:28 AM
  7. [SOLVED] copy hyperlink in formula?
    By y_not in forum Excel General
    Replies: 2
    Last Post: 06-29-2012, 04:49 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