Thread: Unmoveable SUM
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Unmoveable SUM

Hi,

Try this

=SUM(INDIRECT("A1:A100"))
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"LiAD" wrote:

Hi,

I have a very simple formula =sum(A1:A100).

If I highlight lines 20 to 40 and then delete the entire line the formula
will update to =sum(A1:A80).

Is there any way I can stop this update happening when I delete lines?

Thanks
LiAD