Paste or fill non-consecutive integers

micheldun

New Member
Joined
Nov 12, 2012
Messages
7
I feel like this shouldn't be difficult, but I cannot figure out how to copy a few cells in a column and have their numbering format copy to several rows below in the same column. Example:

=SUM(D136:AB136)
=SUM(D138:AB138)
=SUM(D140:AB140)

I have a couple of hundred rows that need to be filled in this manner, but cannot find a way to not copy, paste and then go back and edit to fix all of the inevitable mistakes.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
You can use the INDIRECT along with the ROW/COLUMN functions to build your range dynamically to have it skip rows like that. But what we need to know is what cell addresses are you putting those three formulas in (as the formula is going to pull cell/row information from the cell that the formula actually resides in).
 
Upvote 0

Forum statistics

Threads
1,216,562
Messages
6,131,422
Members
449,651
Latest member
Jacobs22

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top