A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Organising hyperlinks



 
 
Thread Tools Display Modes
  #1  
Old October 10th, 2009, 10:51 AM posted to microsoft.public.excel.newusers
Walter Briscoe
external usenet poster
 
Posts: 62
Default Organising hyperlinks

I am using Excel 2003 on Windows XP.

I have a column in which each cell (other than the header) needs to
hyperlink to zero to three hyperlinks to local .jpg files.

The zero cells are easy as empty cells meets the need.
One is easy as I set each cell with a hyperlink with text describing the
picture.

Two or more is harder. I have found no way of hyperlinking a cell to
more than one file. I hyperlink to a folder containing the pictures.

Is there any way to hyperlink directly to more than one picture?

A word document containing the pictures is one option which has occurred
to me since starting this posting.
I would appreciate other suggestions.

P.S. What functional difference is there between an embedded hyperlink
(set with Ctrl+K or Insert/Hyperlink...) and the HYPERLINK function?
--
Walter Briscoe
  #2  
Old October 10th, 2009, 12:23 PM posted to microsoft.public.excel.newusers
Gary''s Student
external usenet poster
 
Posts: 7,584
Default Organising hyperlinks

Hi Walter:

Excel is not like Word or PowerPoint. In Word, you can assign a separate
hyperlink to each word in a sentence or table. In Excel, we can put
thousands of potential hyperlinks in single cell as follows:

FIRST create a table of the options. In G1 thru G4 enter:

cnn.com
abc.com
nbc.com
fox.com

NEXT in A1 insert a Data Validation pull-down that allows the user to pick
from the list in column G.

FINALLY in B1 enter:

=HYPERLINK("http://www." & A1)

This gives the user the ability to pick the destination in A1 and click the
link in B1!

Using the =HYPERLINK() function gives you better control of the operation.
I use Inserted hyperlink if they need to interact with my macros.
--
Gary''s Student - gsnu200907


"Walter Briscoe" wrote:

I am using Excel 2003 on Windows XP.

I have a column in which each cell (other than the header) needs to
hyperlink to zero to three hyperlinks to local .jpg files.

The zero cells are easy as empty cells meets the need.
One is easy as I set each cell with a hyperlink with text describing the
picture.

Two or more is harder. I have found no way of hyperlinking a cell to
more than one file. I hyperlink to a folder containing the pictures.

Is there any way to hyperlink directly to more than one picture?

A word document containing the pictures is one option which has occurred
to me since starting this posting.
I would appreciate other suggestions.

P.S. What functional difference is there between an embedded hyperlink
(set with Ctrl+K or Insert/Hyperlink...) and the HYPERLINK function?
--
Walter Briscoe

  #3  
Old October 11th, 2009, 01:58 PM posted to microsoft.public.excel.newusers
Walter Briscoe
external usenet poster
 
Posts: 62
Default Organising hyperlinks

In message of Sat,
10 Oct 2009 04:23:01 in microsoft.public.excel.newusers, Gary''s Student
writes

Hello,
Thank you for pointing me at an area of Excel which is new to me.
The concept in your response is awesome.

Hi Walter:

Excel is not like Word or PowerPoint. In Word, you can assign a separate
hyperlink to each word in a sentence or table. In Excel, we can put
thousands of potential hyperlinks in single cell as follows:

FIRST create a table of the options. In G1 thru G4 enter:

cnn.com
abc.com
nbc.com
fox.com


I can do that!


NEXT in A1 insert a Data Validation pull-down that allows the user to pick
from the list in column G.


That was harder! In Excel 2003 help, I found no example simple enough
for me. The following seems to do what you say: "In A1, click
Data/Validation... and in the Settings tab, set Allow: to List and
Source: to =$G$1:$G$4".


FINALLY in B1 enter:

=HYPERLINK("http://www." & A1)

This gives the user the ability to pick the destination in A1 and click the
link in B1!

Using the =HYPERLINK() function gives you better control of the operation.
I use Inserted hyperlink if they need to interact with my macros.


I look forward to implementing changes using your advice.
--
Walter Briscoe
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:44 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.