Simple explanation -
I want to reference a cell in a work sheet. Easy enough I just type =Sheet1!A1.
The problem I have is that I will need to run a report every two weeks so the cell's column will change. For example in week 1 the column would be A so the above formula is fine. But in week2 the column would be B, etc...
I figured the easiest thing to do would be to ask the user what column they were working on in that week, then update the formulas with that information.
For example a user would type A in week one and then the formula would be =Sheet1!A1, in week 3 the user would type C and then that would make the formula = Sheet1!C1
The problem is I have no idea how to do this and all my attempts have failed.Is there an easy way to do this in Excel?
Longwinded Explanation -
The workbook is a student gradebook I keep in school for grades 1-12. The boss at my school has asked that we submit this every two weeks, but we need to use their excel file.
I've made a copy of their file and added it as a sheet in my workbook.
I would now like to populate this with data from two other sheets in the workbook.
I've added another sheet that just asks for the letter value for the column of the week the report is being run for. The reason I did it this way is that I want to give this some colleagues. So Id like to keep it as user friendly as possible.
I'm not even sure if I'm going about this in the right way. Is there a better solution? I don't know VB and have only limited experience with Excel formulas.
Thanks for the help.
John
I want to reference a cell in a work sheet. Easy enough I just type =Sheet1!A1.
The problem I have is that I will need to run a report every two weeks so the cell's column will change. For example in week 1 the column would be A so the above formula is fine. But in week2 the column would be B, etc...
I figured the easiest thing to do would be to ask the user what column they were working on in that week, then update the formulas with that information.
For example a user would type A in week one and then the formula would be =Sheet1!A1, in week 3 the user would type C and then that would make the formula = Sheet1!C1
The problem is I have no idea how to do this and all my attempts have failed.Is there an easy way to do this in Excel?
Longwinded Explanation -
The workbook is a student gradebook I keep in school for grades 1-12. The boss at my school has asked that we submit this every two weeks, but we need to use their excel file.
I've made a copy of their file and added it as a sheet in my workbook.
I would now like to populate this with data from two other sheets in the workbook.
I've added another sheet that just asks for the letter value for the column of the week the report is being run for. The reason I did it this way is that I want to give this some colleagues. So Id like to keep it as user friendly as possible.
I'm not even sure if I'm going about this in the right way. Is there a better solution? I don't know VB and have only limited experience with Excel formulas.
Thanks for the help.
John