Thread: Expanding cells
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Expanding cells

=INDIRECT("B" & 5*ROW()) in cell A1 and copy down
--
Gary''s Student - gsnu200713


"TripleX" wrote:

Example, i have something like this in column a1,a2 and a3:

=b5
=b10
=b15

How can i expand it so that excel continue to fill cells up with b20,b25,b30
and so on..?