Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I prevent Excel 2000 from inserting hyperlinks? | Setting up and Configuration of Excel | |||
How do I map multiple XML elements in excel? | Excel Discussion (Misc queries) | |||
Fixing broken hyperlinks in Excel workbook | Excel Discussion (Misc queries) | |||
Print multiple excel charts within one sheet to fit to a page lik. | Excel Discussion (Misc queries) | |||
Multiple excel users can open the same file and edit at the same . | Excel Discussion (Misc queries) |