Hello everyone... Here is what I have
The first sheet is titled Totals - on this sheet I have a summary sheet of the data from the other sheets in the workbook. Cells A2 - A36 are 5 weeks worth of dates in text format (ie 10-1-11).
Each daily sheet has the sheet name in G2 as:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)
so to pull the "text" version of the date into that cell.
What I would like to have happen is at the end of the month someone can go into the Totals sheet, change all of the "text" dates to next month and it automatically change the sheet names then g2 on each sheet would see the name change and update as well. There are already 35 sheets besides the total sheets. Each day has a daily sheet, thus 5 weeks worth. Any help would be greatly appreciated. Thanks!!!
The first sheet is titled Totals - on this sheet I have a summary sheet of the data from the other sheets in the workbook. Cells A2 - A36 are 5 weeks worth of dates in text format (ie 10-1-11).
Each daily sheet has the sheet name in G2 as:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)
so to pull the "text" version of the date into that cell.
What I would like to have happen is at the end of the month someone can go into the Totals sheet, change all of the "text" dates to next month and it automatically change the sheet names then g2 on each sheet would see the name change and update as well. There are already 35 sheets besides the total sheets. Each day has a daily sheet, thus 5 weeks worth. Any help would be greatly appreciated. Thanks!!!