View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Tim Caldwell[_2_] Tim Caldwell[_2_] is offline
external usenet poster
 
Posts: 2
Default Cell Referencing

I have data in sheet1 in cells A1:A5.

In cell C3 of Sheet2 I want to place this formula "=Sheet1!A1". Based on
that formula lookup, I want Cell D3 to look at Sheet1!A2, Cell E3 to look at
Sheet1!A3, and so on ...

If I changed the formula in cell C3 of Sheet 2 to "=Sheet1!B1" I would want
all the other cell references to automatically change to Sheet1!B2,
Sheet1!B3, etc.

Does anyone know how to do this?