View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Caledonia Caledonia is offline
external usenet poster
 
Posts: 5
Default Offset referenced cell

Sheet1 A1 shows: =Sheet2!D40

What Im trying to do is: Offset (Sheet2!D40,-15,0)

I want to do this on Sheet 1 off of cell A1: Offset (Cell referenced in
cell A1,-15, 0).

Is this possible?