Does not add up properly

  • Thread starter Thread starter PCOR
  • Start date Start date
P

PCOR

Hi
I have a spreadsheet with app 800 names sorted in alphabetical order.
To the right of the names I have a few col on numbers. At the bottom of each
col I have a calculated total for that col(i.e. @SUM (c2...c800)
From time to time I have to add new names.
I usually type in the names below the 800 line and then do a sort on the
names. At this stage the name is inserted in the proper place BUT MY COL
TOTAL are no longer accurate. The formula at the bottom now read(as an
example) @sum(c12...c800)
How can I stop this from happening.
Thanks
 
In C801, insert

=SUM($C$2:OFFSET(C801,-1,))

just insert new lines before line 801

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Worked great...thanks

Bob Phillips said:
In C801, insert

=SUM($C$2:OFFSET(C801,-1,))

just insert new lines before line 801

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top