copying formula by dragging

  • Thread starter Thread starter Nunnu
  • Start date Start date
N

Nunnu

say, cell A3 is linked to A1.
Cell B3 is linked to C1.
Cell C3 is linked to E1
and so on.

Excel is not smart enough to recognize the pattern and so
if I drag the cell C3 over to D3, it won't know that D3
should be linked to G1

How can one do this, do I need a different formula like
offset or something like that?
Can anyone help please

Thanks
 
Hi
enter the following in A3
=OFFSET($A$1,0,(ROW()-1)*2)
and copy down
 
thnak you

-----Original Message-----
Hi
enter the following in A3
=OFFSET($A$1,0,(ROW()-1)*2)
and copy down

--
Regards
Frank Kabel
Frankfurt, Germany


.
 

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

Back
Top