View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
wienmichael wienmichael is offline
external usenet poster
 
Posts: 11
Default Offset to a referenced cell

If I have referenced a cell from another worksheet, how can I return cell
values that are offset from the origional cell referenced.

Example:
CellA1(sheet2) = CellC3 (sheet1)

I want CellA2(sheet2) to equal a value offset from CellC3 (sheet1)

Thanks