Excel reference cell in another sheet tab
I have a "rollup" workbook that I need to populate with data from other workbooks. The other workbooks all have the same names with the exception of their ending which is the name of each month of the year. I want to have only
ONE "rollup" workbook that I will have the ability to change the name of the workbook that I need to pull data from by simply changing one cell in the "rollup" workbook. For example if the source workbook is called sourcebookJanuary2012.xlsx and another is called sourcebookFebruary2012.xlsx
I want to simply change a cell in the "rollup" sheet to either January2012 or February2012 to pull data from the respective sheet without having to use the Find and Replace function. The problem is getting part of the reference formula to allow substitution of part of it with the proper month of say January2012, February2012, etc.