zookeepertx
Well-known Member
- Joined
- May 27, 2011
- Messages
- 589
- Office Version
- 365
- Platform
- Windows
We have several workbooks - 1 for each employee - and a summary workbook that consolidates all of their data onto 1 sheet. Each workbook is for a 1 month period; naturally, the workbooks' names include the month. So, at the start of the month, each workbook is "saved as" (new month Daily Audit) and started over. Is there a way to get the summary formulas to increment to the new month? Otherwise, someone has to go in and relink each cell on each worksheet in the summary to the new month's individual sheets. Clear as mud, right?
Here's the formula in cell C3 of the summary workbook:
I'm hoping to make the Oct reference look for Nov when the workbook is saved for use in Nov & continue each month. I feel sure it's possible, just can't think how. I thought INDIRECT might fit somehow, but I don't really understand how that works.
Thanks for your help!
Jenny
Here's the formula in cell C3 of the summary workbook:
Code:
=SUM('G:\LP\A - Investigator file\John Doe\[Oct Daily Audit.xls]Monthly Totals'!$C$3+'G:\LP\A - Investigator file\Jane Doe\[Oct Daily Audit.xls]Monthly Totals'!$C$3+'G:\LP\A - Investigator file\Mike Smith\[Oct Daily Audit.xls]Monthly Totals'!$C$3+'G:\LP\A - Investigator file\Mary Smith\[Oct Daily Audit.xls]Monthly Totals'!$C$3)
Thanks for your help!
Jenny