A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Hyperlink Function to Tab



 
 
Thread Tools Display Modes
  #1  
Old December 23rd, 2009, 03:56 PM posted to microsoft.public.excel.misc
Matt
external usenet poster
 
Posts: 64
Default Hyperlink Function to Tab

I'm trying to create a hyperlink using the hyperlink function that
will go to a separate tab within the same worksheet. What I'm using
is: =HYPERLINK("'Tab1'!A1","Cell1") , but it is telling me it
cannot open the specified file. Can anyone help?
  #2  
Old December 23rd, 2009, 04:25 PM posted to microsoft.public.excel.misc
Pete_UK
external usenet poster
 
Posts: 8,780
Default Hyperlink Function to Tab

Try it like this:

=HYPERLINK("#'Tab1'!A1","Cell1")

Note the apostrophe is after the # - this basically means "the current
file".

Hope this helps.

Pete

On Dec 23, 3:56*pm, Matt wrote:
I'm trying to create a hyperlink using the hyperlink function that
will go to a separate tab within the same worksheet. *What I'm using
is: * *=HYPERLINK("'Tab1'!A1","Cell1") * * , but it is telling me it
cannot open the specified file. *Can anyone help?


  #3  
Old December 23rd, 2009, 04:56 PM posted to microsoft.public.excel.misc
Matt
external usenet poster
 
Posts: 64
Default Hyperlink Function to Tab

That work perfectly. Now the next step would be to use that to create
a sort of index. The tab names are listed in column A. Using the
hyperlink function in column B, it would create a hyperlink to the tab
based on whats in column A. I thought I could use a combination of
hyperlink and indirect, but I think my syntax is wrong (?)

=HYPERLINK(INDIRECT(""#'"&A1&"'!A1""),"Cell1"), where Tab1 is typed in
the A1 cell

Any ideas?

  #4  
Old December 23rd, 2009, 05:01 PM posted to microsoft.public.excel.misc
Hutch
external usenet poster
 
Posts: 35
Default Hyperlink Function to Tab

I am not sure about the syntax, but at least in Excel 2007 you can create a
hyperlink to another place in a document by right-clicking on a cell,
choosing Hyperlink, and then on the left-hand side of the window that opens
choose 'Place in this document'.

"Matt" wrote:

I'm trying to create a hyperlink using the hyperlink function that
will go to a separate tab within the same worksheet. What I'm using
is: =HYPERLINK("'Tab1'!A1","Cell1") , but it is telling me it
cannot open the specified file. Can anyone help?
.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:03 AM.


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