Hyperlink Function

H

Hershey

I'm trying to create a hyperlink in a cell on Sheet1 to cell A1 in Sheet2.
The value of Sheet1!A3 is Sheet2.
I'm entering this formula, and no error value is returned, but it just
doesn't go there.
Here is the formula:

=HYPERLINK(INDIRECT(MID(CELL("filename"),FIND("[",CELL("filename")),FIND("]",CELL("filename"))-FIND("[",CELL("filename"))+1)&A3&"!$a$1"),A3)

Any ideas?
 
H

Hershey

Thanks, Max
I learned to make use of 'address' info type
I learned to enclose sheet names within apostrophes
I noticed that the number sign has an effect on formatting, but I don't
understand why
The hyperlinked text is not underlined or blue, and is an isle of Veranda in
a sea fo Arial. How?


Max said:
In Sheet1,
I got this rendition to work ok:
=HYPERLINK("#"&CELL("address",INDIRECT("'"&A3&"'!A1")),A3)
where in A3: Sheet2
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:15,900 Files:354 Subscribers:53
xdemechanik
---
Hershey said:
I'm trying to create a hyperlink in a cell on Sheet1 to cell A1 in Sheet2.
The value of Sheet1!A3 is Sheet2.
I'm entering this formula, and no error value is returned, but it just
doesn't go there.
Here is the formula:

=HYPERLINK(INDIRECT(MID(CELL("filename"),FIND("[",CELL("filename")),FIND("]",CELL("filename"))-FIND("[",CELL("filename"))+1)&A3&"!$a$1"),A3)

Any ideas?
 
M

Max

The hyperlinked text is not underlined or blue, and is an isle of Veranda
in
a sea fo Arial.

I'm not sure what's that, but think you can just format the formula cell in
the normal way to taste. The "#" in the formula has nothing to do with
formatting.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:15,700 Files:353 Subscribers:53
xdemechanik
---
 
D

Dave Peterson

That # is the subaddress indicator for the link.

This link:
http://contextures.com/xlFunctions02.html
will take you to the top of one of Debra Dalgleish's pages.

This link:
http://contextures.com/xlFunctions02.html#Trouble
will take you to the section(?) named Trouble on that page.

You may want to change the hyperlink style so that it's the way you want.

In xl2003:
format|Style
Use the dropdown to choose Hyperlink
Click Modify
and make it what you want.

Styles live in workbooks. So this change won't have any effect on any other
workbook.

Thanks, Max
I learned to make use of 'address' info type
I learned to enclose sheet names within apostrophes
I noticed that the number sign has an effect on formatting, but I don't
understand why
The hyperlinked text is not underlined or blue, and is an isle of Veranda in
a sea fo Arial. How?

Max said:
In Sheet1,
I got this rendition to work ok:
=HYPERLINK("#"&CELL("address",INDIRECT("'"&A3&"'!A1")),A3)
where in A3: Sheet2
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:15,900 Files:354 Subscribers:53
xdemechanik
---
Hershey said:
I'm trying to create a hyperlink in a cell on Sheet1 to cell A1 in Sheet2.
The value of Sheet1!A3 is Sheet2.
I'm entering this formula, and no error value is returned, but it just
doesn't go there.
Here is the formula:

=HYPERLINK(INDIRECT(MID(CELL("filename"),FIND("[",CELL("filename")),FIND("]",CELL("filename"))-FIND("[",CELL("filename"))+1)&A3&"!$a$1"),A3)

Any ideas?
 
G

Gord Dibben

Max

I didn't see the original post but maybe

"An Isle of Verdana in a Sea of Arial"

Referring to Font Types


Gord
 
D

Dave Peterson

I think that's it, too.

An island of calm in a sea of hurricanes!

(Ok, that ain't good.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top