#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default Hyperlinks

Hello from Steved

I have a worksheet in excel that I use to link to Paragraphs in Word

CitySchools.doc#027^t3.35

A question please Can I in Excel spreadsheet put the a list off links as I
have over 600 links, and from time to to time I need to edit some off them
because the information in the word document changes as for example

CitySchools.doc#027^t3.35 will change to

CitySchools.doc#027^t3.55

Thankyou.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,365
Default Hyperlinks

Yes, you could do that. I think probably the best way would be to have a
sheet (that you could hide for neatness) that would have your list of links
in it that you could edit routinely. Then in the sheet(s) where you need to
link to the document from, use the HYPERLINK() function. See Excel Help for
specifics of that function, but basically it takes 2 arguments:
first is the URL of the target
second is the 'friendly' text to display in the cell.

If you set up 2 columns on the hidden sheet, lets call it MyLinkSheet, one
with the addresses of the links (column A) and another with the text to
display (column B) then you could edit both on that sheet. Meanwhile, to use
them elsewhere you could use a formula like
=HYPERLINK(MyLinkSheet!$A$1,MyLinkSheet!$B$1)
or to be more flexible (or less?) you could use something like
=HYPERLINK(MyLinkSheet!A1,"click here to read about this topic")
in either case, changing the address in A1 on MyLinkSheet would update the
link as used elsewhere.


"Steved" wrote:

Hello from Steved

I have a worksheet in excel that I use to link to Paragraphs in Word

CitySchools.doc#027^t3.35

A question please Can I in Excel spreadsheet put the a list off links as I
have over 600 links, and from time to to time I need to edit some off them
because the information in the word document changes as for example

CitySchools.doc#027^t3.35 will change to

CitySchools.doc#027^t3.55

Thankyou.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default Hyperlinks

Hello from Steved

I thankyou very much for your time and explanation.

"JLatham" wrote:

Yes, you could do that. I think probably the best way would be to have a
sheet (that you could hide for neatness) that would have your list of links
in it that you could edit routinely. Then in the sheet(s) where you need to
link to the document from, use the HYPERLINK() function. See Excel Help for
specifics of that function, but basically it takes 2 arguments:
first is the URL of the target
second is the 'friendly' text to display in the cell.

If you set up 2 columns on the hidden sheet, lets call it MyLinkSheet, one
with the addresses of the links (column A) and another with the text to
display (column B) then you could edit both on that sheet. Meanwhile, to use
them elsewhere you could use a formula like
=HYPERLINK(MyLinkSheet!$A$1,MyLinkSheet!$B$1)
or to be more flexible (or less?) you could use something like
=HYPERLINK(MyLinkSheet!A1,"click here to read about this topic")
in either case, changing the address in A1 on MyLinkSheet would update the
link as used elsewhere.


"Steved" wrote:

Hello from Steved

I have a worksheet in excel that I use to link to Paragraphs in Word

CitySchools.doc#027^t3.35

A question please Can I in Excel spreadsheet put the a list off links as I
have over 600 links, and from time to to time I need to edit some off them
because the information in the word document changes as for example

CitySchools.doc#027^t3.35 will change to

CitySchools.doc#027^t3.55

Thankyou.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,365
Default Hyperlinks

You're very welcome, I hope this helps with your link managing.

"Steved" wrote:

Hello from Steved

I thankyou very much for your time and explanation.

"JLatham" wrote:

Yes, you could do that. I think probably the best way would be to have a
sheet (that you could hide for neatness) that would have your list of links
in it that you could edit routinely. Then in the sheet(s) where you need to
link to the document from, use the HYPERLINK() function. See Excel Help for
specifics of that function, but basically it takes 2 arguments:
first is the URL of the target
second is the 'friendly' text to display in the cell.

If you set up 2 columns on the hidden sheet, lets call it MyLinkSheet, one
with the addresses of the links (column A) and another with the text to
display (column B) then you could edit both on that sheet. Meanwhile, to use
them elsewhere you could use a formula like
=HYPERLINK(MyLinkSheet!$A$1,MyLinkSheet!$B$1)
or to be more flexible (or less?) you could use something like
=HYPERLINK(MyLinkSheet!A1,"click here to read about this topic")
in either case, changing the address in A1 on MyLinkSheet would update the
link as used elsewhere.


"Steved" wrote:

Hello from Steved

I have a worksheet in excel that I use to link to Paragraphs in Word

CitySchools.doc#027^t3.35

A question please Can I in Excel spreadsheet put the a list off links as I
have over 600 links, and from time to to time I need to edit some off them
because the information in the word document changes as for example

CitySchools.doc#027^t3.35 will change to

CitySchools.doc#027^t3.55

Thankyou.

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
hyperlinks Pascale Excel Discussion (Misc queries) 5 October 5th 06 01:01 PM
Excel Hyperlinks- cell content v. hyperlinks herpetafauna Excel Discussion (Misc queries) 2 May 23rd 06 04:39 AM
If and hyperlinks.... Frazer Excel Discussion (Misc queries) 4 August 18th 05 01:56 PM
hyperlinks Michele Excel Discussion (Misc queries) 3 July 11th 05 02:11 PM
Hyperlinks mike at calgary Excel Discussion (Misc queries) 0 June 1st 05 12:11 AM


All times are GMT +1. The time now is 05:44 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"