View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default How to insert a row and not update existing formulas?

=INDIRECT("Sheet1!F12")
--
David Biddulph

"Bobshaw" wrote in message
...
I have cells containing references to cells in otherworksheets, ie.
=Sheet1!F12. If I enter a row above this it automatically becomes
=Sheet1!F13. How can I prevent this? Please explain in simple terms for a
simple man!