So I'm trying to generate a mark set workbook that has the following sheets:
1.Student names and averages
2. Assignment titles
3 through sheet#whatever - individual student mark worksheets
I'm trying to update individual names within formulas on the Students sheet that point to named worksheets (see the picture below). Unfortunately, I'd have to repeat the process of linking each and every cell with each and every sheet. I feel like there's a simple way to do this with a formula and I'm just missing the obvious. I tried concatenation, but that doesn't appear to work well as it doesn't result in a formula when done, but rather a string.
For example, if Student in cell 1 is Blow, Joe then the formula on sheet 1 row 1 for the first assignment would be "='Blow,Joe'!B4+'Blow,Joe'!C4 +'Blow,Joe'!E4 + 'Blow,Joe'!I4.
Blow,Joe has his own worksheet (let's say alphabetically he's the first after the Names and Assignments worksheets. It is from this sheet#3 (his sheet) that the values are being pulled from. Next, student #2 is, say Blue, Joesphine. Her formula will be: ='Blue,Joesphine'!B4+'Blue,Joesphine'!C4 +'Blue,Joesphine'!E4 + 'Blue,Joesphine'!I4. Each formula for her is pulling information from her worksheet titled Blue, Josephine.
What would be ideal is if, when I change the student name on sheet#1, then it would change the text_string (e.g. Blow,Joe) to accommodate the new name. Does that make sense? I'm sure there's a better way than simply just copy/pasting information.
I'd embed the picture, but I think you need to see the larger size to see all the tabs/formulas. As such it's linked below.