So I have a big excel file. Sheets 1-5 are titled Jan-March to reflect the months of the year that I take skinfold measurements of the athletes. They are full of raw data like athletes' names, weights, skinfold measurements, girths etc.
The I have sheets X1-X32. Each of these sheets generates an individual profile for the athletes with their name, dob, average skinfolds, girths, sum of 7 skinfold, and some pretty graphs to show their weight going up and their skinfolds coming down.
So my sheet X1 has all of the formulas in it e.g.
='Jan 2013'!AS2
='Feb 2013'!AS2
='Mar 2013'!AS2
But on sheet X2 I need the source of all of the formulae to go down a row so they would be:
='Jan 2013'!AS3
='Feb 2013'!AS3
='Mar 2013'!AS3
Other than doing this manually which would take forever with 32 sheets is there a macro or something I can do to change all of the formulae on the sheet?
The I have sheets X1-X32. Each of these sheets generates an individual profile for the athletes with their name, dob, average skinfolds, girths, sum of 7 skinfold, and some pretty graphs to show their weight going up and their skinfolds coming down.
So my sheet X1 has all of the formulas in it e.g.
='Jan 2013'!AS2
='Feb 2013'!AS2
='Mar 2013'!AS2
But on sheet X2 I need the source of all of the formulae to go down a row so they would be:
='Jan 2013'!AS3
='Feb 2013'!AS3
='Mar 2013'!AS3
Other than doing this manually which would take forever with 32 sheets is there a macro or something I can do to change all of the formulae on the sheet?