Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Dynamic Hyperlink

Hi,

I want to create a hyperlink to a webpage from an excel sheet.

Is there anyway to dynamically read the content of a cell on the same
row the formula cell is on and use the data it contains in the middle
of a hyperlink function??

EXAMPLE:

1.If I'm putting the formula in a cell on column Q is there anyway to
read the contents of a cell on the same row in column A

2. Can I then place the contents of this cell in column A in the middle
of the hyperlink function like this:
=HYPERLINK("http://www.webpage.com/CASE_ID="A2"&BUSINESS_UNIT=SAM",
"Link")


Be grateful for any help...

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Dynamic Hyperlink

=HYPERLINK("http://www.webpage.com/CASE_ID="&A2&"&BUSINESS_UNIT=SAM","Link")

If I understand???

Ciaran Duffy wrote:

Hi,

I want to create a hyperlink to a webpage from an excel sheet.

Is there anyway to dynamically read the content of a cell on the same
row the formula cell is on and use the data it contains in the middle
of a hyperlink function??

EXAMPLE:

1.If I'm putting the formula in a cell on column Q is there anyway to
read the contents of a cell on the same row in column A

2. Can I then place the contents of this cell in column A in the middle
of the hyperlink function like this:
=HYPERLINK("http://www.webpage.com/CASE_ID="A2"&BUSINESS_UNIT=SAM",
"Link")

Be grateful for any help...


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Hyperlink peyman Excel Discussion (Misc queries) 1 October 10th 07 06:13 AM
dynamic hyperlink hamed Excel Discussion (Misc queries) 3 July 19th 07 08:44 PM
Dynamic Hyperlink [email protected] Excel Discussion (Misc queries) 1 February 20th 07 04:18 PM
dynamic hyperlink Ken Excel Discussion (Misc queries) 7 October 22nd 06 06:22 AM
Dynamic Hyperlink Larry S Excel Worksheet Functions 5 May 17th 06 12:21 PM


All times are GMT +1. The time now is 04:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"