View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Nick Wakeham Nick Wakeham is offline
external usenet poster
 
Posts: 25
Default Constant Cell Problem

I have a workbook in Excel 2007 with two worksheets in it Sheet1 and Sheet2.

On Sheet1 I have a reference to a row and cell on Sheet2 that I want to
remain constant.
That formula is: =Sheet1!$B$7 as the cell on Sheet1(with the formula) always
has to take its value from what is inserted in B7 on Sheet2. Each week a new
row on Row7 on Sheet2 has to be inserted. So I Copy Row, then Insert Copied
Row and start to replace some of the new figures in that row including B7.
When I go back to the Sheet1 - the formula above has changed to:
=Sheet1!$B$8

Basically I want the formula on Sheet1 ALWAYS to point to B7 on Sheet2 - how
do I do that?

Nick