+ Reply to Thread
Results 1 to 4 of 4

Can I Create Hyperlink using Concatenate???

  1. #1
    Registered User
    Join Date
    10-09-2006
    Posts
    2

    Can I Create Hyperlink using Concatenate???

    I have a sheet that lists part numbers in one column. Next to it I would like to create a hyperlink to a web address that is the image for that part number. All of the images are at the same web address so everythink is identical except for the part including the part number. for example the address for the first item is http://www.website.com/images/products/1-4.jpg Can I use concatenate or some other function to create the hyperlink column using the part numbers from another column??? and then populate the whole column automatically. (The are over 7000 items in the part column)

    Thanks,

    John

    Part No
    1-4
    1-200
    1-202
    1-208
    1-210
    1-211
    1-212
    1-213
    1-214
    1-220
    1-221-A
    1-221-SM
    1-222
    1-226

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482
    Try this
    ="http://www.website.com/images/products/"&A1
    ="http://www.website.com/images/products/"&A2
    ="http://www.website.com/images/products/"&A3
    ="http://www.website.com/images/products/"&A4
    ="http://www.website.com/images/products/"&A5
    ="http://www.website.com/images/products/"&A6
    ="http://www.website.com/images/products/"&A7
    ="http://www.website.com/images/products/"&A8
    ="http://www.website.com/images/products/"&A9
    ="http://www.website.com/images/products/"&A10
    ="http://www.website.com/images/products/"&A11
    ="http://www.website.com/images/products/"&A12
    ="http://www.website.com/images/products/"&A13
    ="http://www.website.com/images/products/"&A14



    here are a few links with a lot of info on hyperlinks

    http://www.mvps.org/dmcritchie/excel/buildtoc.htm
    http://peltiertech.com/Excel/Hyperlinks.html
    http://exceltips.vitalnews.com/Pages..._in_Excel.html

  3. #3
    Registered User
    Join Date
    10-09-2006
    Posts
    2
    That works somewhat. What about getting the .jpg on the end?

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482
    you could add it to the formula,

    ="http://www.website.com/images/products/"&A1&".jpg"

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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