+ Reply to Thread
Results 1 to 2 of 2

Wildcard in Hyperlink formula

  1. #1
    Registered User
    Join Date
    08-20-2008
    Location
    Canada
    Posts
    1

    Wildcard in Hyperlink formula

    We have a makeshift parts list that we use at work. A couple of us find it hard to remember the some 3000 parts so we want to add pictures next to the part numbers so we can visualize the parts so we don't have to manually search for it. We decided to us the hyperlink function and use strings from the spreadsheet to populate a URL - just like this:

    =HYPERLINK("D:\Company_Name\Data Files\Parts"&"\"&IF(A5>=8000,"8-series",IF(A5>=6000,"6-series",IF(A5>=5000,"5-series",IF(A756>=2000,"2-series"))))&"\"&A756&IF(G756="",""," ("&G5&")")&"\"&V5&"_"&"~"&".jpg","Click Me")

    So the hyperlink should look like:
    D:\Company_Name\Data Files\Parts\8000\8036 (dpc-0021)\8036-099-ny-gy-10-11_9.jpg

    Instead, I see:
    D:\Company_Name\Data Files\Parts\8000\8036 (dpc-0021)\8036-099-ny-gy-10-11_~.jpg

    The bold portion is the part I'm having trouble with. Each picture will have a different Rev level that we don't keep track of in the spreadsheet, so I wanted to use a wildcard, and appears to be the source of my problem. Does anyone have a work around to this issue?

    Thanks for reading.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    since you are linking to something say
    martin_1.text or possibly martin_2.txt or martin_3.txt
    how would hyperlink know which one to choose if you used wild card? it couldnt open all 3.
    i suspect you need to go down the vba route where it could look at folder and choose latest /only ,revison/version
    Last edited by martindwilson; 08-20-2008 at 07:56 PM.

+ 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. Dragging a formula, but keeping certain values
    By sprackers in forum Excel General
    Replies: 1
    Last Post: 05-13-2008, 10:59 AM
  2. Problem with Formula copy/drag
    By aspence in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-23-2008, 03:53 PM
  3. How do I subsitute part of a formula linked to another workbook?
    By Scej12 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-03-2007, 10:10 AM
  4. formula to copy a hyperlink from one cell to another?
    By zacharybleu in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 12-15-2006, 02:34 PM
  5. use cell content as cell address in formula
    By nnsc in forum Excel General
    Replies: 4
    Last Post: 11-05-2006, 03:12 AM

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