referencing data from several spreadsheets

  • Thread starter Thread starter MICHELLE WEBB
  • Start date Start date
M

MICHELLE WEBB

I am trying to create a spreadsheet from multiple spreadsheets.
Is there any way to program excel so that the next cell in a colum
automatically references the next file in a folder ( identical shee
and cell)?
Example: cell A1 referneces excel spreadsheet entitle
[CARTON105.xls]Sheet1'!$C$18 - I would like A2 to refenenc
[CARTON106.xls]Sheet1'!$C$18 - and so forth - without having to go i
and type each one or click on each individual spreadsheet
 
Hi Michelle,
In F3 of Book3 I used the formula =INDIRECT("[Book"&ROW()-2&"]Sheet1!A1")
and it returned the value from A1 of Sheet1 in Book1. Any help?
Bernard
 
Back
Top