Auto Filling formula to change columns

Luc1fer1022

New Member
Joined
Jun 26, 2017
Messages
5
Hello,
I am working in Excel 2010. I want to auto fill my formula by dragging in down the column but I would like the row inside the formula to change.
So this is what I would like it to look like

A2- ='Education Data'!P2
B2- ='Education Data'!Q2
C2- ='Education Data'!R2

When I drag my formula down the column it changes the cell number and keeps the row constant.
Is there a way to do this?

thank you!
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
If you are dragging it down the column, it wouldn't be A2, B2, C2 but rather A2, A3, A4.
Is that what you mean?

If so, try putting this in cell A2 and copying down:
Code:
=OFFSET('Education Data'!$P$2,0,ROW()-2)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,907
Messages
6,175,300
Members
452,633
Latest member
DougMo

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