fill multiple cell references

S

Shaun

I am using relative cell references, but within my column
I have this

in cell: a1 =b1
a2 =c1

and what I would like to be able to do is fill in so that
I have

in cell: a1 =b1
a2 =c1
a3 =b2
a4 c2
etc.

but when I highlight the first two rows and pull the fill
handle I get

in cell: a1 =b1
a2 =c1
a3 =b3
a4 =c3
etc.

Any thoughts?

thank you.
 
F

Frank Kabel

Hi
enter the following in A1
=OFFSET($B$1,INT((ROW()-1)/2),MOD(ROW()-1,2))

and copy this down
 
G

Guest

thank you for the response,

Now how would I be able to fill in two cells with the same
reference

in cell: a1 =b1
a2 =b1
a3 =b2
a4 =b2

thanks again
 

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