Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to insert a 'hyperlink' into a spreadsheet. The URL I'm using
is: http://www.fedex.com/Tracking?cntry_code=us and I would like Excel to add the contents of the cell to the URL. This is for tracking purposes in FedEx, and I would like to send our customer a spreadsheet wherein they could click on the tracking number (the contents of the cell in question) and view the tracking information. Using the formula; =hyperlink("http://www.fedex.com/Tracking?cntry_code=us,j1) simply puts you at the FedEx tracking screen and the tracking number isn't added to the equation. Anybody know of any way to get the formula to add the tracking number to the Url? -- chuck |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
J1 contains the tracking number?
=hyperlink("http://www.fedex.com/Tracking?cntry_code=us,"&j1,"click me") The formula you posted wasn't correct in a couple of different ways. I'm not sure what you really tried in your worksheet. chuckie wrote: I am trying to insert a 'hyperlink' into a spreadsheet. The URL I'm using is: http://www.fedex.com/Tracking?cntry_code=us and I would like Excel to add the contents of the cell to the URL. This is for tracking purposes in FedEx, and I would like to send our customer a spreadsheet wherein they could click on the tracking number (the contents of the cell in question) and view the tracking information. Using the formula; =hyperlink("http://www.fedex.com/Tracking?cntry_code=us,j1) simply puts you at the FedEx tracking screen and the tracking number isn't added to the equation. Anybody know of any way to get the formula to add the tracking number to the Url? -- chuck -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
URL is in cell A10 and trucking number in A11 =A10&","&A11 then copy the above result as value "chuckie" wrote: I am trying to insert a 'hyperlink' into a spreadsheet. The URL I'm using is: http://www.fedex.com/Tracking?cntry_code=us and I would like Excel to add the contents of the cell to the URL. This is for tracking purposes in FedEx, and I would like to send our customer a spreadsheet wherein they could click on the tracking number (the contents of the cell in question) and view the tracking information. Using the formula; =hyperlink("http://www.fedex.com/Tracking?cntry_code=us,j1) simply puts you at the FedEx tracking screen and the tracking number isn't added to the equation. Anybody know of any way to get the formula to add the tracking number to the Url? -- chuck |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the tracking number is in cell A2, could do:
=HYPERLINK("http://www.fedex.com/Tracking?cntry_code=us"&J1,J1) Check your other post to see other ways of concatenating url's w/ the tracking numbers. http://www.microsoft.com/office/comm...f-d92f3273cc1f -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "chuckie" wrote: I am trying to insert a 'hyperlink' into a spreadsheet. The URL I'm using is: http://www.fedex.com/Tracking?cntry_code=us and I would like Excel to add the contents of the cell to the URL. This is for tracking purposes in FedEx, and I would like to send our customer a spreadsheet wherein they could click on the tracking number (the contents of the cell in question) and view the tracking information. Using the formula; =hyperlink("http://www.fedex.com/Tracking?cntry_code=us,j1) simply puts you at the FedEx tracking screen and the tracking number isn't added to the equation. Anybody know of any way to get the formula to add the tracking number to the Url? -- chuck |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Eduardo:
This works only if preceeded by the '=hyperlink' formula, copy/save value removes the hyperlink (clickable) quality, thereby rendering it useless. I will try it and 'hide' the other columns. Thank you for the reply... -- chuck "Eduardo" wrote: Hi, URL is in cell A10 and trucking number in A11 =A10&","&A11 then copy the above result as value "chuckie" wrote: I am trying to insert a 'hyperlink' into a spreadsheet. The URL I'm using is: http://www.fedex.com/Tracking?cntry_code=us and I would like Excel to add the contents of the cell to the URL. This is for tracking purposes in FedEx, and I would like to send our customer a spreadsheet wherein they could click on the tracking number (the contents of the cell in question) and view the tracking information. Using the formula; =hyperlink("http://www.fedex.com/Tracking?cntry_code=us,j1) simply puts you at the FedEx tracking screen and the tracking number isn't added to the equation. Anybody know of any way to get the formula to add the tracking number to the Url? -- chuck |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Luke M:
This works very well, however, I tried copy/save value and it shuts down the 'hyperlink'. The cell is still highlighted and underlined, just not clickable. As I said to Eduardo, I think I will try them and then 'hide' the unnecessary column(s). Any ideas how to keep the hyperlink active after copy/save value? -- chuck "Luke M" wrote: If the tracking number is in cell A2, could do: =HYPERLINK("http://www.fedex.com/Tracking?cntry_code=us"&J1,J1) Check your other post to see other ways of concatenating url's w/ the tracking numbers. http://www.microsoft.com/office/comm...f-d92f3273cc1f -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "chuckie" wrote: I am trying to insert a 'hyperlink' into a spreadsheet. The URL I'm using is: http://www.fedex.com/Tracking?cntry_code=us and I would like Excel to add the contents of the cell to the URL. This is for tracking purposes in FedEx, and I would like to send our customer a spreadsheet wherein they could click on the tracking number (the contents of the cell in question) and view the tracking information. Using the formula; =hyperlink("http://www.fedex.com/Tracking?cntry_code=us,j1) simply puts you at the FedEx tracking screen and the tracking number isn't added to the equation. Anybody know of any way to get the formula to add the tracking number to the Url? -- chuck |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste Hyperlink result as working hyperlink | Excel Worksheet Functions | |||
Can't make hyperlink function work for hyperlink to website | Excel Worksheet Functions | |||
How do I create a hyperlink to a cell with the hyperlink function | Excel Worksheet Functions | |||
Moving rows with Hyperlink doesn't move hyperlink address | Excel Discussion (Misc queries) | |||
Intra-workbook hyperlink: macro/function to return to hyperlink ce | Excel Discussion (Misc queries) |