Hi
There are many ways of creating named dynamic ranges.
e.g
myrange=OFFSET($A$1,0,0,COUNTA($A$1:$A$1000),12)
This would give a 12 column range, with length determined by the number of
rows containing values in column A, between 1 and 1000 in this case. This
assumes that there are no gaps in the data in column A.
Then change the formula to
=[Workbooks2.xls]Sheet2!myrange
Hi Fabiano. Did you ever figure out how to do this? I am trying to do
something similar. Also, how did you get the separate workbook sheets to
load into your master workbook?
Copy the cells from the sheet or workbook that you have the data in, to the
cells that you want them to appear in the master workbook.
To do this you have to copy the cell or cells and then do a (paste special)
and pick(paste link) this will refference the cell or cells to your master
workbook.
Once you have done this you can link your other work books from the master
workbook by picking Edit and then link and the pick your source files.
To update the master choose open
Highlight the ones that you want to link and use open source.