Using drag tool to create periodically increasing formula.

teejaydubya

New Member
Joined
Aug 1, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Afternoon all,

Apologies for what is probably a very simple question, but I've been unable to find the answer anywhere - though perhaps I'm simply asking it incorrectly!

Regardless, my question is as follows:

I am trying to create a quick means of copying specific data from cells to elsewhere on the same sheet - I thought this would be possible just by typing a few examples then using the drag tool to extrapolate what I'm looking to do (increase by 14 each time), but it isn't working cause I'm using a formula, I think...

In short, I'm looking to copy data as follows:

=D32
=D46
=D60
... etc. However, Excel isn't picking up the pattern of increasing 14 cells each time.

Again, I apologise for my ignorance. I'm very new to Excel and trying to learn.

Thank you in advance for the assistance!

Tom
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
@teejaydubya You could perhaps try
Excel Formula:
=OFFSET(D32,13*(ROWS(D$32:D32)-1),0)
and drag that down.
 
Upvote 0
Solution
@Snakehips - thank you very much. I'd previously been entering this information manually and what previously took 15 minutes was now done in 2 seconds. Thank you again, I owe you a tea!
 
Upvote 0

Forum statistics

Threads
1,214,907
Messages
6,122,185
Members
449,071
Latest member
cdnMech

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