Thread: Copy Down
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jarek Kujawa[_2_] Jarek Kujawa[_2_] is offline
external usenet poster
 
Posts: 896
Default Copy Down

in A1:

=IF(INDIRECT("Week"&(ROW()+11)&"!L$3")=0,"",INDIRE CT("Week"&(ROW()+11)
&"!L$3"))

adjust 11 to suit

On 18 Mar, 14:10, "Yrrep" wrote:
*I want to copy the formula below down the sheet so that the week
increases. i.e. week 12 week 13 etc. (The week represents a different named
sheet)

=IF(Week12!L$3=0,"",Week12!L$3)