Jim,
Grandtotals are added automatically.... in all versions, including 2007, if you are you using Data
/ Subtotals...
If you are using the SUBTOTAL worksheet fucntion, you would need to use the SUM()/2 method.
HTH,
Bernie
MS Excel MVP
> Bernie,
> Thanks for the response. I have a spreadsheet showing sources of income.
[quoted text clipped - 30 lines]
>> > shows only the last subtotal. What am I doing wrong?
>> > Thanks for your help!
Roger Govier - 26 Jan 2008 17:51 GMT
Hi Bernie
If you use =Subtotal(9,A3:A20), then =Subtotal(9,A4:A30)
=Subtotal(9,A31:A50), =Subtotal(9,A51:A80) etc. then use
=SUBTOTAL(9,A3:A80)
will give the Grand Total, as the Subtotal function is intelligent enough to
ignore any existing Subtotals within its range.

Signature
Regards
Roger Govier
> Jim,
>
[quoted text clipped - 50 lines]
>>> > shows only the last subtotal. What am I doing wrong?
>>> > Thanks for your help!