View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
John James
 
Posts: n/a
Default macro for autofilling cells below identically


If you want to do it without a macro, try entering this formula in C1
and copying down:
=OFFSET(A1,-MOD(ROW()+4,5),0)


--
John James
------------------------------------------------------------------------
John James's Profile: http://www.excelforum.com/member.php...o&userid=32690
View this thread: http://www.excelforum.com/showthread...hreadid=531279