SIMPLE DRAGGING issue

B

bemcbride

Ok so here's the issue, I want to do this:

In cell A1 "=$M3", B1 "=$M4", C1 "=$M5"
A2 "=$M6", B2 "=$M7", C2 "=$M8" and so on...


Issue is i have to repeat the reference about 1000 times and I can'
manually input. I tried to highlight across and drag down but when I d
that I get:

In cell A1 "=$M3", B1 "=$M4", C1 "=$M5"
A2 "=$M4", B2 "=$M5", C2 "=$M6" and so on...

does that make sense? I essentially need to drag the simplest thin
through a range in 'box' format and have it count consecutively. (
tried it without making M absolute and it didn't work either
 
G

GS

Leave $M absolute
In A1: "=$M3"
In A2: "=$M6"

In B1: "=$M4"
In B2: "=$M7"

In C1: "=$M5"
In C2: "=$M8"

Select A1:C2 and drag down, select Fll series if Excel dowsn't do it
automatically.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top