Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've got a spreadsheet listing details of reports, which are named
sequentially. e.g. report_01, report_02 etc. The files are named similarly, and i'd like the doucment names to link to the files So what i'd like to do is "series fill" the hyperlinks. i.e. if i link report_01 to the location of "report_01.doc", then the other cells can be filled in automaticlly just changing the last 2 characters of the filename. Is there a way to do this, or to set up a formula which correlates the link location to a string in a cell, adding relevant bits (i.e. c:/folder/ and ..doc) many thanks for any replies. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I'm not an expert but maybe something like:
=HYPERLINK(INDIRECT("A1")&TEXT(ROW(1:1),"00")&".DO C",INDIRECT("A1")&TEXT(ROW(1:1),"00")&".DOC") copy down use A1 to enter the relevant information HTH JG "Matt" wrote: I've got a spreadsheet listing details of reports, which are named sequentially. e.g. report_01, report_02 etc. The files are named similarly, and i'd like the doucment names to link to the files So what i'd like to do is "series fill" the hyperlinks. i.e. if i link report_01 to the location of "report_01.doc", then the other cells can be filled in automaticlly just changing the last 2 characters of the filename. Is there a way to do this, or to set up a formula which correlates the link location to a string in a cell, adding relevant bits (i.e. c:/folder/ and .doc) many thanks for any replies. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change a number in one cell to change a series of cells? | Excel Discussion (Misc queries) | |||
I want the greater number of 2 cells to show in a separate cell | Excel Discussion (Misc queries) | |||
Counting the number of cells meeting conditional formating criteria | Excel Worksheet Functions | |||
Return number of cells filled | New Users to Excel | |||
Count number of shaded cells | Excel Discussion (Misc queries) |