+ Reply to Thread
Results 1 to 3 of 3

Thread: Hyperlink help

  1. #1
    Registered User
    Join Date
    12-14-2010
    Location
    Texas,United Stated
    MS-Off Ver
    Excel 2007
    Posts
    51

    Hyperlink help

    Okay, here is the setup:
    I want to track UPS shipments through excel. I have UPS tracking numbers in column F. I want to have a hyperlink Column G.

    This is the hyperlink to make it go directly to the tracking information page.
    wwwapps.ups.com/etracking/tracking.cgi?TypeOfInquiryNumber=T&InquiryNumber1=1Z1111111111111111
    (Whereas the 1Z11111111111111 is the tracking number)

    Here is the problem:

    In order for this link to go directly to the tracking information, I have to edit the hyperlink and physically type in a new tracking number into that link.

    Is there a way to reference the cell that has the tracking number in it and paste that value into the link after the equal sign?

    Thanks In Advance
    Last edited by jbmerrel; 11-18-2011 at 02:08 PM.

  2. #2
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,636

    Re: Hyperlink help

    You can use a HYPERLINK formula like:

    =HYPERLINK("http://www.apps.ups.com/etracking/tracking.cgi?TypeOfInquiryNumber=T&InquiryNumber1="&A1)

    where A1 contains the tracking number.

    you can add a friendly_name too..

    =HYPERLINK("http://www.apps.ups.com/etracking/tracking.cgi?TypeOfInquiryNumber=T&InquiryNumber1="&A1,"Tracking # "&A1)
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Registered User
    Join Date
    12-14-2010
    Location
    Texas,United Stated
    MS-Off Ver
    Excel 2007
    Posts
    51

    Re: Hyperlink help

    Thanks A Lot!!!! I thought it would be something simple... I just didn't know the syntax at the end.

    Thanks Again,

    jbmerrel

+ 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.2.0