Is it possible?
I have 160 files with different names in a folder "Results" that I am trying to summarize with graphs etc...
I am using a pivot-table with certain parameters that outputs the names of the files I want to look at. I want to be able to take this outputed names and use them to create a dynamic table of data.
Ex: I input my parameter values and the file name 1000B pops out. I want to reference the value of B5 in that file without opening the file, and with the knowledge that it is in the "Results" folder one step below the current folder I am in. How do i do that?
I'm trying =INDIRECT("\Results\[1000B.xls]Sheet1!$B$5")
but it doesn't like that. My biggest concern is that there is no way of specifying the file without the entire PATH NAME. If someone could tell me how to do that I could solve the rest of the problem myself.
I have 160 files with different names in a folder "Results" that I am trying to summarize with graphs etc...
I am using a pivot-table with certain parameters that outputs the names of the files I want to look at. I want to be able to take this outputed names and use them to create a dynamic table of data.
Ex: I input my parameter values and the file name 1000B pops out. I want to reference the value of B5 in that file without opening the file, and with the knowledge that it is in the "Results" folder one step below the current folder I am in. How do i do that?
I'm trying =INDIRECT("\Results\[1000B.xls]Sheet1!$B$5")
but it doesn't like that. My biggest concern is that there is no way of specifying the file without the entire PATH NAME. If someone could tell me how to do that I could solve the rest of the problem myself.