Excel 2003 - SUM Formula - exclude cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have some cells that do a SUM calculation on the cells immediately above
(same column). I want to do the SUM calculation but I want to EXCLUDE one
specific cell. How do I do that?
 
You could use the following =SUM(D7:D8,D10:D11) this would exclude D9 in
the calculations.
 
Just subtract that cell from the overall sum

=SUM(A1:M1)-G1

--
HTH

Bob Phillips

(remove nothere from 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