I can hardly think of a way to title this question easily to describe what I'm trying to achieve.
I have a program dumping heaps of .csv files that I am trying to analyse in Excel. The file names are consistent enough for me to use lists in Excel so that I can use something like = CONCATENATE(,,) to quickly and easily build the filename(s) with cells in Excel.
I would like to then use the information within this cell to reference the file name I am wanting to pull data from. In this case use =VLOOKUP().
The VLOOKUP looks like this:
=VLOOKUP($C$3,'(CONCATENATE(B15, " ", "53%","Fe", " Cutoff.csv"))'!$B$6:$J$50,F$1+1)
or
=VLOOKUP($C$3,'(B16)'!$B$6:$J$50,F$1+1)
where B16 would contain the name of the reference file
Hopefully this makes sense and someone has some ideas.
Bookmarks