Good Afternoon,
I have come unstuck with an Excel sheet we have after trying to automate part of the document.
This spreadsheet tracks costs over a year based on what week it is. Each member of staff has a spreadsheet seperate to this one where they fill in data, and that data is referenced in this other workbook and populates accordingly.
For the overall year, it works fine, it looks at the individuals spreadsheet and adds together all 52 weeks then produces the total.
My boss asked me to produce numbers for the past 4 weeks. To quickly get it done, I simply changed the cell references to the current week and the entry from 4 weeks ago and summed them together. The formula looks something along the lines of =SUM('filelocation\[DOCUMENT.XLS]Sheet1'!C5:C56)
I was wondering if there was a way where, if I set the week number to '10', either by text entry or drop down menu, it could change the cell references to match without me having to edit each individual user. In this case, if week 10 was selected, the formula would change to the sum of C11:C14.
Thank you for your help.
I have come unstuck with an Excel sheet we have after trying to automate part of the document.
This spreadsheet tracks costs over a year based on what week it is. Each member of staff has a spreadsheet seperate to this one where they fill in data, and that data is referenced in this other workbook and populates accordingly.
For the overall year, it works fine, it looks at the individuals spreadsheet and adds together all 52 weeks then produces the total.
My boss asked me to produce numbers for the past 4 weeks. To quickly get it done, I simply changed the cell references to the current week and the entry from 4 weeks ago and summed them together. The formula looks something along the lines of =SUM('filelocation\[DOCUMENT.XLS]Sheet1'!C5:C56)
I was wondering if there was a way where, if I set the week number to '10', either by text entry or drop down menu, it could change the cell references to match without me having to edit each individual user. In this case, if week 10 was selected, the formula would change to the sum of C11:C14.
Thank you for your help.