Keeping the hyperlink address hidden in a cell.

  • Thread starter rholmes via OfficeKB.com
  • Start date
R

rholmes via OfficeKB.com

Good everning:

Cells in my spreadsheet have numbers that are needed to identify file names.
I need to link the file to the numbers. I used the hyperlink function, only
to lose the number. The number is VERY important, I can't remember, won't
have a clue, and other viewers of the spreadsheet will be unable to determine
what file number it is.

I want the number to show in the cell and the hyperlink function to be hidden
like any other function on a spread sheet.

Thank you very much.

Roberta
 
G

Guest

Woops. Does the hyperlink point to a different worksheet ? Maybe the
hyperlink opens a new file which looks similar, but minus the number. Or
perhaps, the hyperlink refers to another worksheet in the same workbook.
Going forward try Tools>Options>Save>Make "local copy" of file.
 
R

rholmes via OfficeKB.com

Thank you Jason:

The cell contains a numeric value that I want to add a hyperlink to and still
have the numeric value displayed. Right now if I insert a hyperlink from the
insert menu, I get an error message, "The address of this site is not valid.
Check the address and try again.". It may work for a moment, but when I
close and save the file and reopen, I get the above error message. Then I
used the hyperlink function and that's when I loose my numeric value and you
only see the function. This is posted on our company intranet site and I
would get a lot of calls, "where is my file, etc?"

Roberta

******************************
Woops. Does the hyperlink point to a different worksheet ? Maybe the
hyperlink opens a new file which looks similar, but minus the number. Or
perhaps, the hyperlink refers to another worksheet in the same workbook.
Going forward try Tools>Options>Save>Make "local copy" of file.
Good everning:
[quoted text clipped - 10 lines]
 
D

Dave Peterson

I've never had any trouble when I used the =hyperlink() worksheet function:

=hyperlink("file:////server/sharename/folder/filename.ext",12345)

(where 12345 is the thing you want to see in the cell)

Other people have said that if they change the hyperlink base
(file|properties|summary tab)
to something that is always available (C:\ for instance), it can help stop those
links from changing.

rholmes via OfficeKB.com said:
Thank you Jason:

The cell contains a numeric value that I want to add a hyperlink to and still
have the numeric value displayed. Right now if I insert a hyperlink from the
insert menu, I get an error message, "The address of this site is not valid.
Check the address and try again.". It may work for a moment, but when I
close and save the file and reopen, I get the above error message. Then I
used the hyperlink function and that's when I loose my numeric value and you
only see the function. This is posted on our company intranet site and I
would get a lot of calls, "where is my file, etc?"

Roberta

******************************
Woops. Does the hyperlink point to a different worksheet ? Maybe the
hyperlink opens a new file which looks similar, but minus the number. Or
perhaps, the hyperlink refers to another worksheet in the same workbook.
Going forward try Tools>Options>Save>Make "local copy" of file.
Good everning:
[quoted text clipped - 10 lines]
 
R

rholmes via OfficeKB.com

WHO'S THE MAN!!! ----- YOU ARE!!! --- Swee! Thank you, Dave!!!!!!

Dave said:
I've never had any trouble when I used the =hyperlink() worksheet function:

=hyperlink("file:////server/sharename/folder/filename.ext",12345)

(where 12345 is the thing you want to see in the cell)

Other people have said that if they change the hyperlink base
(file|properties|summary tab)
to something that is always available (C:\ for instance), it can help stop those
links from changing.
Thank you Jason:
[quoted text clipped - 21 lines]
 
D

Dave Peterson

Are you saying that it worked for you? <vbg>

Which one did you use?

rholmes via OfficeKB.com said:
WHO'S THE MAN!!! ----- YOU ARE!!! --- Swee! Thank you, Dave!!!!!!

Dave said:
I've never had any trouble when I used the =hyperlink() worksheet function:

=hyperlink("file:////server/sharename/folder/filename.ext",12345)

(where 12345 is the thing you want to see in the cell)

Other people have said that if they change the hyperlink base
(file|properties|summary tab)
to something that is always available (C:\ for instance), it can help stop those
links from changing.
Thank you Jason:
[quoted text clipped - 21 lines]
 
R

rholmes via OfficeKB.com

Yes Dave - the following did:

=hyperlink ("path\filename","text")

This lets my nurmeric field be displayed only in the cell. My fields start
with "0" and that is why I had to use the "text " (012345) so the correct
file name is seen by the viewer and not the hyperlink address. I did not
have to use " " around the text, just like you have it in your example. But
I needed the "0" to show.

Thank you -

************************************************************

Dave said:
Are you saying that it worked for you? <vbg>

Which one did you use?
WHO'S THE MAN!!! ----- YOU ARE!!! --- Swee! Thank you, Dave!!!!!!
[quoted text clipped - 14 lines]
 
D

Dave Peterson

You could format that value:

=hyperlink ("path\filename",text(a1,"0000000")
to include the leading zeros.



rholmes via OfficeKB.com said:
Yes Dave - the following did:

=hyperlink ("path\filename","text")

This lets my nurmeric field be displayed only in the cell. My fields start
with "0" and that is why I had to use the "text " (012345) so the correct
file name is seen by the viewer and not the hyperlink address. I did not
have to use " " around the text, just like you have it in your example. But
I needed the "0" to show.

Thank you -

************************************************************

Dave said:
Are you saying that it worked for you? <vbg>

Which one did you use?
WHO'S THE MAN!!! ----- YOU ARE!!! --- Swee! Thank you, Dave!!!!!!
[quoted text clipped - 14 lines]
 

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