Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi. I have two files to which I would like to link cells to. Each week, the
file names will change based on the week number. The name of one file is the current week (for example Week 3.xls). The name of the other file is always one less than the first (for example Week 2.xls). Is there a way to do math within the cell reference? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe...
You could use some functions to find the number (like: =search(), =mid(), =left(),...). But the bad news is that you're going to have to use =indirect() to surround your formula that evaluates to the workbook name/worksheet name/range address. And =indirect() will only work if the sending workbook is open. But the good news is that Laurent Longre has an addin (morefunc.xll) at: http://xcell05.free.fr/ That includes =indirect.ext() that allows you to return values from closed workbooks. === If none of this helped and you want to try, you'll want to post the real workbook names so that the formulas can get built correctly. Mike D. wrote: Hi. I have two files to which I would like to link cells to. Each week, the file names will change based on the week number. The name of one file is the current week (for example Week 3.xls). The name of the other file is always one less than the first (for example Week 2.xls). Is there a way to do math within the cell reference? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Displaying linked data in excel 2007 when linked file is not avail | Excel Discussion (Misc queries) | |||
Linked value to cell in different workbook + Relative File Reference | Excel Discussion (Misc queries) | |||
Linked File Calcuation req. source file to be open | Excel Discussion (Misc queries) | |||
In a linked calculation how do I lose the '0' in the linked file? | Excel Worksheet Functions | |||
Dynamically-linked formula, cell reference in the string | Excel Worksheet Functions |