I have a spreadsheet that will eventually contain 52 sheets(one for each week) On each sheet there is a cell with a percentage in it. I would like to copy this cell to a summary sheet so that it can be graphed. The formula on the summary sheet is =Week1!J7. Copying the data from cell J7 in sheet week 1. Is there a way to autofill this formula but increase the sheet number?eg =Week2!J7.
|
feedback
|
|
Your best bet is to have a listing of the sheets on your summary sheets and use a forumla that references them
You can drag down the indirect function and it will update based on the sheet name in column A. Press f9 to refresh after you've dragged them. Sure it requires a "helper" column, but it will work fine So type | |||||
feedback
|
|
To do this without a helper column, just use this formula in A1 and fill down.
If you are starting in a different row, change the
| |||
|
feedback
|
|
You should type the first two, then drag the autofill handle (the little square at the bottom-right of any selection outline in Excel) to fill the rest of the items, it should detect the incrementing digit. | |||
feedback
|