Home |
Search |
Today's Posts |
#1
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
Linking to another file using file reference typed cell
I have a formula such as:
=COUNTA('C:\Accounting\[5010 Advertising.xls]Sheet1'!$C$209:$C$239) I was wondering if there is a way for example to put in cell A10: C:Accounting\[5010 Advertising.xls]Sheet1 and then in cell B10 use some sort of concatenation formula or something to create the COUNTA function by referencing the value (ie filename) in A10 ie: =CountA(&A10&C209:C239) ... but that is not it and I cant figure it out. Thank you for your help. Steven |
#2
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
Linking to another file using file reference typed cell
On Apr 5, 4:03*am, Steven wrote:
I have a formula such as: =COUNTA('C:\Accounting\[5010 Advertising.xls]Sheet1'!$C$209:$C$239) I was wondering if there is a way for example to put in cell A10: C:Accounting\[5010 Advertising.xls]Sheet1 and then in cell B10 use some sort of concatenation formula or something to create the COUNTA function by referencing the value (ie filename) in A10 ie: *=CountA(&A10&C209:C239) ... *but that is not it and I cant figure it out. Thank you for your help. Steven Hi Steven, The INDIRECT function should do what you are after. Cheers, Ivan. |
#3
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
Linking to another file using file reference typed cell
Thank you for your response. With INDIRECT does the file have to be open.
It works when the file is open but when I close the files and then open the file that has the INDIRECT linking back to the other file it has a #REF#. "Ivyleaf" wrote: On Apr 5, 4:03 am, Steven wrote: I have a formula such as: =COUNTA('C:\Accounting\[5010 Advertising.xls]Sheet1'!$C$209:$C$239) I was wondering if there is a way for example to put in cell A10: C:Accounting\[5010 Advertising.xls]Sheet1 and then in cell B10 use some sort of concatenation formula or something to create the COUNTA function by referencing the value (ie filename) in A10 ie: =CountA(&A10&C209:C239) ... but that is not it and I cant figure it out. Thank you for your help. Steven Hi Steven, The INDIRECT function should do what you are after. Cheers, Ivan. |
#4
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
Linking to another file using file reference typed cell
On Apr 5, 5:35*am, Steven wrote:
Thank you for your response. *With INDIRECT does the file have to be open. * It works when the file is open but when I close the files and then open the file that has the INDIRECT linking back to the other file it has a #REF#. "Ivyleaf" wrote: On Apr 5, 4:03 am, Steven wrote: I have a formula such as: =COUNTA('C:\Accounting\[5010 Advertising.xls]Sheet1'!$C$209:$C$239) I was wondering if there is a way for example to put in cell A10: C:Accounting\[5010 Advertising.xls]Sheet1 and then in cell B10 use some sort of concatenation formula or something to create the COUNTA function by referencing the value (ie filename) in A10 ie: *=CountA(&A10&C209:C239) ... *but that is not it and I cant figure it out. Thank you for your help. Steven Hi Steven, The INDIRECT function should do what you are after. Cheers, Ivan.- Hide quoted text - - Show quoted text - Hi Steven, Sorrt, it is not something I have tried before. On investigation though, Indirect does seem to have a limitation with closed workbooks. Have a look he http://www.dailydoseofexcel.com/arch...sed-workbooks/ for further info / potential workarounds. That'll teach me for posting without trying it :) Cheers, Ivan. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
cell reference to another file | Excel Worksheet Functions | |||
Turning a text file name into a search and linking the file as a hyperlink | Excel Discussion (Misc queries) | |||
Change of File name within a cell reference | Excel Discussion (Misc queries) | |||
linking a file to another linked file in excel | Excel Discussion (Misc queries) | |||
How do I reference external data from a file, file name found in . | Excel Discussion (Misc queries) |