Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
basu
 
Posts: n/a
Default how do I set up multiple (3,000) hyperlinks in excel quickly?

I have a large excel file and want all product codes to link directly to
images. There are about 3000 of them and doing it manually will take
forever. Is there an easier way?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default how do I set up multiple (3,000) hyperlinks in excel quickly?

You might be able to use Excel's HYPERLINK function:

=HYPERLINK(link_location, friendly_name)

Perhaps you could list the URL in Col_A, the display name in Col_B, and
refer to those columns in the formula:

Example:
A1: http://www.msn.com/
B1: MSN
C1: =HYPERLINK(A1,B1)

Does that help?

***********
Regards,
Ron


"basu" wrote:

I have a large excel file and want all product codes to link directly to
images. There are about 3000 of them and doing it manually will take
forever. Is there an easier way?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
holmeshouse
 
Posts: n/a
Default how do I set up multiple (3,000) hyperlinks in excel quickly?

Thanks but the images that I want to link to the cells are in a different
file. I am not sure how this would work. I can hyperlink them one by one,
but this would take so long. Appreciate your input, though.

"Ron Coderre" wrote:

You might be able to use Excel's HYPERLINK function:

=HYPERLINK(link_location, friendly_name)

Perhaps you could list the URL in Col_A, the display name in Col_B, and
refer to those columns in the formula:

Example:
A1: http://www.msn.com/
B1: MSN
C1: =HYPERLINK(A1,B1)

Does that help?

***********
Regards,
Ron


"basu" wrote:

I have a large excel file and want all product codes to link directly to
images. There are about 3000 of them and doing it manually will take
forever. Is there an easier way?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
43fan
 
Posts: n/a
Default how do I set up multiple (3,000) hyperlinks in excel quickly?

Not sure exactly how this would help, but... can you do a "Dir /b
filename.ext" to get a list of all the files into a text file, then import,
or copy and paste the list of names into an Excel sheet, and then using
copy/paste, set up the hyperlinks that way? Possibly using the other
poster's suggestion as well?


"holmeshouse" wrote in message
...
Thanks but the images that I want to link to the cells are in a different
file. I am not sure how this would work. I can hyperlink them one by

one,
but this would take so long. Appreciate your input, though.

"Ron Coderre" wrote:

You might be able to use Excel's HYPERLINK function:

=HYPERLINK(link_location, friendly_name)

Perhaps you could list the URL in Col_A, the display name in Col_B, and
refer to those columns in the formula:

Example:
A1: http://www.msn.com/
B1: MSN
C1: =HYPERLINK(A1,B1)

Does that help?

***********
Regards,
Ron


"basu" wrote:

I have a large excel file and want all product codes to link directly

to
images. There are about 3000 of them and doing it manually will take
forever. Is there an easier way?



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
How can I prevent Excel 2000 from inserting hyperlinks? RJL Jr. Setting up and Configuration of Excel 1 May 20th 05 12:15 PM
How do I map multiple XML elements in excel? AStarWithin Excel Discussion (Misc queries) 1 May 3rd 05 01:46 PM
Fixing broken hyperlinks in Excel workbook Dick_Y Excel Discussion (Misc queries) 2 February 24th 05 09:59 PM
Print multiple excel charts within one sheet to fit to a page lik. lal Excel Discussion (Misc queries) 1 February 18th 05 09:47 PM
Multiple excel users can open the same file and edit at the same . Jeff Howard Excel Discussion (Misc queries) 1 February 18th 05 12:19 PM


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