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.
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.
Thanks A Lot!!!! I thought it would be something simple... I just didn't know the syntax at the end.
Thanks Again,
jbmerrel
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks