Hello easycapital,
Change the formula in C7 to:
=HYPERLINK("[Name of workbook.xls]#'"&snfcn(B7)
Update the workbook name, of course :)
Regards,
Patrick
Main Topics
Browse All TopicsOK. Now we show the label of the worksheet on cells C7:C9 as per question Q_24823541.
So in this question I am looking to find out how to make the answer hyperlinkable, so that the user can be taken to such worksheet, say A1.
The reason I am posting this question is two fold:
1) I do not know how to do it.
2) Please comment on how we are not creating an issue as per the post I found, which of course I do not understand as I do not know VBA. To summarize it, it mentions
"Object links cause problems if you have a lot of them. Changing from object links to
worksheet hyperlinks opens up its own can of worms, since the worksheet function
requires the workbook name. "
http://www.mvps.org/dmcrit
Thank you,
JP
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi Guys,
I posted a previous question where I received an answer from matthewspatrick and patrickab showing me both how to show the name of the worksheet name that corresponds to the sheet number in column B.
Here I am looking to make that linkable. So I have attached the answer from the previous question so that you get a better feel of where exactly I need to make such answer linkable. I created one column for Patrick and one for PatOBrien.
Thanks,
JP
JP,
As I mentioned in my previous comment in this question, you just need to embed the result in a HYPERLINK
formula. Thus, the formula for C7 would be:
=HYPERLINK("file name.xls#'"&SheetNameFromC
Update the file name above, and you will be all set.
Patrick
Business Accounts
Answer for Membership
by: PatOBrienPosted on 2009-10-19 at 10:56:44ID: 25607417
try the attached code:
Select allOpen in new window