Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Gav via OfficeKB.com
 
Posts: n/a
Default Linking Hyperlinks into different cells

I have got a front sheet with several selections to make. This is
transfered onto a hidden sheet where it uses an autofitler to narrow the
search down to one row. On this row there are several numbers which I
transfer onto the front page. I also need to transfer a hyperlink onto the
front sheet.
I can transfer the text of the hyperlink, using this:

{=INDEX(K11:K304,MATCH(1,SUBTOTAL(3,OFFSET(K11:K30 4,ROW(K11:K304)-MIN(ROW
(K11:K304)),,1)),0))}

I cannot transfer the hyperlink itself, does anyone know how to do this?

Thanks in advance,
Gav

--
Message posted via http://www.officekb.com
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

Untested:

=hyperlink(yourformula)

But if this works, it'll make anything that's returned into a link. (It uses
the value in the cell--not the link (added via insert|hyperlink).

"Gav via OfficeKB.com" wrote:

I have got a front sheet with several selections to make. This is
transfered onto a hidden sheet where it uses an autofitler to narrow the
search down to one row. On this row there are several numbers which I
transfer onto the front page. I also need to transfer a hyperlink onto the
front sheet.
I can transfer the text of the hyperlink, using this:

{=INDEX(K11:K304,MATCH(1,SUBTOTAL(3,OFFSET(K11:K30 4,ROW(K11:K304)-MIN(ROW
(K11:K304)),,1)),0))}

I cannot transfer the hyperlink itself, does anyone know how to do this?

Thanks in advance,
Gav

--
Message posted via http://www.officekb.com


--

Dave Peterson
  #3   Report Post  
Gav via OfficeKB.com
 
Posts: n/a
Default

Cheers Dave, but that didnt work, it gave a hyperlink, but didnt have an
address to go to.

Any other suggestions?

Gav

--
Message posted via http://www.officekb.com
  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

That =hyperlink() uses the value returned.

If your returned value isn't a valid hyperlink, then maybe you could convert it
to one:

=hyperlink("http://" & yourformula)

If the value returned was missing the http:// portion.

If that doesn't work, what do you see in the cell?

"Gav via OfficeKB.com" wrote:

Cheers Dave, but that didnt work, it gave a hyperlink, but didnt have an
address to go to.

Any other suggestions?

Gav

--
Message posted via http://www.officekb.com


--

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
I would like to extend hyperlinks across cells venkat Excel Discussion (Misc queries) 2 May 21st 05 04:01 AM
Preserving hyperlinks in linked cells JulieW Excel Discussion (Misc queries) 1 February 24th 05 07:53 PM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Linking Cells and applying a sort Destiny Excel Worksheet Functions 3 December 16th 04 09:13 PM
linking cells colors Jaan Excel Worksheet Functions 1 December 12th 04 07:34 AM


All times are GMT +1. The time now is 08:54 PM.

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"