M
Matt Dwyer
I have a spreadsheet that displays individual
performance records. On the top of the spreadsheet are
the performance totals (calculated as =SUM
(F60,F93,F126,F159,F192,F225)), based on the individual
performance records which are listed below the totals.
It has become tedious to add new records. Currently, I
copy and paste an existing indvidual record. Then I must
manually update the totals functions to include new cells.
If possible, I need a macro that will copy a selection
of rows every 33 rows. As well, I need a macro to update
the totals function to include the new cell (i.e. add
cell F258 to the above formula).
performance records. On the top of the spreadsheet are
the performance totals (calculated as =SUM
(F60,F93,F126,F159,F192,F225)), based on the individual
performance records which are listed below the totals.
It has become tedious to add new records. Currently, I
copy and paste an existing indvidual record. Then I must
manually update the totals functions to include new cells.
If possible, I need a macro that will copy a selection
of rows every 33 rows. As well, I need a macro to update
the totals function to include the new cell (i.e. add
cell F258 to the above formula).