+ Reply to Thread
Results 1 to 5 of 5

Dynamic Cell URL's from Tracking Numbers

  1. #1
    Registered User
    Join Date
    07-09-2007
    Posts
    3

    Dynamic Cell URL's from Tracking Numbers

    Moderators: Feel free to reloacte please if this is not exactly the right place for this.

    Description: I have a worksheet where in 2 columns, tracking numbers (UPS) are pasted. One for Incoming and one for Outgoing. I would like entered text of the tracking number to format itself into a click-able link.

    Problem: The way that the UPS site does it's tracking, a full package status url has the tracking number in the middle.

    Example: (Please note: Not an Actual URL!)
    http://wwwapps.ups.com/WebTracking/p....x=0&track.y=0

    As an example: A user enters in the following Tracking Number as plain text: 1A1111AA2222222222

    It should then display as 1A1111AA2222222222 in the cell as a click-able link to:
    (Please note: Not an Actual URL!)
    http://wwwapps.ups.com/WebTracking/p....x=0&track.y=0

    How do I make that possible?

    I have figured out how to set a =HYPERLINK where it can do so, but then I end up with at best, two columns where it takes the entered tracking number in one cell and puts together the complete URL in the second cell.

    I would prefer to have the cell format itself rather like Date/Time etc can be formated.

    Is this even possible? If so, how can I accomplish it?

  2. #2
    Forum Contributor
    Join Date
    11-23-2005
    Location
    Perth, Australia
    Posts
    218

    Dynamic Cell URL's from Tracking Numbers

    Hi there

    If you enter the tracking number in A1, put the below in Cell B1(changing the web address to the proper address but leaving the " & A1 & " as this is where the tracking number will be inserted.

    Please Login or Register  to view this content.
    Let me know if this is what you were after!

  3. #3
    Registered User
    Join Date
    07-09-2007
    Posts
    3
    It may at that. However, there are multiple rows in the spreadsheet. Is there a way to get it to enumerate entries of Tracking numbers for all the cells in the column? (with the exception of possibly the first two rows of said column.)

    Why the first 2? Well, one would contain the formula, the second would be the "Header" if you will. (Where the title of "Outgoing Tracking" and "Incoming Tracking" would be present so that the users would know which of the tracking number to put in to the column.)
    Last edited by mlafleur; 07-10-2007 at 01:11 AM.

  4. #4
    Forum Contributor
    Join Date
    11-23-2005
    Location
    Perth, Australia
    Posts
    218

    Dynamic Cell URL's from Tracking Numbers

    You can just drag this formula down for as many cells as you wish, to do that, hover over the bottom left corner of the cell, you will notice the cursor changes to a cross, click and drag this down for as many cells as you want. The cell value will automatically change. You can then delete the formula from A1 and A2

  5. #5
    Registered User
    Join Date
    07-09-2007
    Posts
    3
    Well, it seems to be working. Ish. I end up with it pulling the data for the link with the cell data from the one below it which means I end up with row doubling.

    To clarify, I put the code into D2. Enter Tracking # into D3. I get tracking number in D2 and D3, but only D2 is click-able.

    D4 then looks at D5 for information, etc.
    Last edited by mlafleur; 07-10-2007 at 02:05 AM.

+ 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