SIMPLE ISSUE with dragging a reference

bemcbride

New Member
Joined
May 21, 2012
Messages
47
I need I drag a simple cell reference through a series of rows AND columns for example...

In cell a1 =m1 b1 =m2 c1=m3
A2 =m4 b2 =m5 c2=m6

When I drag it it obviously drags incorrectly. I also tried making m absolute but it still did not drag correctly.


I just really don't want to go through manually and fill in because I have about 1000 references to link. :/
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
I need I drag a simple cell reference through a series of rows AND columns for example...

In cell a1 =m1 b1 =m2 c1=m3
A2 =m4 b2 =m5 c2=m6

When I drag it it obviously drags incorrectly. I also tried making m absolute but it still did not drag correctly.


I just really don't want to go through manually and fill in because I have about 1000 references to link. :/
Try this...

Entered in A1:

=INDEX($M:$M,ROWS(A$1:A1)*3-3+COLUMNS($A1:A1))

Copy across to C1 then down as needed.
 
Upvote 0
Highlight A1 and B1 then type in the formula =M1 press Ctrl + Enter
Now rehighlight both cells and drag down as far as required
 
Upvote 0
Ooops....:oops:
I really misread that one, sorry !!!
 
Upvote 0

Forum statistics

Threads
1,214,881
Messages
6,122,074
Members
449,064
Latest member
MattDRT

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