Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Hyperlink Help Needed

Can anyone help me with this: I am creating an excell file with two
sheets. Cell "A1" on shhet1 is being hyperlinked to cell "F26" on
"sheet2". Now when I add a raw to "sheet2" my cell of interest on
sheet two becomes "F27" which no longer is linked to "sheet1" "A". Now
I am linked to new "F26" which is empty.
Can some one help me to keep the link beetween the value on original
"F26" on sheet2 and "A1" on sheet1 despite adding raws or columns to
sheet2 and moving my value to a different cell?

thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 772
Default Hyperlink Help Needed

If you name your cell, when you create a hyperlink you will see the name
under defined names, it will always link to that cell. Let me know if i
misunderstood
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"mclassic" wrote:

Can anyone help me with this: I am creating an excell file with two
sheets. Cell "A1" on shhet1 is being hyperlinked to cell "F26" on
"sheet2". Now when I add a raw to "sheet2" my cell of interest on
sheet two becomes "F27" which no longer is linked to "sheet1" "A". Now
I am linked to new "F26" which is empty.
Can some one help me to keep the link beetween the value on original
"F26" on sheet2 and "A1" on sheet1 despite adding raws or columns to
sheet2 and moving my value to a different cell?

thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Hyperlink Help Needed

This can be a problem using hyperlinks to navagate within a workbook.
because the links are normally enclosed in double-quotes, they don't adjust
as rows/columns/ are added/deleted. But here is a neat trick using the
HYPERLINK function:


A formula like:


=HYPERLINK("#Sheet2!F26","go")


will "lock" in place, but:


=HYPERLINK("#"&CELL("address",Sheet@!F26),"target" )


will adjust !



--
Gary''s Student - gsnu200735


"mclassic" wrote:

Can anyone help me with this: I am creating an excell file with two
sheets. Cell "A1" on shhet1 is being hyperlinked to cell "F26" on
"sheet2". Now when I add a raw to "sheet2" my cell of interest on
sheet two becomes "F27" which no longer is linked to "sheet1" "A". Now
I am linked to new "F26" which is empty.
Can some one help me to keep the link beetween the value on original
"F26" on sheet2 and "A1" on sheet1 despite adding raws or columns to
sheet2 and moving my value to a different cell?

thanks


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 663
Default Hyperlink Help Needed

Hi,

Do the following:

1. In the Sheet2 click cell F26.
2. On the Insert menu, point to Name, and then click define. The Define name
dialog box is displayed. In the Refer to text box, you find the reference as
=sheet2!$f$26.
3. In the Name in workbook text box, enter a name (for example, cs) for the
cell address.
4. Click Add.
5. The name €œcs€ is displayed in the Name in workbook list.
6. Click OK to save the settings and return to the Sheet2
7. Click Sheet1 tab and select the cell A1.
8. On the Insert menu, click Hyperlink. The Hyperlink dialog box Is displayed.
9. In the Link to , select Place in this document.
10. Under Or select a place in this document list, select the name under the
Defined Names.
11. Click Ok to return to Sheet1. Now when you click A1, you jump to cell
F26 of Sheet2.

Challa Prabhu

"mclassic" wrote:

Can anyone help me with this: I am creating an excell file with two
sheets. Cell "A1" on shhet1 is being hyperlinked to cell "F26" on
"sheet2". Now when I add a raw to "sheet2" my cell of interest on
sheet two becomes "F27" which no longer is linked to "sheet1" "A". Now
I am linked to new "F26" which is empty.
Can some one help me to keep the link beetween the value on original
"F26" on sheet2 and "A1" on sheet1 despite adding raws or columns to
sheet2 and moving my value to a different cell?

thanks


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
Can't make hyperlink function work for hyperlink to website Frank B Denman Excel Worksheet Functions 15 February 5th 07 11:01 PM
How do I create a hyperlink to a cell with the hyperlink function S. Bevins Excel Worksheet Functions 2 July 20th 06 08:06 PM
Moving rows with Hyperlink doesn't move hyperlink address Samad Excel Discussion (Misc queries) 15 June 22nd 06 12:03 PM
Intra-workbook hyperlink: macro/function to return to hyperlink ce marika1981 Excel Discussion (Misc queries) 3 May 6th 05 05:47 AM
Hyperlink info & help needed John87111 Excel Discussion (Misc queries) 0 April 26th 05 08:58 PM


All times are GMT +1. The time now is 01:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"