Unmoveable SUM

L

LiAD

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
 
M

Mike H

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.
 
M

Mike H

Gav123,

I'm afraid that doesn't work, see my response.
--
Mike

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

LiAD

Seems to be the ticket

Thanks a lot

Mike H said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top