I am using the following formula throughout 12 workbooks:
=INDEX('C:\Test\01.06.11\[SUMMARY.xlsm]CC'!$D:$D, MATCH(A68, 'C:\Test\01.06.11\[SUMMARY.xlsm]CC'!$C:$C, 0) + 0)
Is there any way I can get the formula to take the date '01.06.11' from a cell in the workbook.
Currently I have 12 workbooks and each has about 2000+ of these formulas. When I want to set them up for a new month I have to do a find & replace on them to change the month in the date and this takes far too much time.
Any advice appreciated.
Thanks
=INDEX('C:\Test\01.06.11\[SUMMARY.xlsm]CC'!$D:$D, MATCH(A68, 'C:\Test\01.06.11\[SUMMARY.xlsm]CC'!$C:$C, 0) + 0)
Is there any way I can get the formula to take the date '01.06.11' from a cell in the workbook.
Currently I have 12 workbooks and each has about 2000+ of these formulas. When I want to set them up for a new month I have to do a find & replace on them to change the month in the date and this takes far too much time.
Any advice appreciated.
Thanks