View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Becky[_2_] Becky[_2_] is offline
external usenet poster
 
Posts: 1
Default incrementing on inserrt row

In the following code, how can i get the numbers 54 to
automatically increment to 55when i insert a new line. For
some reason this does not happen, however, the number 63
does increase to 64.

=HLOOKUP('Project Summary'!B1,OFFSET('Associates Hours
(actuals)'!$S$5:$AD$63,0,0,COUNTA('Associates Hours
(actuals)'!$S$5:$AD$63)),54,TRUE)*30

Many thanks
Becky