links

William Lohse

New Member
Joined
Jan 23, 2006
Messages
32
need some help. i have a folder with a spreadsheet and some tif drawings. the drawings are specific to a part number on the spreadsheet. i need to find a way to link the drawing to the part number on the spreadsheet. i know how to do it one at a time creating a hyperlink but i have over 200 drawings i need to link to the specific drawing. drawing name is the same as the part number on the spreadsheet. is there an easier way then doing it one at a time. i'm using Excel 2000. Help!!!!
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Hi William

You can use the HYPERLINK function (I don't have xl2000 to test but I'm fail;ry sure it was present in xl2000) and then all you need is your folder location eg in A1 and then your part numbers in a list (say A3:A100), then you can link to them with the following formula (eg entered in B3:B100):

=HYPERLINK($A$1 & A3 & ".tif")

The above assumes that A1 contains the path in the format "C:\YourFolder\YourOtherFolder\" - don't omit the trailing slash "\". Also that the pciotures name is "PartNumber.tif" and the part number is given in the A column.
 
Upvote 0
Thanks. i'll give that a try. i think i understand. i need to add the folder location in the A1 cell and use that location in the formula. Right.
 
Upvote 0

Forum statistics

Threads
1,214,586
Messages
6,120,402
Members
448,958
Latest member
Hat4Life

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top