View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stephen[_24_] Stephen[_24_] is offline
external usenet poster
 
Posts: 83
Default Reference value plus 7

Hi Folks,

I have a sheet which takes values from a second sheet on a weekly basis.
Sheet 1 has a cell with a reference to a particular cell in sheet 2. for
example

sheet1
A5 = sheet2 b7
D5 = sheet2 b14

is there a ay I can simply reference the reference foumula and add 7 or do i
have to hardcode each reference?

Hpoe this makes sense.

Thanks!