View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Can rows be inserted without having to manually adjust formulae

Refer to the cell using Indirect

=INDIRECT("A4")
instead of
=A4

Mike


"Collier1" wrote:

Is it possible to insert rows in Excel without having to manually adjust the
formulae
If this operation is carried out usiing MSWorks the formulae extend
themselves to the new value of rows inserted.